/external/chromium/webkit/glue/ |
D | webcursor.cc | 17 WebCursor::WebCursor() in WebCursor() function in WebCursor 22 WebCursor::WebCursor(const WebCursorInfo& cursor_info) in WebCursor() function in WebCursor 28 WebCursor::~WebCursor() { in ~WebCursor() 32 WebCursor::WebCursor(const WebCursor& other) { in WebCursor() function in WebCursor 37 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 …]
|
D | webcursor.h | 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);
|
D | webcursor_gtk.cc | 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()
|
D | webcursor_win.cc | 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()
|
D | webcursor_mac.mm | 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 …]
|
D | webcursor_unittest.cc | 14 WebCursor custom_cursor; in TEST() 87 WebCursor win32_custom_cursor; in TEST() 98 WebCursor custom_cursor; in TEST()
|
/external/chromium_org/webkit/common/cursors/ |
D | webcursor_null.cc | 7 const ui::PlatformCursor WebCursor::GetPlatformCursor() { in GetPlatformCursor() 11 void WebCursor::SetDisplayInfo(const gfx::Display& display) { in SetDisplayInfo() 15 void WebCursor::InitPlatformData() { in InitPlatformData() 18 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData() 22 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData() 26 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual() 30 void WebCursor::CleanupPlatformData() { in CleanupPlatformData() 33 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
|
D | webcursor.cc | 15 WebCursor::WebCursor() in WebCursor() function in WebCursor 24 WebCursor::WebCursor(const CursorInfo& cursor_info) in WebCursor() function in WebCursor 33 WebCursor::~WebCursor() { in ~WebCursor() 37 WebCursor::WebCursor(const WebCursor& other) { in WebCursor() function in WebCursor 42 const WebCursor& WebCursor::operator=(const WebCursor& other) { in operator =() 51 void WebCursor::InitFromCursorInfo(const CursorInfo& cursor_info) { in InitFromCursorInfo() 70 void WebCursor::GetCursorInfo(CursorInfo* cursor_info) const { in GetCursorInfo() 81 bool WebCursor::Deserialize(PickleIterator* iter) { in Deserialize() 133 bool WebCursor::Serialize(Pickle* pickle) const { in Serialize() 151 bool WebCursor::IsCustom() const { in IsCustom() [all …]
|
D | webcursor_aurawin.cc | 12 const ui::PlatformCursor WebCursor::GetPlatformCursor() { in GetPlatformCursor() 28 void WebCursor::SetDisplayInfo(const gfx::Display& display) { in SetDisplayInfo() 32 void WebCursor::InitPlatformData() { in InitPlatformData() 36 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData() 40 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData() 44 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual() 48 void WebCursor::CleanupPlatformData() { in CleanupPlatformData() 55 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
|
D | webcursor_android.cc | 10 void WebCursor::InitPlatformData() { in InitPlatformData() 13 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData() 17 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData() 21 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual() 25 void WebCursor::CleanupPlatformData() { in CleanupPlatformData() 28 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
|
D | webcursor.h | 43 class WEBKIT_COMMON_EXPORT WebCursor { 71 WebCursor(); 72 explicit WebCursor(const CursorInfo& cursor_info); 73 ~WebCursor(); 76 WebCursor(const WebCursor& other); 77 const WebCursor& operator=(const WebCursor& other); 94 bool IsEqual(const WebCursor& other) const; 135 void Copy(const WebCursor& other); 149 bool IsPlatformDataEqual(const WebCursor& other) const ; 152 void CopyPlatformData(const WebCursor& other);
|
D | webcursor_aurax11.cc | 17 const ui::PlatformCursor WebCursor::GetPlatformCursor() { in GetPlatformCursor() 38 void WebCursor::SetDisplayInfo(const gfx::Display& display) { in SetDisplayInfo() 52 void WebCursor::InitPlatformData() { in InitPlatformData() 58 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData() 62 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData() 66 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual() 70 void WebCursor::CleanupPlatformData() { in CleanupPlatformData() 77 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
|
D | webcursor_gtk.cc | 49 int WebCursor::GetCursorType() const { in GetCursorType() 143 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor() 150 GdkCursor* WebCursor::GetCustomCursor() { in GetCustomCursor() 193 void WebCursor::InitPlatformData() { in InitPlatformData() 198 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData() 202 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData() 206 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual() 210 void WebCursor::CleanupPlatformData() { in CleanupPlatformData() 218 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
|
D | webcursor_win.cc | 112 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){ in GetCursor() 140 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor() 144 void WebCursor::InitPlatformData() { in InitPlatformData() 148 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData() 155 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData() 159 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual() 166 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData() 174 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
|
D | webcursor_unittest.cc | 13 WebCursor custom_cursor; in TEST() 42 WebCursor custom_cursor; in TEST() 139 WebCursor custom_cursor; in TEST() 141 WebCursor win32_custom_cursor; in TEST() 152 WebCursor custom_cursor; in TEST() 175 WebCursor::CursorInfo info; in TEST() 188 WebCursor custom_cursor; in TEST() 218 WebCursor custom_cursor; in TEST()
|
D | webcursor_mac.mm | 194 gfx::NativeCursor WebCursor::GetNativeCursor() { 311 void WebCursor::InitFromNSCursor(NSCursor* cursor) { 373 void WebCursor::InitPlatformData() { 377 bool WebCursor::SerializePlatformData(Pickle* pickle) const { 381 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { 385 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { 389 void WebCursor::CleanupPlatformData() { 393 void WebCursor::CopyPlatformData(const WebCursor& other) {
|
/external/chromium_org/content/renderer/ |
D | cursor_utils.cc | 15 bool GetWebKitCursorInfo(const WebCursor& cursor, in GetWebKitCursorInfo() 17 WebCursor::CursorInfo cursor_info; in GetWebKitCursorInfo() 31 WebCursor* cursor, in InitializeCursorFromWebKitCursorInfo() 33 WebCursor::CursorInfo web_cursor_info; in InitializeCursorFromWebKitCursorInfo()
|
D | cursor_utils.h | 8 class WebCursor; variable 17 bool GetWebKitCursorInfo(const WebCursor& cursor, 22 WebCursor* cursor,
|
/external/chromium_org/content/common/ |
D | content_param_traits.h | 48 struct ParamTraits<WebCursor> { 49 typedef WebCursor param_type;
|
/external/chromium_org/content/plugin/ |
D | webplugin_delegate_stub.h | 24 class WebCursor; variable 73 bool* handled, WebCursor* cursor);
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_gtk.h | 74 virtual void UpdateCursor(const WebCursor& cursor); 183 WebCursor current_cursor_;
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_delegate_impl_aura.cc | 62 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) { in PlatformHandleInputEvent()
|
D | webplugin_delegate_impl.h | 97 WebCursor::CursorInfo* cursor_info) OVERRIDE; 286 WebCursor::CursorInfo* cursor_info); 485 WebCursor current_windowless_cursor_;
|
D | webplugin_delegate_impl_android.cc | 75 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) { in PlatformHandleInputEvent()
|
/external/chromium_org/content/port/browser/ |
D | render_widget_host_view_port.h | 27 class WebCursor; variable 96 virtual void UpdateCursor(const WebCursor& cursor) = 0;
|