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

  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 149 MESSAGEBOX,
179 case MESSAGEBOX: os << "MESSAGEBOX"; break;
232 order->RecordStart(MESSAGEBOX, cookie);
235 MessageBox(NULL, L"Please wait...", kMessageBoxTitle, MB_OK);
236 order->RecordEnd(MESSAGEBOX, cookie);
239 // Will end the MessageBox.
282 // ran _inside_ the MessageBox message loop, dismissing the MessageBox
285 // MessageBox will have been dismissed by the code below, wher
    [all...]
message_loop_test.cc 376 MESSAGEBOX,
405 case MESSAGEBOX: os << "MESSAGEBOX"; break;
    [all...]

Completed in 38 milliseconds