Searched defs:cursor_client (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dtouch_exploration_controller_browsertest.cc17 #include "ui/aura/client/cursor_client.h"
192 aura::client::CursorClient* cursor_client = local
197 EXPECT_TRUE(cursor_client->IsMouseEventsEnabled());
198 EXPECT_TRUE(cursor_client->IsCursorVisible());
206 EXPECT_TRUE(cursor_client->IsMouseEventsEnabled());
207 EXPECT_TRUE(cursor_client->IsCursorVisible());
218 EXPECT_TRUE(cursor_client->IsMouseEventsEnabled());
219 EXPECT_FALSE(cursor_client->IsCursorVisible());
228 EXPECT_FALSE(cursor_client->IsMouseEventsEnabled());
229 EXPECT_FALSE(cursor_client
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc10 #include "ui/aura/client/cursor_client.h"
269 client::CursorClient* cursor_client = client::GetCursorClient(window()); local
270 if (cursor_client) {
273 cursor_client->SetDisplay(display);
H A Dwindow_event_dispatcher.cc12 #include "ui/aura/client/cursor_client.h"
774 client::CursorClient* cursor_client = client::GetCursorClient(window()); local
778 if (cursor_client &&
779 !cursor_client->IsMouseEventsEnabled() &&
H A Dwindow_tree_host_x11.cc27 #include "ui/aura/client/cursor_client.h"
382 client::CursorClient* cursor_client = local
384 if (cursor_client) {
387 cursor_client->SetDisplay(display);
H A Dwindow.cc17 #include "ui/aura/client/cursor_client.h"
168 client::CursorClient* cursor_client = client::GetCursorClient(window_); local
169 if (cursor_is_in_bounds && cursor_client &&
170 cursor_client->IsCursorVisible()) {
171 cursor_client->HideCursor();
182 client::CursorClient* cursor_client = client::GetCursorClient(window_); local
183 if (cursor_client) {
187 cursor_client->SetDisplay(display);
188 cursor_client->ShowCursor();
/external/chromium_org/ash/wm/
H A Dtoplevel_window_event_handler.cc16 #include "ui/aura/client/cursor_client.h"
396 aura::client::CursorClient* cursor_client = local
398 if (cursor_client)
399 cursor_client->SetCursor(ui::kCursorPointer);
H A Dimmersive_fullscreen_controller.cc16 #include "ui/aura/client/cursor_client.h"
650 aura::client::CursorClient* cursor_client = aura::client::GetCursorClient( local
652 if (!cursor_client->IsMouseEventsEnabled()) {
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc18 #include "ui/aura/client/cursor_client.h"
375 aura::client::CursorClient* cursor_client = local
377 if (cursor_client) {
380 if (!cursor_client->IsCursorVisible())
382 cursor_client->DisableMouseEvents();
426 aura::client::CursorClient* cursor_client = local
428 if (cursor_client)
429 cursor_client->EnableMouseEvents();
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc10 #include "ui/aura/client/cursor_client.h"
991 aura::client::CursorClient* cursor_client = local
993 if (cursor_client && !cursor_client->IsMouseEventsEnabled())
994 cursor_client->EnableMouseEvents();
995 if (cursor_client && cursor_client->IsCursorVisible())
996 cursor_client->HideCursor();
H A Dtouch_exploration_controller_unittest.cc9 #include "ui/aura/client/cursor_client.h"
216 cursor_client()->ShowCursor();
217 cursor_client()->DisableMouseEvents();
228 aura::client::CursorClient* cursor_client() { return cursor_client_.get(); } function in class:ui::TouchExplorationTest
303 cursor_client()->ShowCursor();
304 cursor_client()->DisableMouseEvents();
359 aura::client::CursorClient* cursor_client = local
361 return cursor_client &&
362 cursor_client->IsMouseEventsEnabled() &&
363 !cursor_client
[all...]
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc8 #include "ui/aura/client/cursor_client.h"
537 aura::client::CursorClient* cursor_client = aura::client::GetCursorClient( local
539 if (!cursor_client || cursor_client->IsMouseEventsEnabled())
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc10 #include "ui/aura/client/cursor_client.h"
873 aura::client::CursorClient* cursor_client = local
875 if (cursor_client)
876 cursor_client->SetCursor(cursor);
882 aura::client::CursorClient* cursor_client =
884 return cursor_client ? cursor_client->IsMouseEventsEnabled() : true;
H A Ddesktop_window_tree_host_win.cc11 #include "ui/aura/client/cursor_client.h"
154 aura::client::CursorClient* cursor_client = local
156 if (cursor_client)
157 is_cursor_visible_ = cursor_client->IsCursorVisible();
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc11 #include "ui/aura/client/cursor_client.h"
619 aura::client::CursorClient* cursor_client = local
621 if (cursor_client)
622 cursor_client->SetCursor(cursor);
628 aura::client::CursorClient* cursor_client =
630 return cursor_client ? cursor_client->IsMouseEventsEnabled() : true;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc50 #include "ui/aura/client/cursor_client.h"
591 aura::client::CursorClient* cursor_client = local
593 if (cursor_client)
594 NotifyRendererOfCursorVisibilityState(cursor_client->IsCursorVisible());
1365 aura::client::CursorClient* cursor_client = local
1367 if (cursor_client) {
1368 cursor_client->HideCursor();
1369 cursor_client->LockCursor();
1395 aura::client::CursorClient* cursor_client = local
1397 if (cursor_client) {
1884 aura::client::CursorClient* cursor_client = local
2311 aura::client::CursorClient* cursor_client = local
2489 aura::client::CursorClient* cursor_client = local
2513 aura::client::CursorClient* cursor_client = local
[all...]

Completed in 971 milliseconds