IsMouseEventsEnabled 1085 ash/shelf/shelf_layout_manager.cc if (!cursor_client->IsMouseEventsEnabled()) IsMouseEventsEnabled 634 ash/wm/immersive_fullscreen_controller.cc if (!cursor_client->IsMouseEventsEnabled()) { IsMouseEventsEnabled 740 ash/wm/window_manager_unittest.cc EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled()); IsMouseEventsEnabled 743 ash/wm/window_manager_unittest.cc EXPECT_FALSE(cursor_manager->IsMouseEventsEnabled()); IsMouseEventsEnabled 746 ash/wm/window_manager_unittest.cc EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled()); IsMouseEventsEnabled 749 ash/wm/window_manager_unittest.cc EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled()); IsMouseEventsEnabled 764 ash/wm/window_manager_unittest.cc EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled()); IsMouseEventsEnabled 768 ash/wm/window_manager_unittest.cc EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled()); IsMouseEventsEnabled 772 ash/wm/window_manager_unittest.cc EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled()); IsMouseEventsEnabled 776 ash/wm/window_manager_unittest.cc EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled()); IsMouseEventsEnabled 61 ui/aura/client/cursor_client.h virtual bool IsMouseEventsEnabled() const = 0; IsMouseEventsEnabled 425 ui/aura/remote_window_tree_host_win.cc if (cursor_client && !cursor_client->IsMouseEventsEnabled()) { IsMouseEventsEnabled 37 ui/aura/test/test_cursor_client.h virtual bool IsMouseEventsEnabled() const OVERRIDE; IsMouseEventsEnabled 732 ui/aura/window_event_dispatcher.cc !cursor_client->IsMouseEventsEnabled() && IsMouseEventsEnabled 174 ui/aura/window_tree_host_win.cc if (cursor_client && !cursor_client->IsMouseEventsEnabled()) { IsMouseEventsEnabled 597 ui/aura/window_tree_host_x11.cc if (cursor_client && !cursor_client->IsMouseEventsEnabled()) { IsMouseEventsEnabled 948 ui/views/view.cc if (!GetWidget()->IsMouseEventsEnabled()) IsMouseEventsEnabled 875 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc return cursor_client ? cursor_client->IsMouseEventsEnabled() : true; IsMouseEventsEnabled 172 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual bool IsMouseEventsEnabled() const OVERRIDE; IsMouseEventsEnabled 118 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc EXPECT_TRUE(cursor_client_a->IsMouseEventsEnabled()); IsMouseEventsEnabled 119 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc EXPECT_TRUE(cursor_client_b->IsMouseEventsEnabled()); IsMouseEventsEnabled 124 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc EXPECT_FALSE(cursor_client_a->IsMouseEventsEnabled()); IsMouseEventsEnabled 125 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc EXPECT_FALSE(cursor_client_b->IsMouseEventsEnabled()); IsMouseEventsEnabled 130 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc EXPECT_TRUE(cursor_client_a->IsMouseEventsEnabled()); IsMouseEventsEnabled 131 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc EXPECT_TRUE(cursor_client_b->IsMouseEventsEnabled()); IsMouseEventsEnabled 148 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc EXPECT_TRUE(cursor_client_a->IsMouseEventsEnabled()); IsMouseEventsEnabled 149 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc EXPECT_TRUE(cursor_client_b->IsMouseEventsEnabled()); IsMouseEventsEnabled 525 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc if (cursor_client && !cursor_client->IsMouseEventsEnabled()) { IsMouseEventsEnabled 845 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc if (cursor_client && !cursor_client->IsMouseEventsEnabled()) { IsMouseEventsEnabled 627 ui/views/widget/native_widget_aura.cc return cursor_client ? cursor_client->IsMouseEventsEnabled() : true; IsMouseEventsEnabled 127 ui/views/widget/native_widget_aura.h virtual bool IsMouseEventsEnabled() const OVERRIDE; IsMouseEventsEnabled 211 ui/views/widget/native_widget_private.h virtual bool IsMouseEventsEnabled() const = 0; IsMouseEventsEnabled 794 ui/views/widget/widget.cc return native_widget_->IsMouseEventsEnabled(); IsMouseEventsEnabled 557 ui/views/widget/widget.h bool IsMouseEventsEnabled() const; IsMouseEventsEnabled 617 ui/views/widget/widget_unittest.cc widget->IsMouseEventsEnabled(); IsMouseEventsEnabled 118 ui/wm/core/compound_event_filter_unittest.cc EXPECT_TRUE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 125 ui/wm/core/compound_event_filter_unittest.cc EXPECT_FALSE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 129 ui/wm/core/compound_event_filter_unittest.cc EXPECT_FALSE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 134 ui/wm/core/compound_event_filter_unittest.cc EXPECT_FALSE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 140 ui/wm/core/compound_event_filter_unittest.cc EXPECT_TRUE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 148 ui/wm/core/compound_event_filter_unittest.cc EXPECT_FALSE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 195 ui/wm/core/compound_event_filter_unittest.cc EXPECT_TRUE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 197 ui/wm/core/compound_event_filter_unittest.cc EXPECT_TRUE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 203 ui/wm/core/compound_event_filter_unittest.cc EXPECT_TRUE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 221 ui/wm/core/compound_event_filter_unittest.cc EXPECT_FALSE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 228 ui/wm/core/compound_event_filter_unittest.cc EXPECT_FALSE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 232 ui/wm/core/compound_event_filter_unittest.cc EXPECT_TRUE(cursor_client.IsMouseEventsEnabled()); IsMouseEventsEnabled 149 ui/wm/core/cursor_manager.cc IsMouseEventsEnabled() != state_on_unlock_->mouse_events_enabled()) { IsMouseEventsEnabled 158 ui/wm/core/cursor_manager.cc IsMouseEventsEnabled() != state_on_unlock_->mouse_events_enabled()) { IsMouseEventsEnabled 185 ui/wm/core/cursor_manager.cc if (IsMouseEventsEnabled() != state_on_unlock_->mouse_events_enabled()) { IsMouseEventsEnabled 53 ui/wm/core/cursor_manager.h virtual bool IsMouseEventsEnabled() const OVERRIDE; IsMouseEventsEnabled 143 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 145 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 151 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 153 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 155 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 158 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 160 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 162 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 169 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 174 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 179 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 184 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 217 ui/wm/core/cursor_manager_unittest.cc TEST_F(CursorManagerTest, IsMouseEventsEnabled) { IsMouseEventsEnabled 219 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 221 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 232 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 235 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 238 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 244 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 249 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 254 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 257 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 262 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 265 ui/wm/core/cursor_manager_unittest.cc EXPECT_TRUE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 270 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 273 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled()); IsMouseEventsEnabled 276 ui/wm/core/cursor_manager_unittest.cc EXPECT_FALSE(cursor_manager_.IsMouseEventsEnabled());