Searched defs:WebCursor (Results 1 - 2 of 2) 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...]

Completed in 190 milliseconds