Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DCachedNode.h125 bool isTextInput() const { return mType == TEXT_INPUT_CACHEDNODETYPE; } in isTextInput() function
172 int textInputIndex() const { return isTextInput() ? mDataIndex : -1; } in textInputIndex()
176 bool wantsKeyEvents() const { return isTextInput() || isPlugin(); } in wantsKeyEvents()
DWebView.cpp459 DBG_NAV_LOGD("%s", cursor->isTextInput() ? "true" : "false"); in cursorIsTextInput()
460 return cursor->isTextInput(); in cursorIsTextInput()
554 oldFocusIsTextInput = oldFocus->isTextInput(); in getFrameCache()
585 && newFocus->isTextInput() in getFrameCache()
893 if (!result->isTextInput()) { in motionUp()
1301 if (!cursor || !cursor->isTextInput()) in focusCandidateHasNextTextfield()
1303 if (!cursor || !cursor->isTextInput()) return false; in focusCandidateHasNextTextfield()
1398 return node ? node->isTextInput() : false; in nativeCursorIsTextInput()
1486 return node ? node->isTextInput() : false; in nativeFocusCandidateIsTextInput()
1828 if (!cachedFocusNode || !cachedFocusNode->isTextInput()) in nativeUpdateCachedTextfield()
[all …]
DCachedFrame.h140 return node->isTextInput() ? &mCachedTextInputs[node->textInputIndex()] in textInput()
DCachedFrame.cpp943 } else if (test->isTextInput()) { in nextTextField()
DCachedRoot.cpp844 node->isTextInput() ? "text" : "plugin"); in getBlockLeftEdge()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm3602 static BOOL isTextInput(Frame* coreFrame)
3624 BOOL exposeInputContext = isTextInput(frame) && !isInPasswordField(frame);
5615 if (!isTextInput(core([self _frame]))) {
5641 if (!isTextInput(coreFrame) || isInPasswordField(coreFrame)) {
5900 BOOL exposeInputContext = isTextInput(coreFrame) && !isInPasswordField(coreFrame);
/external/webkit/WebKit/mac/
DChangeLog-2010-01-295327 (isTextInput): Moved here.
5556 calling isTextInput() is not always safe.
16741 (isTextInput):
DChangeLog-2007-10-143338 (isTextInput):