Home
last modified time | relevance | path

Searched refs:isTextInput (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DCachedNode.h129 bool isTextInput() const { return mType == TEXT_INPUT_CACHEDNODETYPE; } in isTextInput() function
181 int textInputIndex() const { return isTextInput() ? mDataIndex : -1; } in textInputIndex()
185 bool wantsKeyEvents() const { return isTextInput() || isPlugin() in wantsKeyEvents()
DWebView.cpp691 DBG_NAV_LOGD("%s", cursor->isTextInput() ? "true" : "false"); in cursorIsTextInput()
692 return cursor->isTextInput(); in cursorIsTextInput()
786 oldFocusIsTextInput = oldFocus->isTextInput(); in getFrameCache()
817 && newFocus->isTextInput() in getFrameCache()
982 && cachedNode->nodePointer() != focus->nodePointer() && focus->isTextInput(); in moveCursor()
1119 if (result->isTextInput() || result->isSelect() in motionUp()
1791 if (!cursor || !cursor->isTextInput()) in focusCandidateHasNextTextfield()
1793 if (!cursor || !cursor->isTextInput()) return false; in focusCandidateHasNextTextfield()
1892 return node ? node->isTextInput() : false; in nativeCursorIsTextInput()
2058 return node ? node->isTextInput() : false; in nativeFocusCandidateIsTextInput()
[all …]
DCachedFrame.h151 return node->isTextInput() ? &mCachedTextInputs[node->textInputIndex()] in textInput()
DCachedFrame.cpp1002 } else if (test->isTextInput()) { in nextTextField()
DCachedRoot.cpp1229 node->isTextInput() ? "text" : "plugin"); in getBlockLeftEdge()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1584 static bool isTextInput(const WebCore::Node* node) in isTextInput() function
1599 if (!isTextInput(focus)) in revealSelection()
3420 if (isTextInput(node)) in formDidBlur()
3426 if (isTextInput(newFocus)) in focusNodeChanged()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm3799 static BOOL isTextInput(Frame* coreFrame)
3821 BOOL exposeInputContext = isTextInput(frame) && !isInPasswordField(frame);
5838 if (!isTextInput(core([self _frame]))) {
5868 if (!isTextInput(coreFrame) || isInPasswordField(coreFrame)) {
6163 BOOL exposeInputContext = isTextInput(coreFrame) && !isInPasswordField(coreFrame);
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-295327 (isTextInput): Moved here.
5556 calling isTextInput() is not always safe.
16741 (isTextInput):
DChangeLog-2007-10-143338 (isTextInput):