Searched refs:SetWindowTreeClient (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/ui/aura/test/ |
D | test_window_tree_client.cc | 14 client::SetWindowTreeClient(root_window_, this); in TestWindowTreeClient() 18 client::SetWindowTreeClient(root_window_, NULL); in ~TestWindowTreeClient()
|
/external/chromium_org/ui/aura/demo/ |
D | demo_main.cc | 83 aura::client::SetWindowTreeClient(window_, this); in DemoWindowTreeClient() 87 aura::client::SetWindowTreeClient(window_, NULL); in ~DemoWindowTreeClient()
|
/external/chromium_org/ui/aura/client/ |
D | window_tree_client.h | 41 AURA_EXPORT void SetWindowTreeClient(Window* window,
|
D | window_tree_client.cc | 19 void SetWindowTreeClient(Window* window, WindowTreeClient* window_tree_client) { in SetWindowTreeClient() function
|
/external/chromium_org/ui/wm/test/ |
D | wm_test_helper.cc | 23 aura::client::SetWindowTreeClient(root_window_->window(), this); in WMTestHelper()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_native_widget_aura.cc | 162 aura::client::SetWindowTreeClient(root_window_, this); in DesktopNativeWidgetAuraWindowTreeClient() 165 aura::client::SetWindowTreeClient(root_window_, NULL); in ~DesktopNativeWidgetAuraWindowTreeClient()
|
/external/chromium_org/ash/ |
D | root_window_controller.cc | 606 aura::client::SetWindowTreeClient(root_window_->window(), in RootWindowController()
|