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

  /external/chromium_org/ui/wm/public/
dispatcher_client.h 21 class AURA_EXPORT DispatcherRunLoop {
23 DispatcherRunLoop(DispatcherClient* client,
25 ~DispatcherRunLoop();
35 DISALLOW_COPY_AND_ASSIGN(DispatcherRunLoop);
44 friend class DispatcherRunLoop;
dispatcher_client.cc 16 DispatcherRunLoop::DispatcherRunLoop(DispatcherClient* client,
21 DispatcherRunLoop::~DispatcherRunLoop() {
24 void DispatcherRunLoop::Run() {
30 base::Closure DispatcherRunLoop::QuitClosure() {
34 void DispatcherRunLoop::Quit() {
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop_aura.cc 146 aura::client::DispatcherRunLoop run_loop(
170 aura::client::DispatcherRunLoop run_loop(
  /external/chromium_org/ui/wm/core/
nested_accelerator_controller_unittest.cc 176 aura::client::DispatcherRunLoop run_loop(
197 aura::client::DispatcherRunLoop run_loop(
  /external/chromium_org/chrome/browser/ui/views/
first_run_dialog.cc 69 aura::client::DispatcherRunLoop run_loop(client, NULL);
simple_message_box_views.cc 119 aura::client::DispatcherRunLoop run_loop(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura_unittest.cc 228 aura::client::DispatcherRunLoop run_loop(client, NULL);

Completed in 641 milliseconds