Home
last modified time | relevance | path

Searched refs:RunState (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dshell_dialogs_win.cc404 struct RunState { struct in BaseShellDialogImpl
415 RunState BeginRun(HWND owner);
423 void EndRun(RunState run_state);
482 BaseShellDialogImpl::RunState BaseShellDialogImpl::BeginRun(HWND owner) { in BeginRun()
488 RunState run_state; in BeginRun()
498 void BaseShellDialogImpl::EndRun(RunState run_state) { in EndRun()
563 RunState run_state, in ExecuteSelectParams()
586 RunState run_state;
597 void* params, RunState run_state);
601 RunState run_state);
[all …]
/external/chromium/base/synchronization/
Dcondition_variable.h151 enum RunState { SHUTDOWN = 0, RUNNING = 64213 }; enum
157 RunState run_state_;
/external/chromium/base/
Dmessage_pump_glib.h99 struct RunState;
112 RunState* state_;
Dmessage_pump_glib.cc127 struct MessagePumpForUI::RunState { struct in base::MessagePumpForUI
186 RunState state; in RunWithDispatcher()
193 RunState* previous_state = state_; in RunWithDispatcher()
Dmessage_loop.h335 struct RunState { struct
348 class AutoRunState : RunState { argument
354 RunState* previous_state_;
486 RunState* state_;
Dmessage_pump_win.h84 struct RunState { struct
109 RunState* state_; argument
Dmessage_pump_win.cc42 RunState s; in RunWithDispatcher()
48 RunState* previous_state = state_; in RunWithDispatcher()