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

/external/webkit/Source/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/Source/WebCore/platform/wx/
H A DCursorWx.cpp187 return moveCursor();
301 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/android/
H A DCursorAndroid.cpp76 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/brew/
H A DCursorBrew.cpp83 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/haiku/
H A DCursorHaiku.cpp76 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/Source/WebKit/android/nav/
H A DCachedRoot.h78 const CachedNode* moveCursor(Direction , const CachedFrame** , WebCore::IntPoint* scroll);
H A DWebView.cpp838 bool moveCursor(int keyCode, int count, bool ignoreScroll) function in namespace:android
864 cachedNode = root->moveCursor(direction, &cachedFrame, &scroll);
2257 return view->moveCursor(key, count, ignoreScroll);
H A DCachedRoot.cpp1525 const CachedNode* CachedRoot::moveCursor(Direction direction, const CachedFrame** framePtr, function in class:android::CachedRoot
/external/webkit/Source/WebCore/platform/
H A DCursor.cpp111 return moveCursor();
284 const Cursor& moveCursor() function in namespace:WebCore
H A DCursor.h201 const Cursor& moveCursor();
/external/webkit/Source/WebCore/platform/chromium/
H A DCursorChromium.cpp237 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/Source/WebCore/platform/efl/
H A DCursorEfl.cpp199 const Cursor& moveCursor() function in namespace:WebCore
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp1250 return moveCursor();
1252 return moveCursor();

Completed in 147 milliseconds