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

  /external/webkit/WebKit/android/nav/
CachedNode.h 125 bool isTextInput() const { return mType == TEXT_INPUT_CACHEDNODETYPE; }
172 int textInputIndex() const { return isTextInput() ? mDataIndex : -1; }
176 bool wantsKeyEvents() const { return isTextInput() || isPlugin(); }
WebView.cpp 459 DBG_NAV_LOGD("%s", cursor->isTextInput() ? "true" : "false");
460 return cursor->isTextInput();
554 oldFocusIsTextInput = oldFocus->isTextInput();
585 && newFocus->isTextInput()
893 if (!result->isTextInput()) {
    [all...]
CachedFrame.h 140 return node->isTextInput() ? &mCachedTextInputs[node->textInputIndex()]
CachedFrame.cpp     [all...]
CachedRoot.cpp 844 node->isTextInput() ? "text" : "plugin");
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 29 milliseconds