Searched defs:WebCursor (Results 1 - 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebcursor.h41 // WebCursor.
42 class WebCursor { class
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
[all...]
H A Dwebcursor.cc17 WebCursor::WebCursor() function in class:WebCursor
22 WebCursor::WebCursor(const WebCursorInfo& cursor_info) function in class:WebCursor
28 WebCursor::~WebCursor() {
32 WebCursor::WebCursor(const WebCursor& other) { function in class:WebCursor
37 const WebCursor
[all...]
/external/chromium_org/webkit/common/cursors/
H A Dwebcursor.cc15 WebCursor::WebCursor() function in class:WebCursor
24 WebCursor::WebCursor(const CursorInfo& cursor_info) function in class:WebCursor
33 WebCursor::~WebCursor() {
37 WebCursor::WebCursor(const WebCursor& other) { function in class:WebCursor
42 const WebCursor
[all...]
H A Dwebcursor.h38 // WebCursor.
39 class WEBKIT_COMMON_EXPORT WebCursor { class
67 WebCursor();
68 explicit WebCursor(const CursorInfo& cursor_info);
69 ~WebCursor();
72 WebCursor(const WebCursor& other);
73 const WebCursor& operator=(const WebCursor& other);
90 bool IsEqual(const WebCursor
[all...]

Completed in 77 milliseconds