OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dialog
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptParser.cpp
72
else if (TypeToken->equalsLower("
DIALOG
"))
458
//
Dialog
resources have the following format of the arguments:
459
//
DIALOG
: x, y, width, height [opt stmts...] {controls...}
478
auto
Dialog
= std::make_unique<DialogResource>(
484
Dialog
->addControl(std::move(*ControlDefResult));
487
return std::move(
Dialog
);
ResourceScriptParser.cpp
72
else if (TypeToken->equalsLower("
DIALOG
"))
458
//
Dialog
resources have the following format of the arguments:
459
//
DIALOG
: x, y, width, height [opt stmts...] {controls...}
478
auto
Dialog
= std::make_unique<DialogResource>(
484
Dialog
->addControl(std::move(*ControlDefResult));
487
return std::move(
Dialog
);
Completed in 47 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026