Searched defs:GetCursor (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dresize_area.cc32 gfx::NativeCursor ResizeArea::GetCursor(const ui::MouseEvent& event) { function in class:views::ResizeArea
H A Dlink.cc48 gfx::NativeCursor Link::GetCursor(const ui::MouseEvent& event) { function in class:views::Link
H A Dsingle_split_view.cc89 gfx::NativeCursor SingleSplitView::GetCursor(const ui::MouseEvent& event) { function in class:views::SingleSplitView
/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_window_delegate.cc53 gfx::NativeCursor TestWindowDelegate::GetCursor(const gfx::Point& point) { function in class:aura::test::TestWindowDelegate
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.cc65 gfx::NativeCursor ExtensionViewViews::GetCursor(const ui::MouseEvent& event) { function in class:ExtensionViewViews
/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
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura.cc33 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
182 gfx::NativeCursor NativeViewHostAura::GetCursor(int x, int y) { function in class:views::NativeViewHostAura
184 return host_->native_view()->GetCursor(gfx::Point(x, y));
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 Dpartial_screenshot_view.cc177 gfx::NativeCursor PartialScreenshotView::GetCursor( function in class:ash::PartialScreenshotView
/external/chromium_org/ui/views/controls/table/
H A Dtable_header.cc166 gfx::NativeCursor TableHeader::GetCursor(const ui::MouseEvent& event) { function in class:views::TableHeader
168 GetNativeColumnResizeCursor() : View::GetCursor(event);
/external/chromium_org/ui/wm/core/
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()) {
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java253 * <b>Note:</b> The returned instance may be cast to {@link #GetCursor}
266 * <b>Note:</b> The returned instance may be cast to {@link #GetCursor}
279 public interface GetCursor { interface in class:ByteArray
/external/chromium_org/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.cc78 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
109 gfx::NativeCursor ContentSettingBubbleContents::Favicon::GetCursor( function in class:ContentSettingBubbleContents::Favicon
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc300 // Want to return this for underlying views, otherwise GetCursor is not
471 gfx::NativeCursor NotificationView::GetCursor(const ui::MouseEvent& event) { function in class:message_center::NotificationView
473 return views::View::GetCursor(event);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc1433 gfx::NativeCursor WebContentsViewAura::GetCursor(const gfx::Point& point) { function in class:content::WebContentsViewAura
/external/chromium_org/ui/aura/
H A Dwindow.cc652 gfx::NativeCursor Window::GetCursor(const gfx::Point& point) const { function in class:aura::Window
653 return delegate_ ? delegate_->GetCursor(point) : gfx::kNullCursor;
/external/chromium_org/ui/base/x/
H A Dx11_util.cc166 ::Cursor GetCursor(int cursor_shape) { function in class:ui::__anon16685::XCursorCache
368 return cursor_cache->GetCursor(cursor_shape);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc959 gfx::NativeCursor DesktopNativeWidgetAura::GetCursor(const gfx::Point& point) { function in class:views::DesktopNativeWidgetAura
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc750 gfx::NativeCursor NativeWidgetAura::GetCursor(const gfx::Point& point) { function in class:views::NativeWidgetAura
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc574 gfx::NativeCursor Textfield::GetCursor(const ui::MouseEvent& event) { function in class:views::Textfield
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1711 gfx::NativeCursor RenderWidgetHostViewAura::GetCursor(const gfx::Point& point) { function in class:content::RenderWidgetHostViewAura
/external/chromium_org/ui/views/
H A Dview.cc882 gfx::NativeCursor View::GetCursor(const ui::MouseEvent& event) { function in class:views::View
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 659 milliseconds