Searched refs:moveCursor (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebCore/platform/wince/
H A DCursorWince.cpp72 const Cursor& moveCursor() { return getCursor(CursorMove); } function in namespace:WebCore
106 const Cursor& grabbingCursor() { return moveCursor(); }
107 const Cursor& grabCursor() { return moveCursor(); }
/external/webkit/WebCore/platform/wx/
H A DCursorWx.cpp187 return moveCursor();
301 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/WebCore/platform/haiku/
H A DCursorHaiku.cpp71 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/WebCore/platform/android/
H A DCursorAndroid.cpp76 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/WebCore/platform/brew/
H A DCursorBrew.cpp83 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/WebCore/platform/mac/
H A DCursorMac.mm125 const Cursor& moveCursor()
127 DEFINE_STATIC_LOCAL(Cursor, c, (leakNamedCursor("moveCursor", 7, 7)));
301 return moveCursor();
/external/webkit/WebCore/platform/gtk/
H A DCursorGtk.cpp113 const Cursor& moveCursor() function in namespace:WebCore
223 return moveCursor();
/external/webkit/WebCore/platform/qt/
H A DCursorQt.cpp158 const Cursor& moveCursor() function in namespace:WebCore
260 return moveCursor();
/external/webkit/WebCore/platform/
H A DCursor.h127 const Cursor& moveCursor();
/external/webkit/WebCore/platform/chromium/
H A DCursorChromium.cpp235 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/WebKit/android/nav/
H A DCachedRoot.h77 const CachedNode* moveCursor(Direction , const CachedFrame** , WebCore::IntPoint* scroll);
H A DWebView.cpp680 bool moveCursor(int keyCode, int count, bool ignoreScroll) function in class:android::WebView
708 cachedNode = root->moveCursor(direction, &cachedFrame, &scroll);
1697 return view->moveCursor(key, count, ignoreScroll);
H A DCachedRoot.cpp1206 const CachedNode* CachedRoot::moveCursor(Direction direction, const CachedFrame** framePtr, function in class:android::CachedRoot
/external/webkit/WebCore/platform/win/
H A DCursorWin.cpp334 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/WebCore/page/
H A DEventHandler.cpp1073 return moveCursor();
1075 return moveCursor();

Completed in 156 milliseconds