Searched refs:startInSelection (Results 1 – 15 of 15) sorted by relevance
/external/webkit/WebKit/mac/WebView/ |
D | WebDocumentPrivate.h | 78 …L)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
|
D | WebViewPrivate.h | 108 …L)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
|
D | WebPDFView.mm | 81 …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))
|
D | WebView.mm | 3187 …[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];
|
D | WebHTMLView.mm | 2888 …[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/ |
D | WebFrame.cpp | 186 …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()
|
D | WebFrame.h | 139 bool startInSelection = true);
|
D | WebView.cpp | 472 …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()
|
D | WebView.h | 130 bool startInSelection = true);
|
/external/webkit/WebCore/page/ |
D | Frame.h | 219 … bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
|
D | Frame.cpp | 1490 …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/ |
D | WebKit.order | 1225 -[WebView(WebPendingPublic) searchFor:direction:caseSensitive:wrap:startInSelection:] 1229 -[WebHTMLView(WebDocumentPrivateProtocols) searchFor:direction:caseSensitive:wrap:startInSelection:]
|
D | ChangeLog-2007-10-14 | 2769 (-[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
|
D | ChangeLog | 9525 (-[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/ |
D | ChangeLog-2007-10-14 | 63523 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()
|