Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DWebView.cpp593 SelectText* selectText = static_cast<SelectText*>(getDrawExtra(DrawExtrasSelection)); in getHandleLayerId() local
594 if (!selectText || !m_baseLayer) in getHandleLayerId()
596 int layerId = selectText->caretLayerId(handleId); in getHandleLayerId()
597 IntRect cursorRect = selectText->caretRect(handleId); in getHandleLayerId()
598 IntRect textRect = selectText->textRect(handleId); in getHandleLayerId()
736 SelectText* selectText = static_cast<SelectText*>(getDrawExtra(DrawExtrasSelection)); in isHandleLeft() local
737 if (!selectText) in isHandleLeft()
740 return (selectText->getHandleType(handleId) == SelectText::LeftHandle); in isHandleLeft()
/external/chromium/chrome/browser/ui/login/
Dlogin_prompt_mac.mm171 [nameField_ selectText:self];
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h575 void selectText(SelectText::HandleId handleId, int x, int y);
DWebViewCore.cpp1756 void WebViewCore::selectText(SelectText::HandleId handleId, int x, int y) in selectText() function in android::WebViewCore
3493 SelectText* selectText = createSelectText(focusedFrame()->selection()->selection()); in initEditField() local
3496 start, end, reinterpret_cast<int>(selectText), initData.get()); in initEditField()
3886 SelectText* selectText = createSelectText(selection); in updateTextSelection() local
3889 start, end, m_textGeneration, reinterpret_cast<int>(selectText)); in updateTextSelection()
5018 viewImpl->selectText(static_cast<SelectText::HandleId>(handleId), x, y); in SelectText()
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_cocoa_controller.mm326 [findText_ selectText:self];
/external/webkit/Source/WebCore/
DChangeLog-2003-10-258585 (-[KWQSecureTextField currentEditorForSecureField]): Added. Factored out of selectText:.
8586 (-[KWQSecureTextField selectText:]): Use currentEditorForSecureField for clarity.
9165 (-[KWQTextField selectText:]): Rearrange slightly.
9169 (-[KWQSecureTextField selectText:]): Correct the current editor check to use a technique
10846 … (-[KWQTextField selectText:]): Don't call -[NSTextField selectText:] in the case where we already
10849 (-[KWQSecureTextField selectText:]): Same fix for the secure text field.
DChangeLog-2002-12-037474 (-[KWQNSTextField selectText:]): Only call selectText on one of the two field, since it
7484 … (-[KWQSecureTextField selectText:]): Override to do nothing while in setFrameSize to work around
7486 (-[KWQSecureTextField setFrameSize:]): Set flag to trigger selectText check.
DChangeLog-2005-08-2325824 (QLineEdit::selectAll): Changed to only call selectText: when the field is already selected.
38896 …* kwq/KWQLineEdit.mm: (QLineEdit::selectAll): Since this function calls selectText: which has a si…
48449 (-[KWQTextField selectText:]):
48477 (-[KWQSecureTextField selectText:]):
48486 (-[KWQSearchField selectText:]):
DChangeLog-2006-05-108300 (-[KWQSecureTextField selectText:]):