Searched refs:WebCursor (Results 1 – 14 of 14) sorted by relevance
17 WebCursor::WebCursor() in WebCursor() function in WebCursor22 WebCursor::WebCursor(const WebCursorInfo& cursor_info) in WebCursor() function in WebCursor28 WebCursor::~WebCursor() { in ~WebCursor()32 WebCursor::WebCursor(const WebCursor& other) { in WebCursor() function in WebCursor37 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 …]
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;109 void Copy(const WebCursor& other);123 bool IsPlatformDataEqual(const WebCursor& other) const ;126 void CopyPlatformData(const WebCursor& other);
66 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()
139 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()
81 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 …]
14 WebCursor custom_cursor; in TEST()87 WebCursor win32_custom_cursor; in TEST()98 WebCursor custom_cursor; in TEST()
74 virtual void UpdateCursor(const WebCursor& cursor);183 WebCursor current_cursor_;
203 virtual void UpdateCursor(const WebCursor& cursor);367 WebCursor current_cursor_;
60 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;178 WebCursor current_cursor_;
145 virtual void UpdateCursor(const WebCursor& cursor);285 WebCursor current_cursor_;
266 void RenderWidgetHostViewViews::UpdateCursor(const WebCursor& cursor) { in UpdateCursor()
708 void RenderWidgetHostViewGtk::UpdateCursor(const WebCursor& cursor) { in UpdateCursor()
549 void RenderWidgetHostViewWin::UpdateCursor(const WebCursor& cursor) { in UpdateCursor()
430 void RenderWidgetHostViewMac::UpdateCursor(const WebCursor& cursor) {