HomeSort by relevance Sort by last modified time
    Searched full:movecursor (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/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/Source/WebCore/platform/efl/
CursorEfl.cpp 84 , MoveCursor("cursor/move")
138 Cursor MoveCursor;
199 const Cursor& moveCursor()
201 return Cursors::self()->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/Source/WebCore/platform/wx/
CursorWx.cpp 187 return moveCursor();
301 const Cursor& moveCursor()
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 94 static void MoveCursor(GtkTextView* text_view, GtkMovementStep step,
gtk_key_bindings_handler.cc 92 text_view_class->move_cursor = MoveCursor;
215 void GtkKeyBindingsHandler::MoveCursor(
gtk_key_bindings_handler_unittest.cc 91 TEST_F(GtkKeyBindingsHandlerTest, MoveCursor) {
  /external/webkit/Source/WebCore/platform/android/
CursorAndroid.cpp 76 const Cursor& moveCursor()
  /external/webkit/Source/WebCore/platform/brew/
CursorBrew.cpp 83 const Cursor& moveCursor()
  /external/webkit/Source/WebCore/platform/
Cursor.cpp 111 return moveCursor();
284 const Cursor& moveCursor()
Cursor.h 201 const Cursor& moveCursor();
  /external/webkit/Source/WebCore/platform/haiku/
CursorHaiku.cpp 76 const Cursor& moveCursor()
  /external/webkit/Source/WebCore/platform/mac/
CursorMac.mm 102 m_platformCursor = leakNamedCursor("moveCursor", 7, 7);
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.h 78 const CachedNode* moveCursor(Direction , const CachedFrame** , WebCore::IntPoint* scroll);
WebView.cpp 838 bool moveCursor(int keyCode, int count, bool ignoreScroll)
864 cachedNode = root->moveCursor(direction, &cachedFrame, &scroll);
    [all...]
CachedRoot.cpp     [all...]
  /external/webkit/Source/WebCore/platform/chromium/
CursorChromium.cpp 237 const Cursor& moveCursor()
  /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/chromium/webkit/glue/
webcursor_mac.mm 133 return LoadCursor("moveCursor", 7, 7);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 349 false /*moveCursor*/);
  /external/webkit/Source/WebCore/WebCore.gyp/
WebCore.gyp     [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]

Completed in 406 milliseconds

1 2