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

  /external/chromium_org/ui/views/corewm/
compound_event_filter_unittest.cc 8 #include "ui/aura/client/cursor_client.h"
60 aura::test::TestCursorClient cursor_client(root_window());
65 EXPECT_FALSE(cursor_client.IsCursorVisible());
72 EXPECT_FALSE(cursor_client.IsCursorVisible());
78 EXPECT_FALSE(cursor_client.IsCursorVisible());
83 EXPECT_TRUE(cursor_client.IsCursorVisible());
87 EXPECT_FALSE(cursor_client.IsCursorVisible());
94 EXPECT_FALSE(cursor_client.IsCursorVisible());
106 aura::test::TestCursorClient cursor_client(root_window());
111 EXPECT_TRUE(cursor_client.IsMouseEventsEnabled())
    [all...]
compound_event_filter.cc 9 #include "ui/aura/client/cursor_client.h"
128 aura::client::CursorClient* cursor_client =
130 if (cursor_client) {
138 cursor_client->SetCursor(cursor);
tooltip_controller.cc 13 #include "ui/aura/client/cursor_client.h"
522 aura::client::CursorClient* cursor_client =
524 // |cursor_client| may be NULL in tests, treat NULL as always visible.
525 return !cursor_client || cursor_client->IsCursorVisible();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 474 aura::test::TestCursorClient cursor_client(
477 cursor_client.AddObserver(view_);
482 cursor_client.ShowCursor();
489 cursor_client.ShowCursor();
494 cursor_client.HideCursor();
501 cursor_client.HideCursor();
507 cursor_client.ShowCursor();
509 cursor_client.HideCursor();
521 cursor_client.HideCursor();
526 cursor_client.ShowCursor()
    [all...]
render_widget_host_view_aura.cc 47 #include "ui/aura/client/cursor_client.h"
753 aura::client::CursorClient* cursor_client = local
755 if (cursor_client)
756 NotifyRendererOfCursorVisibilityState(cursor_client->IsCursorVisible());
2057 aura::client::CursorClient* cursor_client = local
2082 aura::client::CursorClient* cursor_client = local
2552 aura::client::CursorClient* cursor_client = local
3045 aura::client::CursorClient* cursor_client = local
3168 aura::client::CursorClient* cursor_client = local
3178 aura::client::CursorClient* cursor_client = local
    [all...]
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 49 aura::test::TestCursorClient cursor_client(
87 cursor_client.DisableMouseEvents();
  /external/chromium_org/ui/aura/
root_window.cc 17 #include "ui/aura/client/cursor_client.h"
620 client::CursorClient* cursor_client = client::GetCursorClient(this); local
621 if (cursor_is_in_bounds && cursor_client) {
622 cursor_visible = cursor_client->IsCursorVisible();
624 cursor_client->HideCursor();
631 if (cursor_client) {
634 cursor_client->SetDisplay(display);
637 if (cursor_is_in_bounds && cursor_client && cursor_visible)
638 cursor_client->ShowCursor();
718 client::CursorClient* cursor_client = client::GetCursorClient(this) local
1031 client::CursorClient* cursor_client = client::GetCursorClient(this); local
    [all...]
root_window_host_win.cc 13 #include "ui/aura/client/cursor_client.h"
189 client::CursorClient* cursor_client = local
191 if (cursor_client && !cursor_client->IsMouseEventsEnabled()) {
remote_root_window_host_win.cc 15 #include "ui/aura/client/cursor_client.h"
325 aura::client::CursorClient* cursor_client = local
327 if (cursor_client && !cursor_client->IsMouseEventsEnabled()) {
root_window_host_x11.cc 32 #include "ui/aura/client/cursor_client.h"
730 client::CursorClient* cursor_client = local
732 if (cursor_client && !cursor_client->IsMouseEventsEnabled()) {
    [all...]
root_window_unittest.cc 660 test::TestCursorClient cursor_client(root_window());
677 cursor_client.DisableMouseEvents();
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 12 #include "ui/aura/client/cursor_client.h"
392 aura::client::CursorClient* cursor_client = local
394 if (cursor_client) {
397 if (!cursor_client->IsCursorVisible())
399 cursor_client->DisableMouseEvents();
443 aura::client::CursorClient* cursor_client = local
445 if (cursor_client)
446 cursor_client->EnableMouseEvents();
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.cc 17 #include "ui/aura/client/cursor_client.h"
348 aura::client::CursorClient* cursor_client = local
350 if (cursor_client)
351 cursor_client->SetCursor(ui::kCursorPointer);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 10 #include "ui/aura/client/cursor_client.h"
556 aura::client::CursorClient* cursor_client = local
558 if (cursor_client)
559 cursor_client->SetCursor(cursor);
563 aura::client::CursorClient* cursor_client = local
565 return cursor_client ? cursor_client->IsMouseEventsEnabled() : true;
desktop_root_window_host_win.cc 11 #include "ui/aura/client/cursor_client.h"
477 aura::client::CursorClient* cursor_client = local
479 if (cursor_client && !cursor_client->IsMouseEventsEnabled()) {
desktop_root_window_host_x11.cc 680 aura::client::CursorClient* cursor_client = local
682 if (cursor_client && !cursor_client->IsMouseEventsEnabled()) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 12 #include "ui/aura/client/cursor_client.h"
565 aura::client::CursorClient* cursor_client = local
567 if (cursor_client)
568 cursor_client->SetCursor(cursor);
572 aura::client::CursorClient* cursor_client = local
574 return cursor_client ? cursor_client->IsMouseEventsEnabled() : true;
    [all...]
widget_unittest.cc     [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 39 #include "ui/aura/client/cursor_client.h"
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.cc 25 #include "ui/aura/client/cursor_client.h"
773 aura::client::CursorClient* cursor_client = aura::client::GetCursorClient( local
775 if (!cursor_client->IsMouseEventsEnabled()) {
    [all...]

Completed in 1064 milliseconds