GetCursor          35 ash/test/cursor_manager_test_api.cc   return cursor_manager_->GetCursor();
GetCursor          69 ash/wm/ash_native_cursor_manager.cc   SetCursor(cursor_manager->GetCursor(), cursor_manager);
GetCursor          76 ash/wm/ash_native_cursor_manager.cc     SetCursor(delegate->GetCursor(), delegate);
GetCursor         115 ash/wm/ash_native_cursor_manager.cc     SetCursor(delegate->GetCursor(), delegate);
GetCursor         130 ash/wm/ash_native_cursor_manager.cc   SetCursor(delegate->GetCursor(), delegate);
GetCursor         139 ash/wm/ash_native_cursor_manager.cc     SetCursor(delegate->GetCursor(), delegate);
GetCursor          51 ash/wm/partial_screenshot_view.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor         561 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc     frame_cursor_ = has_hit_edge ? gfx::GetCursor(new_cursor) : NULL;
GetCursor        1014 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc                         gfx::GetCursor(GDK_SB_H_DOUBLE_ARROW));
GetCursor        2081 chrome/browser/ui/gtk/browser_window_gtk.cc       frame_cursor_ = gfx::GetCursor(new_cursor);
GetCursor         229 chrome/browser/ui/gtk/gtk_chrome_link_button.cc   button->hand_cursor = gfx::GetCursor(GDK_HAND2);
GetCursor         161 chrome/browser/ui/gtk/panels/panel_drag_gtk.cc   GrabPointerAndKeyboard(event, gfx::GetCursor(GDK_FLEUR));  // Drag cursor.
GetCursor         695 chrome/browser/ui/gtk/panels/panel_gtk.cc     frame_cursor_ = has_hit_edge ? gfx::GetCursor(new_cursor) : NULL;
GetCursor          77 chrome/browser/ui/views/content_setting_bubble_contents.cc   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor          40 chrome/browser/ui/views/extensions/extension_view_views.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor         291 content/browser/renderer_host/render_widget_host_view_aura.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
GetCursor          32 content/browser/web_contents/aura/image_window_delegate.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
GetCursor         157 content/browser/web_contents/web_contents_view_aura.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
GetCursor        1317 content/child/npapi/webplugin_delegate_impl_win.cc     current_windowless_cursor_.InitFromExternalCursor(GetCursor());
GetCursor        1427 content/child/npapi/webplugin_delegate_impl_win.cc     HCURSOR current_cursor = GetCursor();
GetCursor         118 content/common/cursors/webcursor.h   HCURSOR GetCursor(HINSTANCE module_handle);
GetCursor         149 content/common/cursors/webcursor_gtk.cc   return gfx::GetCursor(type);
GetCursor         143 content/common/cursors/webcursor_win.cc   return GetCursor(NULL);
GetCursor         190 third_party/wtl/include/atlctrls.h 	HCURSOR GetCursor() const
GetCursor          29 ui/aura/client/cursor_client.h   virtual gfx::NativeCursor GetCursor() const = 0;
GetCursor          27 ui/aura/test/test_cursor_client.h   virtual gfx::NativeCursor GetCursor() const OVERRIDE;
GetCursor          49 ui/aura/test/test_window_delegate.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
GetCursor         635 ui/aura/window.cc   return delegate_ ? delegate_->GetCursor(point) : gfx::kNullCursor;
GetCursor         221 ui/aura/window.h   gfx::NativeCursor GetCursor(const gfx::Point& point) const;
GetCursor          49 ui/aura/window_delegate.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) = 0;
GetCursor         367 ui/base/x/x11_util.cc   return cursor_cache->GetCursor(cursor_shape);
GetCursor          44 ui/gfx/gtk_util.h GFX_EXPORT GdkCursor* GetCursor(int type);
GetCursor         550 ui/message_center/views/notification_view.cc     return views::View::GetCursor(event);
GetCursor          52 ui/message_center/views/notification_view.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor          38 ui/views/controls/link.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor         196 ui/views/controls/native/native_view_host.cc   return native_wrapper_->GetCursor(event.x(), event.y());
GetCursor          89 ui/views/controls/native/native_view_host.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor         106 ui/views/controls/native/native_view_host_aura.cc     return host_->native_view()->GetCursor(gfx::Point(x, y));
GetCursor          37 ui/views/controls/native/native_view_host_aura.h   virtual gfx::NativeCursor GetCursor(int x, int y) OVERRIDE;
GetCursor         112 ui/views/controls/native/native_view_host_aura_unittest.cc   EXPECT_EQ(ui::kCursorWait, host()->GetCursor(move_event).native_type());
GetCursor          67 ui/views/controls/native/native_view_host_wrapper.h   virtual gfx::NativeCursor GetCursor(int x, int y) = 0;
GetCursor          30 ui/views/controls/resize_area.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor          44 ui/views/controls/single_split_view.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor         167 ui/views/controls/table/table_header.cc       ui::kCursorColumnResize : View::GetCursor(event);
GetCursor          34 ui/views/controls/table/table_header.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor         184 ui/views/controls/textfield/textfield.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
GetCursor         583 ui/views/view.h   virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event);
GetCursor          48 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc   SetCursor(delegate->GetCursor(), delegate);
GetCursor          70 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc     SetCursor(delegate->GetCursor(), delegate);
GetCursor         189 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
GetCursor         135 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc   EXPECT_EQ(ui::kCursorNone, cursor_client_a->GetCursor().native_type());
GetCursor         136 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc   EXPECT_EQ(ui::kCursorNone, cursor_client_b->GetCursor().native_type());
GetCursor         139 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc   EXPECT_EQ(ui::kCursorPointer, cursor_client_a->GetCursor().native_type());
GetCursor         140 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc   EXPECT_EQ(ui::kCursorPointer, cursor_client_b->GetCursor().native_type());
GetCursor         147 ui/views/widget/native_widget_aura.h   virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
GetCursor         442 ui/views/widget/root_view.cc       widget_->SetCursor(mouse_move_handler_->GetCursor(moved_event));
GetCursor         726 ui/views/widget/root_view.cc     widget_->SetCursor(v->GetCursor(me));
GetCursor         163 ui/wm/core/compound_event_filter.cc     gfx::NativeCursor cursor = target->GetCursor(event->location());
GetCursor          93 ui/wm/core/cursor_manager.cc       GetCursor() != state_on_unlock_->cursor()) {
GetCursor         182 ui/wm/core/cursor_manager.cc   if (GetCursor() != state_on_unlock_->cursor()) {
GetCursor          43 ui/wm/core/cursor_manager.h   virtual gfx::NativeCursor GetCursor() const OVERRIDE;
GetCursor          89 ui/wm/core/cursor_manager_unittest.cc   EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
GetCursor          96 ui/wm/core/cursor_manager_unittest.cc   EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
GetCursor         140 ui/wm/core/cursor_manager_unittest.cc   EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
GetCursor         147 ui/wm/core/cursor_manager_unittest.cc   EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
GetCursor          22 ui/wm/core/native_cursor_manager_delegate.h   virtual gfx::NativeCursor GetCursor() const = 0;