HomeSort by relevance Sort by last modified time
    Searched refs:moveCursor (Results 1 - 21 of 21) sorted by null

  /external/webkit/WebCore/platform/wince/
CursorWince.cpp 72 const Cursor& moveCursor() { return getCursor(CursorMove); }
106 const Cursor& grabbingCursor() { return moveCursor(); }
107 const Cursor& grabCursor() { return moveCursor(); }
  /external/webkit/WebCore/platform/wx/
CursorWx.cpp 187 return moveCursor();
301 const Cursor& moveCursor()
  /external/webkit/WebCore/platform/haiku/
CursorHaiku.cpp 71 const Cursor& moveCursor()
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java 155 mDecInfo.moveCursor(0);
163 public boolean moveCursor(int keyCode) {
172 mDecInfo.moveCursor(offset);
PinyinIME.java 653 mComposingView.moveCursor(keyCode);
    [all...]
  /external/webkit/WebCore/platform/android/
CursorAndroid.cpp 76 const Cursor& moveCursor()
  /external/webkit/WebCore/platform/brew/
CursorBrew.cpp 83 const Cursor& moveCursor()
  /external/webkit/WebCore/platform/mac/
CursorMac.mm 125 const Cursor& moveCursor()
127 DEFINE_STATIC_LOCAL(Cursor, c, (leakNamedCursor("moveCursor", 7, 7)));
301 return moveCursor();
  /external/webkit/WebCore/platform/gtk/
CursorGtk.cpp 113 const Cursor& moveCursor()
223 return moveCursor();
  /external/webkit/WebCore/platform/qt/
CursorQt.cpp 81 , MoveCursor(Qt::SizeAllCursor)
117 Cursor MoveCursor;
158 const Cursor& moveCursor()
160 return Cursors::self()->MoveCursor;
260 return moveCursor();
  /external/webkit/WebCore/platform/
Cursor.h 127 const Cursor& moveCursor();
  /external/webkit/WebCore/platform/chromium/
CursorChromium.cpp 235 const Cursor& moveCursor()
  /external/webkit/WebKit/android/nav/
CachedRoot.h 77 const CachedNode* moveCursor(Direction , const CachedFrame** , WebCore::IntPoint* scroll);
WebView.cpp 680 bool moveCursor(int keyCode, int count, bool ignoreScroll)
708 cachedNode = root->moveCursor(direction, &cachedFrame, &scroll);
    [all...]
CachedRoot.cpp     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
OpenWnnEN.java 698 mComposingText.moveCursor(1, -1);
703 mComposingText.moveCursor(1, 1);
    [all...]
ComposingText.java 544 public int moveCursor(int layer, int diff) {
  /external/webkit/WebCore/platform/win/
CursorWin.cpp 334 const Cursor& moveCursor()
  /external/webkit/WebCore/page/
EventHandler.cpp     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 334 milliseconds