HomeSort by relevance Sort by last modified time
    Searched refs:GetCursor (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium_org/ui/wm/core/
native_cursor_manager_delegate.h 22 virtual gfx::NativeCursor GetCursor() const = 0;
cursor_manager.cc 86 GetCursor() != state_on_unlock_->cursor()) {
91 gfx::NativeCursor CursorManager::GetCursor() const {
165 if (GetCursor() != state_on_unlock_->cursor()) {
cursor_manager.h 47 virtual gfx::NativeCursor GetCursor() const OVERRIDE;
  /external/chromium_org/ui/views/controls/native/
native_view_host_wrapper.h 72 virtual gfx::NativeCursor GetCursor(int x, int y) = 0;
native_view_host_mac.h 34 virtual gfx::NativeCursor GetCursor(int x, int y) OVERRIDE;
native_view_host_aura.h 38 virtual gfx::NativeCursor GetCursor(int x, int y) OVERRIDE;
native_view_host.h 88 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
native_view_host.cc 189 gfx::NativeCursor NativeViewHost::GetCursor(const ui::MouseEvent& event) {
190 return native_wrapper_->GetCursor(event.x(), event.y());
  /external/chromium_org/ash/test/
cursor_manager_test_api.cc 31 return cursor_manager_->GetCursor();
  /external/chromium_org/ui/views/controls/
resize_area.h 30 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
link.h 38 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
resize_area.cc 32 gfx::NativeCursor ResizeArea::GetCursor(const ui::MouseEvent& event) {
single_split_view.h 44 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
  /external/chromium_org/ash/wm/
ash_native_cursor_manager.cc 70 SetCursor(cursor_manager->GetCursor(), cursor_manager);
90 SetCursor(delegate->GetCursor(), delegate);
127 SetCursor(delegate->GetCursor(), delegate);
141 SetCursor(delegate->GetCursor(), delegate);
partial_screenshot_view.h 51 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
  /external/chromium_org/ui/aura/client/
cursor_client.h 33 virtual gfx::NativeCursor GetCursor() const = 0;
  /external/chromium_org/ui/aura/
window_delegate.h 49 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) = 0;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_cursor_manager.cc 49 SetCursor(delegate->GetCursor(), delegate);
71 SetCursor(delegate->GetCursor(), delegate);
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 46 gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) {
image_window_delegate.h 32 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 30 gfx::NativeCursor TestCursorClient::GetCursor() const {
test_cursor_client.h 36 virtual gfx::NativeCursor GetCursor() const OVERRIDE;
  /external/chromium_org/ui/views/controls/table/
table_header.h 34 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.h 42 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
  /external/chromium_org/content/common/cursors/
webcursor.h 88 // specific cursor object. Otherwise GetCursor should be used.
116 HCURSOR GetCursor(HINSTANCE module_handle);

Completed in 799 milliseconds

1 2 3 4