/external/chromium_org/webkit/browser/appcache/ |
D | appcache_backend_impl.cc | 37 if (GetHost(id)) in RegisterHost() 58 AppCacheHost* host = GetHost(host_id); in SetSpawningHostId() 70 AppCacheHost* host = GetHost(host_id); in SelectCache() 81 AppCacheHost* host = GetHost(host_id); in SelectCacheForWorker() 91 AppCacheHost* host = GetHost(host_id); in SelectCacheForSharedWorker() 103 AppCacheHost* host = GetHost(host_id); in MarkAsForeignEntry() 113 AppCacheHost* host = GetHost(host_id); in GetStatusWithCallback() 123 AppCacheHost* host = GetHost(host_id); in StartUpdateWithCallback() 133 AppCacheHost* host = GetHost(host_id); in SwapCacheWithCallback() 143 AppCacheHost* host = GetHost(host_id); in GetResourceList()
|
/external/chromium_org/content/child/appcache/ |
D | appcache_frontend_impl.cc | 17 inline WebApplicationCacheHostImpl* GetHost(int id) { in GetHost() function 23 WebApplicationCacheHostImpl* host = GetHost(host_id); in OnCacheSelected() 32 WebApplicationCacheHostImpl* host = GetHost(*i); in OnStatusChanged() 45 WebApplicationCacheHostImpl* host = GetHost(*i); in OnEventRaised() 58 WebApplicationCacheHostImpl* host = GetHost(*i); in OnProgressEventRaised() 69 WebApplicationCacheHostImpl* host = GetHost(*i); in OnErrorEventRaised() 78 WebApplicationCacheHostImpl* host = GetHost(host_id); in OnLogMessage() 85 WebApplicationCacheHostImpl* host = GetHost(host_id); in OnContentBlocked()
|
/external/chromium_org/ash/display/ |
D | screen_position_controller_unittest.cc | 93 root_windows[0]->GetHost()->GetBounds().origin().ToString()); in TEST_F() 95 root_windows[0]->GetHost()->GetBounds().size().ToString()); in TEST_F() 97 root_windows[1]->GetHost()->GetBounds().origin().ToString()); in TEST_F() 99 root_windows[1]->GetHost()->GetBounds().size().ToString()); in TEST_F() 181 root_windows[0]->GetHost()-> in TEST_F() 184 root_windows[0]->GetHost()-> in TEST_F() 187 root_windows[1]->GetHost()-> in TEST_F() 190 root_windows[1]->GetHost()-> in TEST_F()
|
D | virtual_keyboard_window_controller.cc | 61 root_window_controller_->GetHost()->Show(); in UpdateWindow() 66 aura::WindowTreeHost* host = root_window_controller_->GetHost(); in UpdateWindow() 74 root_window_controller_->GetHost()->RemoveObserver( in Close() 91 aura::WindowTreeHost* host = root_window_controller_->GetHost(); in FlipDisplay()
|
D | display_manager_unittest.cc | 387 aura::WindowTreeHost* host = Shell::GetPrimaryRootWindow()->GetHost(); in TEST_F() 597 EXPECT_EQ("100x100", ash::Shell::GetPrimaryRootWindow()->GetHost()-> in TEST_F() 1064 EXPECT_FALSE(test_api.GetHost()); in OnDisplayAdded() 1070 EXPECT_FALSE(test_api.GetHost()); in OnDisplayRemoved() 1094 EXPECT_EQ(NULL, test_api.GetHost()); in TEST_F() 1106 EXPECT_EQ("400x500", test_api.GetHost()->GetBounds().size().ToString()); in TEST_F() 1108 test_api.GetHost()->window()->bounds().size().ToString()); in TEST_F() 1113 EXPECT_EQ(NULL, test_api.GetHost()); in TEST_F() 1125 test_api.GetHost()->window()->bounds().size().ToString()); in TEST_F() 1130 test_api.GetHost()->window()->bounds().size().ToString()); in TEST_F() [all …]
|
D | mouse_cursor_event_filter.cc | 55 root_window->GetHost()->ConvertPointToNativeScreen(point); in ConvertPointFromScreenToNative() 61 gfx::Rect native_bounds = root_window->GetHost()->GetBounds(); in GetNativeEdgeBounds() 123 root->GetHost()->ConvertPointToNativeScreen(&point_in_native); in MoveCursorTo() 126 gfx::Rect native_bounds = root->GetHost()->GetBounds(); in MoveCursorTo() 139 root->GetHost()->MoveCursorToHostLocation(point_in_host); in MoveCursorTo() 474 target_root->GetHost()->ConvertPointToNativeScreen(&native); in WarpMouseCursorIfNecessaryForTest()
|
D | display_controller_unittest.cc | 968 EXPECT_EQ(1.0f, primary_root->GetHost()->compositor()-> in TEST_F() 972 EXPECT_EQ(2.0f, secondary_root->GetHost()->compositor()-> in TEST_F() 982 EXPECT_EQ(1.0f, secondary_root->GetHost()->compositor()-> in TEST_F() 987 EXPECT_EQ(2.0f, primary_root->GetHost()->compositor()-> in TEST_F() 999 EXPECT_EQ(1.0f, primary_root->GetHost()->compositor()-> in TEST_F() 1041 Shell::GetAllRootWindows()[1]->GetHost()-> in TEST_F() 1047 Shell::GetAllRootWindows()[1]->GetHost()-> in TEST_F() 1302 EXPECT_FALSE(Shell::GetPrimaryRootWindow()->GetHost()-> in TEST_F() 1310 EXPECT_TRUE(Shell::GetPrimaryRootWindow()->GetHost()-> in TEST_F() 1317 Shell::GetPrimaryRootWindow()->GetHost())); in TEST_F() [all …]
|
/external/chromium_org/ui/views/win/ |
D | hwnd_util_aurawin.cc | 23 view->GetHost()->GetAcceleratedWidget() : NULL; in HWNDForNativeView() 28 window->GetHost()->GetAcceleratedWidget() : NULL; in HWNDForNativeWindow() 34 aura::WindowTreeHost* host = view->GetWidget()->GetNativeWindow()->GetHost(); in GetWindowBoundsForClientBounds()
|
/external/chromium_org/chrome/browser/extensions/api/system_storage/ |
D | system_storage_eject_apitest.cc | 44 content::RenderViewHost* GetHost() { in GetHost() function in SystemStorageEjectApiTest 84 content::RenderViewHost* host = GetHost(); in IN_PROC_BROWSER_TEST_F() 103 ExecuteCmdAndCheckReply(GetHost(), "ejectFailTest()", "eject_no_such_device"); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/ash/ |
D | debug.cc | 21 ui::Compositor* compositor = (*it)->GetHost()->compositor(); in ToggleShowDebugBorders() 36 ui::Compositor* compositor = (*it)->GetHost()->compositor(); in ToggleShowFpsCounter() 51 ui::Compositor* compositor = (*it)->GetHost()->compositor(); in ToggleShowPaintRects()
|
/external/chromium_org/chrome/test/base/ |
D | interactive_test_utils_win.cc | 27 HWND hwnd = window->GetHost()->GetAcceleratedWidget(); in HideNativeWindow() 37 HWND hwnd = window->GetHost()->GetAcceleratedWidget(); in ShowAndFocusNativeWindow()
|
/external/chromium_org/ash/test/ |
D | mirror_window_test_api.cc | 17 const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const { in GetHost() function in ash::test::MirrorWindowTestApi 22 return window ? window->GetHost() : NULL; in GetHost()
|
/external/chromium_org/ui/wm/core/ |
D | capture_controller.cc | 60 aura::client::CaptureDelegate* delegate = (*i)->GetHost()->dispatcher(); in SetCapture() 69 old_capture_root->GetHost()->dispatcher(); in SetCapture() 74 capture_root->GetHost()->dispatcher(); in SetCapture()
|
/external/chromium_org/ash/wm/maximize_mode/ |
D | maximize_mode_event_blocker.cc | 69 last_mouse_location_(root_window->GetHost()->dispatcher()-> in BlockKeyboardAndTouchpadTargeter() 91 root_window_->GetHost()->MoveCursorToHostLocation( in FindTargetForEvent() 98 root_window_->GetHost()->ConvertPointToHost(&last_mouse_location_); in FindTargetForEvent()
|
/external/chromium_org/ui/views/widget/ |
D | tooltip_manager_aura.cc | 53 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot()); in UpdateTooltipManagerForCapture() 95 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot(); in UpdateTooltip() 106 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot(); in TooltipTextChanged()
|
/external/chromium_org/ash/wm/ |
D | ash_native_cursor_manager.cc | 25 (*iter)->GetHost()->SetCursor(cursor); in SetCursorOnAllRootWindows() 37 (*iter)->GetHost()->OnCursorVisibilityChanged(visible); in NotifyCursorVisibilityChange() 49 (*iter)->GetHost()->dispatcher()->OnMouseEventsEnableStateChanged(enabled); in NotifyMouseEventsEnableStateChange()
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | synthetic_gesture_target_aura.cc | 35 aura::WindowTreeHost* host = window->GetHost(); in DispatchWebTouchEventToPlatform() 58 window->GetHost()->event_processor()->OnEventFromSource(&wheel_event); in DispatchWebMouseWheelEventToPlatform() 125 window->GetHost()->event_processor()->OnEventFromSource(&mouse_event); in DispatchWebMouseEventToPlatform()
|
/external/chromium_org/chrome/browser/chromeos/events/ |
D | event_rewriter_controller.cc | 29 (*window_iter)->GetHost()->GetEventSource()->RemoveEventRewriter( in ~EventRewriterController() 50 AddToEventSource((*it)->GetHost()->GetEventSource()); in Init()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_capture_client.cc | 56 aura::client::CaptureDelegate* delegate = root_->GetHost()->dispatcher(); in SetCapture() 72 (*i)->root_->GetHost()->dispatcher(); in SetCapture()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura.cc | 151 widget->GetNativeView()->GetHost()) { in ShowWindowsCallback() 152 HWND parent = widget->GetNativeView()->GetHost()->GetAcceleratedWidget(); in ShowWindowsCallback() 175 params->widget->GetNativeView()->GetHost()->GetAcceleratedWidget(); in SetCutoutRectsCallback() 569 GetNativeView()->GetHost()->GetAcceleratedWidget()); in WasShown() 586 aura::WindowTreeHost* host = window_->GetHost(); in WasHidden() 630 aura::WindowTreeHost* host = window_->GetHost(); in GetNativeViewId() 639 aura::WindowTreeHost* host = window_->GetHost(); in GetNativeViewAccessible() 661 aura::WindowTreeHost* host = window_->GetHost(); in SetKeyboardFocus() 689 HWND parent = window_->GetHost()->GetAcceleratedWidget(); in MovePluginWindows() 1037 if (!window_->GetHost()) in UpdateConstrainedWindowRects() [all …]
|
/external/chromium_org/ui/aura/test/ |
D | ui_controls_factory_aurawin.cc | 41 native_window->GetHost()->GetAcceleratedWidget(); in SendKeyPress() 54 native_window->GetHost()->GetAcceleratedWidget(); in SendKeyPressNotifyWhenDone()
|
/external/chromium_org/ui/views/test/ |
D | ui_controls_factory_desktop_aurax11.cc | 96 aura::WindowTreeHost* host = window->GetHost(); in SendKeyPressNotifyWhenDone() 145 aura::WindowTreeHost* host = root_window->GetHost(); in SendMouseMoveNotifyWhenDone() 203 root_window->GetHost()->PostNativeEvent(&xevent); in SendMouseEventsNotifyWhenDone() 208 root_window->GetHost()->PostNativeEvent(&xevent); in SendMouseEventsNotifyWhenDone()
|
/external/chromium_org/content/browser/media/capture/ |
D | desktop_capture_device_aura.cc | 214 if (desktop_window_->GetHost()) in Start() 215 desktop_window_->GetHost()->compositor()->AddObserver(this); in Start() 231 if (desktop_window_->GetHost()) in Stop() 232 desktop_window_->GetHost()->compositor()->RemoveObserver(this); in Stop() 433 desktop_window_->GetHost()->last_cursor(); in UpdateCursorState() 494 window->GetHost()->compositor()->AddObserver(this); in OnWindowAddedToRootWindow() 501 window->GetHost()->compositor()->RemoveObserver(this); in OnWindowRemovingFromRootWindow()
|
/external/chromium_org/content/browser/ |
D | ppapi_plugin_process_host.cc | 217 if (process_->GetHost()->IsChannelOpening()) { in OpenChannelToPlugin() 253 process_->GetHost()->AddFilter(host_impl_->message_filter().get()); in PpapiPluginProcessHost() 285 std::string channel_id = process_->GetHost()->CreateChannel(); in Init() 368 process_->GetHost()), in Init()
|
/external/chromium_org/content/browser/compositor/ |
D | delegated_frame_host.cc | 95 RenderWidgetHostImpl* host = client_->GetHost(); in ShouldCreateResizeLock() 271 RenderWidgetHostImpl* host = client_->GetHost(); in SwapDelegatedFrame() 388 RenderWidgetHostImpl* host = client_->GetHost(); in SendDelegatedFrameAck() 409 RenderWidgetHostImpl* host = client_->GetHost(); in SendReturnedDelegatedResources() 711 RenderWidgetHostImpl* host = client_->GetHost(); in OnCompositingDidCommit() 753 RenderWidgetHostImpl* host = client_->GetHost(); in OnUpdateVSyncParameters() 762 RenderWidgetHostImpl* host = client_->GetHost(); in OnLostResources() 816 client_->GetHost()->WasResized(); in RemovingFromWindow()
|