Lines Matching refs:WebCursor
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) {
233 // the GetCursor member function is invoked on this WebCursor instance. The
238 void WebCursor::CleanupPlatformData() {