HomeSort by relevance Sort by last modified time
    Searched full:dlgtemplate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/ready_mode/internal/
ready_prompt_content.cc 52 DLGTEMPLATE* dlgtemplate = NULL; local
67 dlgtemplate = reinterpret_cast<DLGTEMPLATE*>(::LockResource(handle));
68 if (dlgtemplate == NULL) {
73 if (!_DialogSplitHelper::IsDialogEx(dlgtemplate)) {
79 reinterpret_cast<_DialogSplitHelper::DLGTEMPLATEEX*>(dlgtemplate);
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt_content.cc 53 DLGTEMPLATE* dlgtemplate = NULL; local
68 dlgtemplate = reinterpret_cast<DLGTEMPLATE*>(::LockResource(handle));
69 if (dlgtemplate == NULL) {
74 if (!_DialogSplitHelper::IsDialogEx(dlgtemplate)) {
80 reinterpret_cast<_DialogSplitHelper::DLGTEMPLATEEX*>(dlgtemplate);

Completed in 3792 milliseconds