Searched refs:SetDragDropClient (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/ui/aura/client/ |
D | drag_drop_client.cc | 18 void SetDragDropClient(Window* root_window, DragDropClient* client) { in SetDragDropClient() function
|
D | drag_drop_client.h | 55 AURA_EXPORT void SetDragDropClient(Window* root_window,
|
/external/chromium_org/ash/drag_drop/ |
D | drag_drop_controller_unittest.cc | 301 aura::client::SetDragDropClient(Shell::GetPrimaryRootWindow(), in SetUp() 307 aura::client::SetDragDropClient(Shell::GetPrimaryRootWindow(), NULL); in TearDown() 1001 aura::client::SetDragDropClient(*iter, drag_drop_controller_.get()); in TEST_F() 1078 aura::client::SetDragDropClient(*iter, NULL); in TEST_F()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_native_widget_aura.cc | 308 aura::client::SetDragDropClient(root->window(), NULL); in OnDesktopRootWindowHostDestroyed() 434 aura::client::SetDragDropClient(root_window_->window(), in InitNativeWidget()
|
/external/chromium_org/ash/ |
D | root_window_controller.cc | 434 aura::client::SetDragDropClient(root_window(), NULL); in CloseChildWindows()
|
D | shell.cc | 981 aura::client::SetDragDropClient(root_window, drag_drop_controller_.get()); in InitRootWindow()
|