Searched refs:selectText (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit/android/nav/ |
D | WebView.cpp | 593 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/ |
D | login_prompt_mac.mm | 171 [nameField_ selectText:self];
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 575 void selectText(SelectText::HandleId handleId, int x, int y);
|
D | WebViewCore.cpp | 1756 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/ |
D | find_bar_cocoa_controller.mm | 326 [findText_ selectText:self];
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 8585 (-[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.
|
D | ChangeLog-2002-12-03 | 7474 (-[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.
|
D | ChangeLog-2005-08-23 | 25824 (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:]):
|
D | ChangeLog-2006-05-10 | 8300 (-[KWQSecureTextField selectText:]):
|