Searched defs:setCursor (Results 1 - 22 of 22) sorted by relevance

/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h124 virtual bool setCursor(WebCore::PlatformCursorHandle) { return false; } function in class:WebChromeClient
/external/webkit/WebCore/platform/qt/
H A DQWebPageClient.h70 inline void setCursor(const QCursor& cursor) function in class:QWebPageClient
H A DWidgetQt.cpp82 void Widget::setCursor(const Cursor& cursor) function in class:WebCore::Widget
88 pageClient->setCursor(cursor.impl());
/external/webkit/WebCore/platform/chromium/
H A DWidgetChromium.cpp57 void Widget::setCursor(const Cursor& cursor) function in class:WebCore::Widget
/external/webkit/WebCore/platform/haiku/
H A DWidgetHaiku.cpp66 void Widget::setCursor(const Cursor& cursor) function in class:WebCore::Widget
/external/webkit/WebCore/platform/wx/
H A DWidgetWx.cpp53 void Widget::setCursor(const Cursor& cursor) function in class:WebCore::Widget
/external/webkit/WebKit/chromium/src/
H A DChromeClientImpl.h127 virtual bool setCursor(WebCore::PlatformCursorHandle) { return false; } function in class:WebKit::ChromeClientImpl
139 void setCursor(const WebCursorInfo& cursor);
H A DChromeClientImpl.cpp598 void ChromeClientImpl::setCursor(const WebCursorInfo& cursor) function in class:WebKit::ChromeClientImpl
611 setCursor(cursor);
613 // Currently, Widget::setCursor is always called after this function in
/external/webkit/WebCore/platform/android/
H A DWidgetAndroid.cpp80 void Widget::setCursor(const Cursor& cursor) function in class:WebCore::Widget
/external/webkit/WebCore/platform/gtk/
H A DWidgetGtk.cpp66 void Widget::setCursor(const Cursor& cursor) function in class:WebCore::Widget
71 // [GTK] Widget::setCursor() gets called frequently
/external/webkit/WebCore/platform/win/
H A DWidgetWin.cpp65 void Widget::setCursor(const Cursor& cursor) function in class:WebCore::Widget
67 // This is set by PluginViewWin so it can ignore the setCursor call made by
97 page->chrome()->setCursor(lastSetCursor);
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp349 bool ChromeClientHaiku::setCursor(PlatformCursorHandle) function in class:WebCore::ChromeClientHaiku
/external/webkit/WebCore/page/
H A DChrome.cpp430 bool Chrome::setCursor(PlatformCursorHandle cursor) function in class:WebCore::Chrome
432 return m_client->setCursor(cursor);
/external/webkit/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp466 bool ChromeClientQt::setCursor(PlatformCursorHandle) function in class:WebCore::ChromeClientQt
/external/webkit/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp434 bool ChromeClientWx::setCursor(PlatformCursorHandle) function in class:WebCore::ChromeClientWx
/external/webkit/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp495 bool ChromeClientAndroid::setCursor(PlatformCursorHandle) function in class:android::ChromeClientAndroid
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp549 bool ChromeClient::setCursor(PlatformCursorHandle) function in class:WebKit::ChromeClient
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp737 bool WebChromeClient::setCursor(PlatformCursorHandle cursor) function in class:WebChromeClient
/external/webkit/WebKit/android/nav/
H A DCachedFrame.cpp1044 bool CachedFrame::setCursor(WebCore::Frame* frame, WebCore::Node* node, function in class:android::CachedFrame
1048 const_cast<CachedRoot*>(mRoot)->setCursor(NULL, NULL);
1054 if (testF->setCursor(frame, node, x, y))
1076 const_cast<CachedRoot*>(mRoot)->setCursor(this, test);
H A DCachedRoot.cpp1373 void CachedRoot::setCursor(CachedFrame* frame, CachedNode* node) function in class:android::CachedRoot
/external/webkit/WebCore/loader/
H A DEmptyClients.h161 virtual bool setCursor(PlatformCursorHandle) { return false; } function in class:WebCore::EmptyChromeClient
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h913 void setCursor(ECursor c) { inherited_flags._cursor_style = c; } function in class:WebCore::RenderStyle

Completed in 283 milliseconds