Searched refs:GetCursor (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium_org/ui/gfx/
H A Dgtk_util.h41 UI_EXPORT GdkCursor* GetCursor(int type);
/external/chromium_org/ui/views/controls/
H A Dresize_area.h30 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
H A Dlink.h39 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
H A Dresize_area.cc35 gfx::NativeCursor ResizeArea::GetCursor(const ui::MouseEvent& event) { function in class:views::ResizeArea
H A Dsingle_split_view.h44 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
/external/chromium/webkit/glue/
H A Dwebcursor.h61 // specific cursor object. Otherwise GetCursor should be used.
76 HCURSOR GetCursor(HINSTANCE module_handle);
95 NSCursor* GetCursor() const;
H A Dwebcursor_unittest.cc93 EXPECT_EQ(reinterpret_cast<HCURSOR>(1000), custom_cursor.GetCursor(NULL));
H A Dwebcursor_win.cc139 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){ function in class:WebCursor
195 return GetCursor(NULL);
233 // the GetCursor member function is invoked on this WebCursor instance. The
/external/chromium_org/ash/wm/
H A Dpartial_screenshot_view.h55 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc45 gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) { function in class:content::ImageWindowDelegate
H A Dimage_window_delegate.h31 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
/external/chromium_org/ui/aura/
H A Dwindow_delegate.h48 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) = 0;
/external/chromium_org/ui/views/controls/table/
H A Dtable_header.h34 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
H A Dtable_header.cc175 gfx::NativeCursor TableHeader::GetCursor(const ui::MouseEvent& event) { function in class:views::TableHeader
177 GetResizeCursor() : View::GetCursor(event);
/external/chromium_org/webkit/common/cursors/
H A Dwebcursor_win.cc112 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){ function in class:WebCursor
141 return GetCursor(NULL);
169 // the GetCursor member function is invoked on this WebCursor instance. The
H A Dwebcursor.h84 // specific cursor object. Otherwise GetCursor should be used.
112 HCURSOR GetCursor(HINSTANCE module_handle);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.h62 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
H A Dextension_view_views.cc57 gfx::NativeCursor ExtensionViewViews::GetCursor(const ui::MouseEvent& event) { function in class:ExtensionViewViews
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.h50 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleElementStream.h46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
/external/chromium/chrome/browser/chromeos/login/
H A Dshutdown_button.cc123 return gfx::GetCursor(GDK_HAND2);
/external/chromium_org/ui/aura/demo/
H A Ddemo_main.cc48 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
/external/chromium_org/ui/aura/test/
H A Dtest_window_delegate.cc49 gfx::NativeCursor TestWindowDelegate::GetCursor(const gfx::Point& point) { function in class:aura::test::TestWindowDelegate

Completed in 515 milliseconds

1234