Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DFrame.h268 void setCaretVisible(bool = true);
DFrame.cpp546 void Frame::setCaretVisible(bool flag) in setCaretVisible() function in WebCore::Frame
/external/webkit/WebCore/editing/
DSelectionController.cpp1175 m_frame->setCaretVisible(activeAndFocused); in focusedOrActiveStateChanged()
/external/webkit/WebCore/
DChangeLog-2005-08-2334652 (KHTMLPart::setCaretVisible): Changed to not grab focus if making the caret invisible.
35445 (KHTMLPart::setCaretVisible): ditto
39746 (KHTMLPart::setCaretVisible): Call selectionLayoutChanged instead of notifySelectionChanged
39855 * khtml/khtml_part.cpp: Removed setCaretVisible function. Updating caret visibility
39881 (-[WebCoreBridge setCaretVisible:]): Removed.
40189 …(KHTMLPart::setCaretVisible): This method renamed from setSelectionVisible. Since it really only o…
40193 (KHTMLView::focusInEvent): Call setCaretVisible(true)
40194 (KHTMLView::focusOutEvent): Call setCaretVisible(false)
40196 … (KWQKHTMLPart::setShowsFirstResponder): Name change: setSelectionVisible becomes setCaretVisible.
40197 * kwq/WebCoreBridge.h: Expose setCaretVisible as a bridge method.
[all …]
DChangeLog-2007-10-1435913 which removed some code that did extra work whenever setCaretVisible made the caret visible.
38386 momentarily because setCaretVisible tries to focus the
38390 (WebCore::Frame::setCaretVisible): Don't focus the
DChangeLog-2006-05-1035205 (Frame::setCaretVisible):
DChangeLog5746 (WebCore::Frame::setCaretVisible):
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0913037 (-[WebHTMLView setCaretVisible:]): New helper. Calls over bridge to do the work.