Home
last modified time | relevance | path

Searched refs:startInSelection (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebKit/mac/WebView/
DWebDocumentPrivate.h78 …L)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
DWebViewPrivate.h108 …L)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
DWebPDFView.mm81 …OL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection;
588 …[self searchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag startInSelection:NO];
593 …OL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection
595 …eFlag wrap:wrapFlag fromSelection:[PDFSubview currentSelection] startInSelection:startInSelection];
628 …ring direction:YES caseSensitive:caseFlag wrap:NO fromSelection:previousMatch startInSelection:NO];
1165 …OOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection
1180 if (startInSelection) {
1200 if (startInSelection && _PDFSelectionsAreEqual(foundSelection, initialSelection))
DWebView.mm3187 …[self searchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag startInSelection:NO];
3539 …OL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection
3570 …ng direction:forward caseSensitive:caseFlag wrap:wrapOnThisPass startInSelection:startInSelection];
3595 …rchFor:string direction:forward caseSensitive:caseFlag wrap:YES startInSelection:startInSelection];
DWebHTMLView.mm2888 …[self searchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag startInSelection:NO];
5759 …OL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection
5764 … return coreFrame && coreFrame->findString(string, forward, caseFlag, wrapFlag, startInSelection);
/external/webkit/WebKit/wx/
DWebFrame.cpp186 …onst wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection) in FindString() argument
189 … return m_impl->frame->findString(string, forward, caseSensitive, wrapSelection, startInSelection); in FindString()
DWebFrame.h139 bool startInSelection = true);
DWebView.cpp472 …onst wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection) in FindString() argument
475 … return m_mainFrame->FindString(string, forward, caseSensitive, wrapSelection, startInSelection); in FindString()
DWebView.h130 bool startInSelection = true);
/external/webkit/WebCore/page/
DFrame.h219 … bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
DFrame.cpp1490 …findString(const String& target, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection) in findString() argument
1504 … setStart(searchRange.get(), startInSelection ? selection.visibleStart() : selection.visibleEnd()); in findString()
1506 … setEnd(searchRange.get(), startInSelection ? selection.visibleEnd() : selection.visibleStart()); in findString()
1521 if (startInSelection && *Selection(resultRange.get()).toRange() == *selection.toRange()) { in findString()
/external/webkit/WebKit/mac/
DWebKit.order1225 -[WebView(WebPendingPublic) searchFor:direction:caseSensitive:wrap:startInSelection:]
1229 -[WebHTMLView(WebDocumentPrivateProtocols) searchFor:direction:caseSensitive:wrap:startInSelection:]
DChangeLog-2007-10-142769 (-[WebPDFView searchFor:direction:caseSensitive:wrap:startInSelection:]):
2786 (-[WebPDFView _nextMatchFor:direction:caseSensitive:wrap:fromSelection:startInSelection:]):
6689 (-[WebView searchFor:direction:caseSensitive:wrap:startInSelection:]):
8319 (-[WebHTMLView searchFor:direction:caseSensitive:wrap:startInSelection:]):
8328 (-[WebPDFView searchFor:direction:caseSensitive:wrap:startInSelection:]):
8329 …new method, former guts of searchFor:direction:caseSensitive:wrap: but now handles startInSelection
8333 … Declare new searchFor:direction:caseSensitive:wrap:startInSelection: method, just like existing
8339 (-[WebView searchFor:direction:caseSensitive:wrap:startInSelection:]):
8340 …new method, former guts of searchFor:direction:caseSensitive:wrap: but now handles startInSelection
DChangeLog9525 (-[WebHTMLView searchFor:direction:caseSensitive:wrap:startInSelection:]):
9671 (-[WebFrame _searchFor:direction:caseSensitive:wrap:startInSelection:]): Ditto.
9793 (-[WebHTMLView searchFor:direction:caseSensitive:wrap:startInSelection:]): Ditto.
/external/webkit/WebCore/
DChangeLog-2007-10-1463523 new startInSelection parameter -- if true, search starts looking in selection; if false,
63528 (-[WebCoreFrameBridge searchFor:direction:caseSensitive:wrap:startInSelection:]):
63529 new startInSelection parameter, passed through to Frame::findString()