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

1 2 3 4 5

  /external/chromium_org/ui/views/corewm/
native_cursor_manager_delegate.h 21 virtual gfx::NativeCursor GetCurrentCursor() const = 0;
26 virtual void CommitCursor(gfx::NativeCursor cursor) = 0;
cursor_manager.h 44 virtual void SetCursor(gfx::NativeCursor) OVERRIDE;
63 virtual gfx::NativeCursor GetCurrentCursor() const OVERRIDE;
66 virtual void CommitCursor(gfx::NativeCursor cursor) OVERRIDE;
cursor_manager.cc 30 gfx::NativeCursor cursor() const { return cursor_; }
31 void set_cursor(gfx::NativeCursor cursor) { cursor_ = cursor; }
61 gfx::NativeCursor cursor_;
84 void CursorManager::SetCursor(gfx::NativeCursor cursor) {
185 gfx::NativeCursor CursorManager::GetCurrentCursor() const {
197 void CursorManager::CommitCursor(gfx::NativeCursor cursor) {
native_cursor_manager.h 36 gfx::NativeCursor cursor,
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.h 32 bool RunMoveLoop(aura::Window* window, gfx::NativeCursor cursor);
35 void UpdateCursor(gfx::NativeCursor cursor);
43 bool GrabPointerWithCursor(gfx::NativeCursor cursor);
desktop_native_cursor_manager.cc 26 gfx::NativeCursor DesktopNativeCursorManager::GetInitializedCursor(int type) {
27 gfx::NativeCursor cursor(type);
45 gfx::NativeCursor cursor,
47 gfx::NativeCursor new_cursor = cursor;
63 gfx::NativeCursor invisible_cursor(ui::kCursorNone);
desktop_native_cursor_manager.h 39 gfx::NativeCursor GetInitializedCursor(int type);
47 gfx::NativeCursor cursor,
x11_whole_screen_move_loop.cc 63 gfx::NativeCursor cursor) {
105 void X11WholeScreenMoveLoop::UpdateCursor(gfx::NativeCursor cursor) {
131 bool X11WholeScreenMoveLoop::GrabPointerWithCursor(gfx::NativeCursor cursor) {
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.h 34 virtual void SetPlatformCursor(gfx::NativeCursor* cursor) OVERRIDE;
38 bool IsImageCursor(gfx::NativeCursor native_cursor);
41 ::Cursor ImageCursorFromNative(gfx::NativeCursor native_cursor);
cursor_loader_null.cc 23 void CursorLoaderNull::SetPlatformCursor(gfx::NativeCursor* cursor) {}
cursor_loader_null.h 28 virtual void SetPlatformCursor(gfx::NativeCursor* cursor) OVERRIDE;
cursor_loader_win.h 27 virtual void SetPlatformCursor(gfx::NativeCursor* cursor) OVERRIDE;
cursor_loader.h 61 virtual void SetPlatformCursor(gfx::NativeCursor* cursor) = 0;
  /external/chromium_org/ash/test/
cursor_manager_test_api.h 31 gfx::NativeCursor GetCurrentCursor() const;
cursor_manager_test_api.cc 30 gfx::NativeCursor CursorManagerTestApi::GetCurrentCursor() const {
  /external/chromium_org/ash/wm/
image_cursors.h 44 void SetPlatformCursor(gfx::NativeCursor* cursor);
ash_native_cursor_manager.cc 19 void SetCursorOnAllRootWindows(gfx::NativeCursor cursor) {
69 gfx::NativeCursor cursor,
71 gfx::NativeCursor new_cursor = cursor;
100 gfx::NativeCursor invisible_cursor(ui::kCursorNone);
ash_native_cursor_manager.h 44 gfx::NativeCursor cursor,
  /external/chromium/chrome/browser/chromeos/login/
shutdown_button.h 28 virtual gfx::NativeCursor GetCursorForPoint(
username_view.h 48 virtual gfx::NativeCursor GetCursorForPoint(
  /external/chromium_org/ui/aura/client/
cursor_client.h 25 virtual void SetCursor(gfx::NativeCursor cursor) = 0;
  /external/chromium_org/ui/views/controls/
resize_area.h 30 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
  /external/chromium_org/ui/gfx/
native_widget_types.h 121 typedef ui::Cursor NativeCursor;
127 typedef HCURSOR NativeCursor;
133 typedef void* NativeCursor;
138 typedef NSCursor* NativeCursor;
143 typedef GdkCursor* NativeCursor;
149 typedef void* NativeCursor;
187 // A constant value to indicate that gfx::NativeCursor refers to no cursor.
191 const gfx::NativeCursor kNullCursor = static_cast<gfx::NativeCursor>(NULL);
  /external/chromium_org/ui/aura/
root_window_host_x11.h 59 virtual void SetCursor(gfx::NativeCursor cursor_type) OVERRIDE;
93 void SetCursorInternal(gfx::NativeCursor cursor);
116 gfx::NativeCursor current_cursor_;
  /external/chromium_org/ash/display/
mirror_window_controller.h 59 void SetMirroredCursor(gfx::NativeCursor cursor);

Completed in 276 milliseconds

1 2 3 4 5