HomeSort by relevance Sort by last modified time
    Searched defs:cursor_client (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/chromeos/accessibility/
touch_exploration_controller_browsertest.cc 17 #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->IsCursorVisible())
    [all...]
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.cc 16 #include "ui/aura/client/cursor_client.h"
396 aura::client::CursorClient* cursor_client = local
398 if (cursor_client)
399 cursor_client->SetCursor(ui::kCursorPointer);
immersive_fullscreen_controller.cc 16 #include "ui/aura/client/cursor_client.h"
650 aura::client::CursorClient* cursor_client = aura::client::GetCursorClient( local
652 if (!cursor_client->IsMouseEventsEnabled()) {
    [all...]
  /external/chromium_org/ui/aura/
window_tree_host.cc 10 #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);
window_event_dispatcher.cc 12 #include "ui/aura/client/cursor_client.h"
774 client::CursorClient* cursor_client = client::GetCursorClient(window()); local
778 if (cursor_client &&
779 !cursor_client->IsMouseEventsEnabled() &&
    [all...]
window_tree_host_x11.cc 27 #include "ui/aura/client/cursor_client.h"
382 client::CursorClient* cursor_client = local
384 if (cursor_client) {
387 cursor_client->SetDisplay(display);
window.cc 17 #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();
    [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 18 #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/
touch_exploration_controller.cc 10 #include "ui/aura/client/cursor_client.h"
991 aura::client::CursorClient* cursor_client = local
    [all...]
touch_exploration_controller_unittest.cc 9 #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->IsCursorVisible()
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 8 #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/
desktop_native_widget_aura.cc 10 #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;
    [all...]
desktop_window_tree_host_win.cc 11 #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();
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 11 #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;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 50 #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
1395 aura::client::CursorClient* cursor_client = local
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 358 milliseconds