HomeSort by relevance Sort by last modified time
    Searched refs:WebCursor (Results 1 - 12 of 12) sorted by null

  /external/chromium/webkit/glue/
webcursor.h 41 // WebCursor.
42 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
    [all...]
webcursor.cc 5 #include "webkit/glue/webcursor.h"
17 WebCursor::WebCursor()
22 WebCursor::WebCursor(const WebCursorInfo& cursor_info)
28 WebCursor::~WebCursor() {
32 WebCursor::WebCursor(const WebCursor& other)
    [all...]
webcursor_gtk.cc 5 #include "webkit/glue/webcursor.h"
66 int WebCursor::GetCursorType() const {
165 gfx::NativeCursor WebCursor::GetNativeCursor() {
172 GdkCursor* WebCursor::GetCustomCursor() {
214 void WebCursor::InitPlatformData() {
219 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
223 bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) {
227 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const {
231 void WebCursor::CleanupPlatformData()
    [all...]
webcursor_win.cc 11 #include "webkit/glue/webcursor.h"
139 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){
194 gfx::NativeCursor WebCursor::GetNativeCursor() {
198 void WebCursor::InitFromExternalCursor(HCURSOR cursor) {
207 void WebCursor::InitPlatformData() {
212 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
219 bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) {
223 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const {
230 void WebCursor::CopyPlatformData(const WebCursor& other)
    [all...]
webcursor_unittest.cc 8 #include "webkit/glue/webcursor.h"
14 WebCursor custom_cursor;
87 WebCursor win32_custom_cursor;
98 WebCursor custom_cursor;
123 // Set hotspot to an invalid point again, pipe back through WebCursor,
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 23 #include "webkit/glue/webcursor.h"
74 virtual void UpdateCursor(const WebCursor& cursor);
183 WebCursor current_cursor_;
render_widget_host_view_mac.h 22 #include "webkit/glue/webcursor.h"
203 virtual void UpdateCursor(const WebCursor& cursor);
367 WebCursor current_cursor_;
render_widget_host_view_views.h 22 #include "webkit/glue/webcursor.h"
60 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
178 WebCursor current_cursor_;
render_widget_host_view_win.h 26 #include "webkit/glue/webcursor.h"
145 virtual void UpdateCursor(const WebCursor& cursor);
285 WebCursor current_cursor_;
render_widget_host_view_gtk.cc 708 void RenderWidgetHostViewGtk::UpdateCursor(const WebCursor& cursor) {
    [all...]
render_widget_host_view_views.cc 266 void RenderWidgetHostViewViews::UpdateCursor(const WebCursor& cursor) {
render_widget_host_view_win.cc 55 #include "webkit/glue/webcursor.h"
549 void RenderWidgetHostViewWin::UpdateCursor(const WebCursor& cursor) {
    [all...]

Completed in 263 milliseconds