Home
last modified time | relevance | path

Searched refs:WebCursor (Results 1 – 14 of 14) sorted by relevance

/external/chromium/webkit/glue/
Dwebcursor.cc17 WebCursor::WebCursor() in WebCursor() function in WebCursor
22 WebCursor::WebCursor(const WebCursorInfo& cursor_info) in WebCursor() function in WebCursor
28 WebCursor::~WebCursor() { in ~WebCursor()
32 WebCursor::WebCursor(const WebCursor& other) { in WebCursor() function in WebCursor
37 const WebCursor& WebCursor::operator=(const WebCursor& other) { in operator =()
46 void WebCursor::InitFromCursorInfo(const WebCursorInfo& cursor_info) { in InitFromCursorInfo()
63 void WebCursor::GetCursorInfo(WebCursorInfo* cursor_info) const { in GetCursorInfo()
73 bool WebCursor::Deserialize(const Pickle* pickle, void** iter) { in Deserialize()
117 bool WebCursor::Serialize(Pickle* pickle) const { in Serialize()
134 bool WebCursor::IsCustom() const { in IsCustom()
[all …]
Dwebcursor.h42 class WebCursor {
44 WebCursor();
45 explicit WebCursor(const WebKit::WebCursorInfo& cursor_info);
46 ~WebCursor();
49 WebCursor(const WebCursor& other);
50 const WebCursor& operator=(const WebCursor& other);
67 bool IsEqual(const WebCursor& other) const;
109 void Copy(const WebCursor& other);
123 bool IsPlatformDataEqual(const WebCursor& other) const ;
126 void CopyPlatformData(const WebCursor& other);
Dwebcursor_gtk.cc66 int WebCursor::GetCursorType() const { in GetCursorType()
165 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor()
172 GdkCursor* WebCursor::GetCustomCursor() { in GetCustomCursor()
214 void WebCursor::InitPlatformData() { in InitPlatformData()
219 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
223 bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) { in DeserializePlatformData()
227 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
231 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
239 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
Dwebcursor_win.cc139 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){ in GetCursor()
194 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor()
198 void WebCursor::InitFromExternalCursor(HCURSOR cursor) { in InitFromExternalCursor()
207 void WebCursor::InitPlatformData() { in InitPlatformData()
212 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
219 bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) { in DeserializePlatformData()
223 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
230 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
238 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
Dwebcursor_mac.mm81 NSCursor* WebCursor::GetCursor() const {
167 gfx::NativeCursor WebCursor::GetNativeCursor() {
171 void WebCursor::InitFromThemeCursor(ThemeCursor cursor) {
240 void WebCursor::InitFromCursor(const Cursor* cursor) {
285 void WebCursor::InitFromNSCursor(NSCursor* cursor) {
337 void WebCursor::SetCustomData(const WebImage& image) {
369 void WebCursor::ImageFromCustomData(WebImage* image) const {
378 void WebCursor::InitPlatformData() {
382 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
386 bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) {
[all …]
Dwebcursor_unittest.cc14 WebCursor custom_cursor; in TEST()
87 WebCursor win32_custom_cursor; in TEST()
98 WebCursor custom_cursor; in TEST()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_gtk.h74 virtual void UpdateCursor(const WebCursor& cursor);
183 WebCursor current_cursor_;
Drender_widget_host_view_mac.h203 virtual void UpdateCursor(const WebCursor& cursor);
367 WebCursor current_cursor_;
Drender_widget_host_view_views.h60 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
178 WebCursor current_cursor_;
Drender_widget_host_view_win.h145 virtual void UpdateCursor(const WebCursor& cursor);
285 WebCursor current_cursor_;
Drender_widget_host_view_views.cc266 void RenderWidgetHostViewViews::UpdateCursor(const WebCursor& cursor) { in UpdateCursor()
Drender_widget_host_view_gtk.cc708 void RenderWidgetHostViewGtk::UpdateCursor(const WebCursor& cursor) { in UpdateCursor()
Drender_widget_host_view_win.cc549 void RenderWidgetHostViewWin::UpdateCursor(const WebCursor& cursor) { in UpdateCursor()
Drender_widget_host_view_mac.mm430 void RenderWidgetHostViewMac::UpdateCursor(const WebCursor& cursor) {