Home
last modified time | relevance | path

Searched refs:SetCursorClient (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/aura/test/
Dtest_cursor_client.cc17 client::SetCursorClient(root_window, this); in TestCursorClient()
21 client::SetCursorClient(root_window_, NULL); in ~TestCursorClient()
/external/chromium_org/ui/aura/client/
Dcursor_client.cc19 void SetCursorClient(Window* window, CursorClient* client) { in SetCursorClient() function
Dcursor_client.h88 AURA_EXPORT void SetCursorClient(Window* window,
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_native_widget_aura.cc302 aura::client::SetCursorClient(root->window(), NULL); in OnDesktopRootWindowHostDestroyed()
424 aura::client::SetCursorClient(root_window_->window(), cursor_client_.get()); in InitNativeWidget()
/external/chromium_org/ash/
Dshell.cc984 aura::client::SetCursorClient(root_window, &cursor_manager_); in InitRootWindow()