NativeCursor       36 ash/display/cursor_window_controller.cc   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
NativeCursor      157 ash/display/cursor_window_controller.cc void CursorWindowController::SetCursor(gfx::NativeCursor cursor) {
NativeCursor       45 ash/display/cursor_window_controller.h   void SetCursor(gfx::NativeCursor cursor);
NativeCursor       97 ash/drag_drop/drag_drop_controller.cc   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
NativeCursor      278 ash/drag_drop/drag_drop_controller.cc       gfx::NativeCursor cursor = ui::kCursorNoDrop;
NativeCursor      222 ash/root_window_controller.cc   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
NativeCursor       34 ash/test/cursor_manager_test_api.cc gfx::NativeCursor CursorManagerTestApi::GetCurrentCursor() const {
NativeCursor       31 ash/test/cursor_manager_test_api.h   gfx::NativeCursor GetCurrentCursor() const;
NativeCursor       20 ash/wm/ash_native_cursor_manager.cc void SetCursorOnAllRootWindows(gfx::NativeCursor cursor) {
NativeCursor       84 ash/wm/ash_native_cursor_manager.cc     gfx::NativeCursor cursor,
NativeCursor       86 ash/wm/ash_native_cursor_manager.cc   gfx::NativeCursor new_cursor = cursor;
NativeCursor       90 ash/wm/ash_native_cursor_manager.cc     gfx::NativeCursor invisible_cursor(ui::kCursorNone);
NativeCursor      141 ash/wm/ash_native_cursor_manager.cc     gfx::NativeCursor invisible_cursor(ui::kCursorNone);
NativeCursor       50 ash/wm/ash_native_cursor_manager.h       gfx::NativeCursor cursor,
NativeCursor      148 ash/wm/image_cursors.cc void ImageCursors::SetPlatformCursor(gfx::NativeCursor* cursor) {
NativeCursor       48 ash/wm/image_cursors.h   void SetPlatformCursor(gfx::NativeCursor* cursor);
NativeCursor      173 ash/wm/partial_screenshot_view.cc gfx::NativeCursor PartialScreenshotView::GetCursor(
NativeCursor       51 ash/wm/partial_screenshot_view.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor       98 ash/wm/workspace/multi_window_resize_controller.cc   virtual gfx::NativeCursor GetCursor(
NativeCursor       77 chrome/browser/ui/views/content_setting_bubble_contents.cc   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor      108 chrome/browser/ui/views/content_setting_bubble_contents.cc gfx::NativeCursor ContentSettingBubbleContents::Favicon::GetCursor(
NativeCursor       64 chrome/browser/ui/views/extensions/extension_view_views.cc gfx::NativeCursor ExtensionViewViews::GetCursor(const ui::MouseEvent& event) {
NativeCursor       40 chrome/browser/ui/views/extensions/extension_view_views.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor      358 content/browser/media/capture/desktop_capture_device_aura.cc   gfx::NativeCursor cursor =
NativeCursor     2516 content/browser/renderer_host/render_widget_host_view_aura.cc gfx::NativeCursor RenderWidgetHostViewAura::GetCursor(const gfx::Point& point) {
NativeCursor     3237 content/browser/renderer_host/render_widget_host_view_aura.cc   gfx::NativeCursor cursor = current_cursor_.GetNativeCursor();
NativeCursor      291 content/browser/renderer_host/render_widget_host_view_aura.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
NativeCursor       46 content/browser/web_contents/aura/image_window_delegate.cc gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) {
NativeCursor       32 content/browser/web_contents/aura/image_window_delegate.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
NativeCursor     1327 content/browser/web_contents/web_contents_view_aura.cc gfx::NativeCursor WebContentsViewAura::GetCursor(const gfx::Point& point) {
NativeCursor      157 content/browser/web_contents/web_contents_view_aura.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
NativeCursor       99 content/common/cursors/webcursor.h   gfx::NativeCursor GetNativeCursor();
NativeCursor       15 content/common/cursors/webcursor_aura.cc gfx::NativeCursor WebCursor::GetNativeCursor() {
NativeCursor      145 content/common/cursors/webcursor_gtk.cc gfx::NativeCursor WebCursor::GetNativeCursor() {
NativeCursor      142 content/common/cursors/webcursor_win.cc gfx::NativeCursor WebCursor::GetNativeCursor() {
NativeCursor       56 mojo/examples/aura_demo/aura_demo.cc   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
NativeCursor      131 mojo/examples/aura_demo/window_tree_host_mojo.cc void WindowTreeHostMojo::SetCursorNative(gfx::NativeCursor cursor) {
NativeCursor       52 mojo/examples/aura_demo/window_tree_host_mojo.h   virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE;
NativeCursor       26 ui/aura/client/cursor_client.h   virtual void SetCursor(gfx::NativeCursor cursor) = 0;
NativeCursor       29 ui/aura/client/cursor_client.h   virtual gfx::NativeCursor GetCursor() const = 0;
NativeCursor       52 ui/aura/demo/demo_main.cc   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
NativeCursor      443 ui/aura/remote_window_tree_host_win.cc void RemoteWindowTreeHostWin::SetCursorNative(gfx::NativeCursor native_cursor) {
NativeCursor      235 ui/aura/remote_window_tree_host_win.h   virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE;
NativeCursor       25 ui/aura/test/test_cursor_client.cc void TestCursorClient::SetCursor(gfx::NativeCursor cursor) {
NativeCursor       29 ui/aura/test/test_cursor_client.cc gfx::NativeCursor TestCursorClient::GetCursor() const {
NativeCursor       26 ui/aura/test/test_cursor_client.h   virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
NativeCursor       27 ui/aura/test/test_cursor_client.h   virtual gfx::NativeCursor GetCursor() const OVERRIDE;
NativeCursor       53 ui/aura/test/test_window_delegate.cc gfx::NativeCursor TestWindowDelegate::GetCursor(const gfx::Point& point) {
NativeCursor       49 ui/aura/test/test_window_delegate.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
NativeCursor      634 ui/aura/window.cc gfx::NativeCursor Window::GetCursor(const gfx::Point& point) const {
NativeCursor      221 ui/aura/window.h   gfx::NativeCursor GetCursor(const gfx::Point& point) const;
NativeCursor       49 ui/aura/window_delegate.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) = 0;
NativeCursor      192 ui/aura/window_tree_host.cc void WindowTreeHost::SetCursor(gfx::NativeCursor cursor) {
NativeCursor      104 ui/aura/window_tree_host.h   void SetCursor(gfx::NativeCursor cursor);
NativeCursor      115 ui/aura/window_tree_host.h   gfx::NativeCursor last_cursor() const { return last_cursor_; }
NativeCursor      185 ui/aura/window_tree_host.h   virtual void SetCursorNative(gfx::NativeCursor cursor) = 0;
NativeCursor      214 ui/aura/window_tree_host.h   gfx::NativeCursor last_cursor_;
NativeCursor       47 ui/aura/window_tree_host_mac.h   virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
NativeCursor      106 ui/aura/window_tree_host_ozone.cc void WindowTreeHostOzone::SetCursorNative(gfx::NativeCursor cursor) {
NativeCursor       48 ui/aura/window_tree_host_ozone.h   virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
NativeCursor      200 ui/aura/window_tree_host_win.cc void WindowTreeHostWin::SetCursorNative(gfx::NativeCursor native_cursor) {
NativeCursor       37 ui/aura/window_tree_host_win.h   virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE;
NativeCursor      703 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::SetCursorNative(gfx::NativeCursor cursor) {
NativeCursor      842 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::SetCursorInternal(gfx::NativeCursor cursor) {
NativeCursor       64 ui/aura/window_tree_host_x11.h   virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
NativeCursor       88 ui/aura/window_tree_host_x11.h   void SetCursorInternal(gfx::NativeCursor cursor);
NativeCursor      109 ui/aura/window_tree_host_x11.h   gfx::NativeCursor current_cursor_;
NativeCursor       61 ui/base/cursor/cursor_loader.h   virtual void SetPlatformCursor(gfx::NativeCursor* cursor) = 0;
NativeCursor       46 ui/base/cursor/cursor_loader_ozone.cc void CursorLoaderOzone::SetPlatformCursor(gfx::NativeCursor* cursor) {
NativeCursor       29 ui/base/cursor/cursor_loader_ozone.h   virtual void SetPlatformCursor(gfx::NativeCursor* cursor) OVERRIDE;
NativeCursor       23 ui/base/cursor/cursor_loader_win.cc const wchar_t* GetCursorId(gfx::NativeCursor native_cursor) {
NativeCursor      152 ui/base/cursor/cursor_loader_win.cc void CursorLoaderWin::SetPlatformCursor(gfx::NativeCursor* cursor) {
NativeCursor       27 ui/base/cursor/cursor_loader_win.h   virtual void SetPlatformCursor(gfx::NativeCursor* cursor) OVERRIDE;
NativeCursor       28 ui/base/cursor/cursor_loader_x11.cc int CursorShapeFromNative(const gfx::NativeCursor& native_cursor) {
NativeCursor      226 ui/base/cursor/cursor_loader_x11.cc void CursorLoaderX11::SetPlatformCursor(gfx::NativeCursor* cursor) {
NativeCursor      246 ui/base/cursor/cursor_loader_x11.cc bool CursorLoaderX11::IsImageCursor(gfx::NativeCursor native_cursor) {
NativeCursor      252 ui/base/cursor/cursor_loader_x11.cc     gfx::NativeCursor native_cursor) {
NativeCursor       34 ui/base/cursor/cursor_loader_x11.h   virtual void SetPlatformCursor(gfx::NativeCursor* cursor) OVERRIDE;
NativeCursor       38 ui/base/cursor/cursor_loader_x11.h   bool IsImageCursor(gfx::NativeCursor native_cursor);
NativeCursor       41 ui/base/cursor/cursor_loader_x11.h   ::Cursor ImageCursorFromNative(gfx::NativeCursor native_cursor);
NativeCursor      184 ui/gfx/native_widget_types.h const gfx::NativeCursor kNullCursor = static_cast<gfx::NativeCursor>(NULL);
NativeCursor       87 ui/keyboard/keyboard_controller.cc   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
NativeCursor      548 ui/message_center/views/notification_view.cc gfx::NativeCursor NotificationView::GetCursor(const ui::MouseEvent& event) {
NativeCursor       52 ui/message_center/views/notification_view.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor       47 ui/views/controls/link.cc gfx::NativeCursor Link::GetCursor(const ui::MouseEvent& event) {
NativeCursor       38 ui/views/controls/link.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor      195 ui/views/controls/native/native_view_host.cc gfx::NativeCursor NativeViewHost::GetCursor(const ui::MouseEvent& event) {
NativeCursor       89 ui/views/controls/native/native_view_host.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor      104 ui/views/controls/native/native_view_host_aura.cc gfx::NativeCursor NativeViewHostAura::GetCursor(int x, int y) {
NativeCursor       37 ui/views/controls/native/native_view_host_aura.h   virtual gfx::NativeCursor GetCursor(int x, int y) OVERRIDE;
NativeCursor       67 ui/views/controls/native/native_view_host_wrapper.h   virtual gfx::NativeCursor GetCursor(int x, int y) = 0;
NativeCursor       32 ui/views/controls/resize_area.cc gfx::NativeCursor ResizeArea::GetCursor(const ui::MouseEvent& event) {
NativeCursor       30 ui/views/controls/resize_area.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor       88 ui/views/controls/single_split_view.cc gfx::NativeCursor SingleSplitView::GetCursor(const ui::MouseEvent& event) {
NativeCursor       44 ui/views/controls/single_split_view.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor      165 ui/views/controls/table/table_header.cc gfx::NativeCursor TableHeader::GetCursor(const ui::MouseEvent& event) {
NativeCursor       34 ui/views/controls/table/table_header.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor      487 ui/views/controls/textfield/textfield.cc gfx::NativeCursor Textfield::GetCursor(const ui::MouseEvent& event) {
NativeCursor      184 ui/views/controls/textfield/textfield.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
NativeCursor      904 ui/views/view.cc gfx::NativeCursor View::GetCursor(const ui::MouseEvent& event) {
NativeCursor      583 ui/views/view.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event);
NativeCursor      241 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h   gfx::NativeCursor grab_cursor_;
NativeCursor      242 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h   gfx::NativeCursor copy_grab_cursor_;
NativeCursor      243 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h   gfx::NativeCursor move_grab_cursor_;
NativeCursor       25 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc gfx::NativeCursor DesktopNativeCursorManager::GetInitializedCursor(int type) {
NativeCursor       26 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc   gfx::NativeCursor cursor(type);
NativeCursor       52 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc     gfx::NativeCursor cursor,
NativeCursor       54 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc   gfx::NativeCursor new_cursor = cursor;
NativeCursor       72 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc     gfx::NativeCursor invisible_cursor(ui::kCursorNone);
NativeCursor       41 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h   gfx::NativeCursor GetInitializedCursor(int type);
NativeCursor       55 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h       gfx::NativeCursor cursor,
NativeCursor      862 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::SetCursor(gfx::NativeCursor cursor) {
NativeCursor      933 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc gfx::NativeCursor DesktopNativeWidgetAura::GetCursor(const gfx::Point& point) {
NativeCursor      171 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
NativeCursor      189 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
NativeCursor      301 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   gfx::NativeCursor cursor_;
NativeCursor      554 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc void DesktopWindowTreeHostWin::SetCursorNative(gfx::NativeCursor cursor) {
NativeCursor      125 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE;
NativeCursor      876 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc void DesktopWindowTreeHostX11::SetCursorNative(gfx::NativeCursor cursor) {
NativeCursor      148 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h   virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE;
NativeCursor      256 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h   gfx::NativeCursor current_cursor_;
NativeCursor      129 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc                                          gfx::NativeCursor cursor) {
NativeCursor      175 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc void X11WholeScreenMoveLoop::UpdateCursor(gfx::NativeCursor cursor) {
NativeCursor      226 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc bool X11WholeScreenMoveLoop::GrabPointerAndKeyboard(gfx::NativeCursor cursor) {
NativeCursor       40 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h   bool RunMoveLoop(aura::Window* window, gfx::NativeCursor cursor);
NativeCursor       43 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h   void UpdateCursor(gfx::NativeCursor cursor);
NativeCursor       54 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h   bool GrabPointerAndKeyboard(gfx::NativeCursor cursor);
NativeCursor      614 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::SetCursor(gfx::NativeCursor cursor) {
NativeCursor      728 ui/views/widget/native_widget_aura.cc gfx::NativeCursor NativeWidgetAura::GetCursor(const gfx::Point& point) {
NativeCursor      126 ui/views/widget/native_widget_aura.h   virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
NativeCursor      147 ui/views/widget/native_widget_aura.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
NativeCursor      218 ui/views/widget/native_widget_aura.h   gfx::NativeCursor cursor_;
NativeCursor      210 ui/views/widget/native_widget_private.h   virtual void SetCursor(gfx::NativeCursor cursor) = 0;
NativeCursor      789 ui/views/widget/widget.cc void Widget::SetCursor(gfx::NativeCursor cursor) {
NativeCursor      554 ui/views/widget/widget.h   void SetCursor(gfx::NativeCursor cursor);
NativeCursor      115 ui/wm/core/compound_event_filter.cc gfx::NativeCursor CompoundEventFilter::CursorForWindowComponent(
NativeCursor      163 ui/wm/core/compound_event_filter.cc     gfx::NativeCursor cursor = target->GetCursor(event->location());
NativeCursor       46 ui/wm/core/compound_event_filter.h   static gfx::NativeCursor CursorForWindowComponent(int window_component);
NativeCursor       30 ui/wm/core/cursor_manager.cc   gfx::NativeCursor cursor() const { return cursor_; }
NativeCursor       31 ui/wm/core/cursor_manager.cc   void set_cursor(gfx::NativeCursor cursor) { cursor_ = cursor; }
NativeCursor       66 ui/wm/core/cursor_manager.cc   gfx::NativeCursor cursor_;
NativeCursor       90 ui/wm/core/cursor_manager.cc void CursorManager::SetCursor(gfx::NativeCursor cursor) {
NativeCursor       98 ui/wm/core/cursor_manager.cc gfx::NativeCursor CursorManager::GetCursor() const {
NativeCursor      209 ui/wm/core/cursor_manager.cc void CursorManager::CommitCursor(gfx::NativeCursor cursor) {
NativeCursor       42 ui/wm/core/cursor_manager.h   virtual void SetCursor(gfx::NativeCursor) OVERRIDE;
NativeCursor       43 ui/wm/core/cursor_manager.h   virtual gfx::NativeCursor GetCursor() const OVERRIDE;
NativeCursor       65 ui/wm/core/cursor_manager.h   virtual void CommitCursor(gfx::NativeCursor cursor) OVERRIDE;
NativeCursor       21 ui/wm/core/cursor_manager_unittest.cc       gfx::NativeCursor cursor,
NativeCursor       35 ui/wm/core/native_cursor_manager.h       gfx::NativeCursor cursor,
NativeCursor       22 ui/wm/core/native_cursor_manager_delegate.h   virtual gfx::NativeCursor GetCursor() const = 0;
NativeCursor       25 ui/wm/core/native_cursor_manager_delegate.h   virtual void CommitCursor(gfx::NativeCursor cursor) = 0;