HomeSort by relevance Sort by last modified time
    Searched refs:GetDispatcher (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/chromium_org/ash/test/
ash_test_base.cc 66 GetRootWindowForDisplayId(display.id())->GetDispatcher();
126 Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show();
ui_controls_factory_ash.cc 38 aura::test::CreateUIControlsAura(root_window->GetDispatcher());
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 72 GetDispatcher()->AsRootWindowHostDelegate();
90 GetDispatcher()->AsRootWindowHostDelegate();
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc 97 ScopedCapturer capturer(source->GetDispatcher()->host());
120 base::RunLoop run_loop(aura::Env::GetInstance()->GetDispatcher());
desktop_drop_target_win.cc 99 root_window_->GetDispatcher()->host()->ConvertPointFromNativeScreen(
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 148 widget->GetNativeView()->GetDispatcher()) {
149 HWND parent = widget->GetNativeView()->GetDispatcher()->host()->
172 HWND parent = params->widget->GetNativeView()->GetDispatcher()->
622 aura::WindowEventDispatcher* dispatcher = window_->GetDispatcher();
662 DCHECK(window_->GetDispatcher());
663 DCHECK(window_->GetDispatcher()->compositor());
666 ui::Compositor* compositor = window_->GetDispatcher()->compositor();
704 aura::WindowEventDispatcher* dispatcher = window_->GetDispatcher();
719 window_->GetDispatcher(),
731 aura::WindowEventDispatcher* dispatcher = window_->GetDispatcher();
    [all...]
  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 130 GetDispatcher()->OnMessageReceived(msg);
160 Dispatcher* PluginProxyTestHarness::GetDispatcher() {
429 Dispatcher* HostProxyTestHarness::GetDispatcher() {
  /external/chromium_org/ash/accelerators/
nested_dispatcher_controller_unittest.cc 90 ash::Shell::GetPrimaryRootWindow()->GetDispatcher();
  /external/chromium_org/ash/autoclick/
autoclick_controller.cc 188 aura::WindowEventDispatcher* dispatcher = root_window->GetDispatcher();
  /external/chromium_org/base/message_loop/
message_pump_glib.cc 322 MessagePumpDispatcher* MessagePumpGlib::GetDispatcher() {
  /external/chromium_org/chrome/browser/password_manager/
password_manager_util_win.cc 190 cui.hwndParent = window->GetDispatcher()->host()->GetAcceleratedWidget();
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_drm_host.cc 84 aura::WindowEventDispatcher* dispatcher = native_view->GetDispatcher();
  /external/chromium_org/chrome/browser/ui/aura/tabs/
dock_info_auralinux.cc 30 XID xid = (*iter)->GetDispatcher()->host()->GetAcceleratedWidget();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
star_view_browsertest.cc 114 HWND hwnd = tab->GetView()->GetNativeView()->GetDispatcher()->host()->
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_aura.cc 157 root_window->GetDispatcher()->AsRootWindowHostDelegate();
  /external/chromium_org/ui/aura/
window.cc 245 WindowEventDispatcher* dispatcher = GetDispatcher();
379 WindowEventDispatcher* Window::GetDispatcher() {
381 GetDispatcher());
384 const WindowEventDispatcher* Window::GetDispatcher() const {
448 WindowEventDispatcher* dispatcher = GetDispatcher();
578 root_window->GetDispatcher()->OnWindowAddedToRootWindow(child);
682 root_window->GetDispatcher()->MoveCursorTo(point_in_root);
978 WindowEventDispatcher* dispatcher = GetDispatcher();
    [all...]
window.h 133 WindowEventDispatcher* GetDispatcher();
134 const WindowEventDispatcher* GetDispatcher() const;
  /external/chromium_org/ash/display/
mirror_window_controller.cc 196 Shell::GetPrimaryRootWindow()->GetDispatcher()->compositor(),
253 Shell::GetPrimaryRootWindow()->GetDispatcher()->ConvertPointToHost(&point);
display_controller.cc 528 root_window->GetDispatcher()->host()->ConvertPointToNativeScreen(&center);
534 dst_root_window->GetDispatcher()->host()->ConvertPointFromNativeScreen(
602 root_windows_[display.id()]->GetDispatcher();
618 root_windows_[display.id()]->GetDispatcher();
717 root_window->GetDispatcher()->host()->ConvertPointToNativeScreen(
803 root_windows[i]->GetDispatcher()->host()->GetAcceleratedWidget();
  /external/chromium_org/ash/
extended_desktop_unittest.cc 255 aura::WindowEventDispatcher* dispatcher0 = root_windows[0]->GetDispatcher();
256 aura::WindowEventDispatcher* dispatcher1 = root_windows[1]->GetDispatcher();
780 event_generator.set_current_root_window(root_windows[0]->GetDispatcher());
786 event_generator.set_current_root_window(root_windows[1]->GetDispatcher());
803 event_generator.set_current_root_window(root_windows[0]->GetDispatcher());
809 event_generator.set_current_root_window(root_windows[1]->GetDispatcher());
    [all...]
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 186 aura::WindowEventDispatcher* dispatcher = root_window->GetDispatcher();
444 aura::WindowEventDispatcher* dispatcher = root_window->GetDispatcher();
504 aura::WindowEventDispatcher* dispatcher = root_window->GetDispatcher();
595 root_window->GetDispatcher()->SetTransform(transform);
610 aura::WindowEventDispatcher* dispatcher = root_window->GetDispatcher();
657 aura::WindowEventDispatcher* dispatcher = root_window->GetDispatcher();
lock_state_controller.cc 171 Shell::GetPrimaryRootWindow()->GetDispatcher()->AddRootWindowObserver(this);
175 Shell::GetPrimaryRootWindow()->GetDispatcher()->RemoveRootWindowObserver(
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 276 root_window_->GetDispatcher()->SetRootWindowTransformer(transformer.Pass());
383 MoveCursorTo(root_window_->GetDispatcher(), mouse);
440 MoveCursorTo(root_window_->GetDispatcher(), position_after_animation_);
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 217 QuicServerPeer::GetDispatcher(server_thread_->server());
662 QuicServerPeer::GetDispatcher(server_thread_->server());
719 QuicServerPeer::GetDispatcher(server_thread_->server());
  /external/chromium_org/sandbox/win/src/
sandbox_policy_base.cc 437 Dispatcher* dispatch = GetDispatcher(ipc->ipc_tag);
450 Dispatcher* dispatch = GetDispatcher(service);
634 Dispatcher* PolicyBase::GetDispatcher(int ipc_tag) {

Completed in 4010 milliseconds

1 23 4 5 6