Home
last modified time | relevance | path

Searched refs:IDC_DIALOGTEXT (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef_dll/
Dlibcef_dll.rc67 LTEXT "",IDC_DIALOGTEXT,16,17,210,30
77 LTEXT "",IDC_DIALOGTEXT,16,17,210,30
86 LTEXT "",IDC_DIALOGTEXT,16,17,210,18
Dresource.h13 #define IDC_DIALOGTEXT 1001 macro
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_win.cc31 SetDlgItemText(dialog, IDC_DIALOGTEXT, owner->message_text_.c_str()); in DialogProc()