Searched refs:GetCursor (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/ui/wm/core/
H A Dnative_cursor_manager_delegate.h22 virtual gfx::NativeCursor GetCursor() const = 0;
H A Dcursor_manager.cc86 GetCursor() != state_on_unlock_->cursor()) {
91 gfx::NativeCursor CursorManager::GetCursor() const { function in class:wm::CursorManager
165 if (GetCursor() != state_on_unlock_->cursor()) {
H A Dcursor_manager.h47 virtual gfx::NativeCursor GetCursor() const OVERRIDE;
H A Dcursor_manager_unittest.cc83 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
90 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
134 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
141 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
/external/chromium_org/ash/test/
H A Dcursor_manager_test_api.cc31 return cursor_manager_->GetCursor();
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_wrapper.h72 virtual gfx::NativeCursor GetCursor(int x, int y) = 0;
H A Dnative_view_host_mac.h34 virtual gfx::NativeCursor GetCursor(int x, int y) OVERRIDE;
H A Dnative_view_host.h88 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
H A Dnative_view_host_aura.h38 virtual gfx::NativeCursor GetCursor(int x, int y) OVERRIDE;
H A Dnative_view_host.cc189 gfx::NativeCursor NativeViewHost::GetCursor(const ui::MouseEvent& event) { function in class:views::NativeViewHost
190 return native_wrapper_->GetCursor(event.x(), event.y());
/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager.cc70 SetCursor(cursor_manager->GetCursor(), cursor_manager);
90 SetCursor(delegate->GetCursor(), delegate);
127 SetCursor(delegate->GetCursor(), delegate);
141 SetCursor(delegate->GetCursor(), delegate);
H A Dpartial_screenshot_view.h51 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/ui/views/controls/
H A Dresize_area.h30 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
H A Dresize_area.cc32 gfx::NativeCursor ResizeArea::GetCursor(const ui::MouseEvent& event) { function in class:views::ResizeArea
H A Dlink.h38 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
H A Dsingle_split_view.h44 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_cursor_manager.cc49 SetCursor(delegate->GetCursor(), delegate);
71 SetCursor(delegate->GetCursor(), delegate);
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc46 gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) { function in class:content::ImageWindowDelegate
H A Dimage_window_delegate.h32 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
/external/chromium_org/ui/aura/client/
H A Dcursor_client.h33 virtual gfx::NativeCursor GetCursor() const = 0;
/external/chromium_org/ui/aura/test/
H A Dtest_cursor_client.cc30 gfx::NativeCursor TestCursorClient::GetCursor() const { function in class:aura::test::TestCursorClient
H A Dtest_cursor_client.h36 virtual gfx::NativeCursor GetCursor() const OVERRIDE;
/external/chromium_org/ui/aura/
H A Dwindow_delegate.h49 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) = 0;
/external/chromium_org/ui/views/controls/table/
H A Dtable_header.h34 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.h42 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;

Completed in 1446 milliseconds

123