Searched defs:RunState (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/shell_dialogs/
H A Dbase_shell_dialog_win.h30 struct RunState { struct in class:ui::BaseShellDialogImpl
41 RunState BeginRun(HWND owner);
48 // In addition this deletes the Thread in RunState.
49 void EndRun(RunState run_state);
/external/chromium_org/content/public/test/
H A Dnested_message_pump_android.cc26 struct NestedMessagePumpAndroid::RunState { struct in class:content::NestedMessagePumpAndroid
27 RunState(base::MessagePump::Delegate* delegate, int run_depth) function in struct:content::NestedMessagePumpAndroid::RunState
57 RunState state(delegate, state_ ? state_->run_depth + 1 : 1);
58 RunState* previous_state = state_;
/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.h38 struct RunState { struct in class:base::MessagePumpWin
61 RunState* state_;
H A Dmessage_pump_glib.cc167 struct MessagePumpGlib::RunState { struct in class:base::MessagePumpGlib
286 RunState state;
292 RunState* previous_state = state_;
/external/chromium_org/base/test/
H A Dtest_support_android.cc19 struct RunState { struct in namespace:__anon2520
20 RunState(base::MessagePump::Delegate* delegate, int run_depth) function in struct:__anon2520::RunState
35 RunState* g_state = NULL;
85 RunState state(delegate, g_state ? g_state->run_depth + 1 : 1);
87 RunState* previous_state = g_state;
/external/chromium_org/mojo/common/
H A Dmessage_pump_mojo.cc45 struct MessagePumpMojo::RunState { struct in class:mojo::common::MessagePumpMojo
46 RunState() : should_quit(false) { function in struct:mojo::common::MessagePumpMojo::RunState
101 RunState run_state;
105 RunState* old_state = NULL;
138 void MessagePumpMojo::DoRunLoop(RunState* run_state, Delegate* delegate) {
169 void MessagePumpMojo::DoInternalWork(const RunState& run_state, bool block) {
241 void MessagePumpMojo::SignalControlPipe(const RunState& run_state) {
251 const RunState& run_state) const {
265 const RunState& run_state) const {
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Drun_loop.cc33 struct RunLoop::RunState { struct in class:mojo::RunLoop
34 RunState() : should_quit(false) {} function in struct:mojo::RunLoop::RunState
105 RunState* old_state = run_state_;
106 RunState run_state;
/external/lldb/source/Target/
H A DThreadPlan.cpp206 ThreadPlan::RunState () function in class:ThreadPlan
/external/chromium_org/base/synchronization/
H A Dcondition_variable_win.cc182 enum RunState { SHUTDOWN = 0, RUNNING = 64213 }; enum in class:base::WinXPCondVar
188 RunState run_state_;
/external/chromium_org/cc/animation/
H A Danimation.h30 enum RunState { enum in class:cc::Animation
72 RunState run_state() const { return run_state_; }
73 void SetRunState(RunState run_state, base::TimeTicks monotonic_time);
147 scoped_ptr<Animation> CloneAndInitialize(RunState initial_run_state) const;
187 RunState run_state_;
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h196 typedef enum RunState enum
214 } RunState; typedef in typeref:enum:RunState
219 RunState value;
2066 RunState status;

Completed in 5505 milliseconds