HomeSort by relevance Sort by last modified time
    Searched defs:RunState (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/synchronization/
condition_variable.h 151 enum RunState { SHUTDOWN = 0, RUNNING = 64213 };
157 RunState run_state_;
  /external/chromium/base/
message_pump_glib.cc 127 struct MessagePumpForUI::RunState {
186 RunState state;
193 RunState* previous_state = state_;
message_pump_win.h 84 struct RunState {
109 RunState* state_;
message_loop.h 335 struct RunState {
348 class AutoRunState : RunState {
354 RunState* previous_state_;
486 RunState* state_;
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 404 struct RunState {
415 RunState BeginRun(HWND owner);
422 // In addition this deletes the Thread in RunState.
423 void EndRun(RunState run_state);
482 BaseShellDialogImpl::RunState BaseShellDialogImpl::BeginRun(HWND owner) {
488 RunState run_state;
498 void BaseShellDialogImpl::EndRun(RunState run_state) {
563 RunState run_state,
586 RunState run_state;
597 void* params, RunState run_state)
    [all...]

Completed in 137 milliseconds