HomeSort by: relevance | last modified time | path
    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