Home
last modified time | relevance | path

Searched defs:setCursor (Results 1 – 21 of 21) sorted by relevance

/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.h121 virtual bool setCursor(WebCore::PlatformCursorHandle) { return false; } in setCursor() function
/external/webkit/WebCore/platform/chromium/
DWidgetChromium.cpp57 void Widget::setCursor(const Cursor& cursor) in setCursor() function in WebCore::Widget
/external/webkit/WebCore/platform/haiku/
DWidgetHaiku.cpp66 void Widget::setCursor(const Cursor& cursor) in setCursor() function in WebCore::Widget
/external/webkit/WebCore/platform/qt/
DWidgetQt.cpp81 void Widget::setCursor(const Cursor& cursor) in setCursor() function in WebCore::Widget
/external/webkit/WebCore/platform/win/
DWidgetWin.cpp64 void Widget::setCursor(const Cursor& cursor) in setCursor() function in WebCore::Widget
/external/webkit/WebCore/platform/android/
DWidgetAndroid.cpp81 void Widget::setCursor(const Cursor& cursor) in setCursor() function in WebCore::Widget
/external/webkit/WebCore/platform/gtk/
DWidgetGtk.cpp66 void Widget::setCursor(const Cursor& cursor) in setCursor() function in WebCore::Widget
/external/webkit/WebCore/platform/wx/
DWidgetWx.cpp52 void Widget::setCursor(const Cursor& cursor) in setCursor() function in WebCore::Widget
/external/webkit/WebKit/wx/WebKitSupport/
DChromeClientWx.cpp404 bool ChromeClientWx::setCursor(PlatformCursorHandle) in setCursor() function in WebCore::ChromeClientWx
/external/webkit/WebKit/qt/Api/
Dqwebview.cpp59 void setCursor(const QCursor& newCursor) in setCursor() function in QWebViewPrivate
/external/webkit/WebKit/haiku/WebCoreSupport/
DChromeClientHaiku.cpp345 bool ChromeClientHaiku::setCursor(PlatformCursorHandle) in setCursor() function in WebCore::ChromeClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp444 bool ChromeClientQt::setCursor(PlatformCursorHandle) in setCursor() function in WebCore::ChromeClientQt
/external/webkit/WebCore/page/
DChrome.cpp401 bool Chrome::setCursor(PlatformCursorHandle cursor) in setCursor() function in WebCore::Chrome
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp372 bool ChromeClientAndroid::setCursor(PlatformCursorHandle) in setCursor() function in android::ChromeClientAndroid
/external/webkit/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp515 bool ChromeClient::setCursor(PlatformCursorHandle) in setCursor() function in WebKit::ChromeClient
/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp706 bool WebChromeClient::setCursor(PlatformCursorHandle cursor) in setCursor() function in WebChromeClient
/external/webkit/WebKit/android/nav/
DCachedFrame.cpp991 bool CachedFrame::setCursor(WebCore::Frame* frame, WebCore::Node* node, in setCursor() function in android::CachedFrame
DCachedRoot.cpp1260 void CachedRoot::setCursor(CachedFrame* frame, CachedNode* node) in setCursor() function in android::CachedRoot
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm173 static void setCursor(NSCursor* self, SEL cmd) function
181 static void setCursor(NSWindow* self, SEL cmd, NSPoint point) function
/external/webkit/WebCore/loader/
DEmptyClients.h149 virtual bool setCursor(PlatformCursorHandle) { return false; } in setCursor() function
/external/webkit/WebCore/rendering/style/
DRenderStyle.h899 void setCursor(ECursor c) { inherited_flags._cursor_style = c; } in setCursor() function