Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/mac/WebView/
DWebDocumentPrivate.h83 …L)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
DWebPDFView.mm88 …OL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection;
599 …[self searchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag startInSelection:NO];
604 …OL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection
606 …eFlag wrap:wrapFlag fromSelection:[PDFSubview currentSelection] startInSelection:startInSelection];
653 …(options & WebFindOptionsCaseInsensitive) wrap:NO fromSelection:previousMatch startInSelection:NO];
1192 …OOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection
1207 if (startInSelection) {
1227 if (startInSelection && _PDFSelectionsAreEqual(foundSelection, initialSelection))
DWebViewPrivate.h578 …L)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
DWebView.mm2808 …OL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection
2810 …ionsCaseInsensitive) | (wrapFlag ? WebFindOptionsWrapAround : 0) | (startInSelection ? WebFindOpti…
4035 …[self searchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag startInSelection:NO];
4461 …OptionsCaseInsensitive) wrap:!!(options & WebFindOptionsWrapAround) startInSelection:!!(options & …
DWebHTMLView.mm3268 …[self searchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag startInSelection:NO];
6323 …OL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection
6325 …ionsCaseInsensitive) | (wrapFlag ? WebFindOptionsWrapAround : 0) | (startInSelection ? WebFindOpti…
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPDFViewController.mm117 …OL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection;
213 …OOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection
228 if (startInSelection) {
245 if (startInSelection && _PDFSelectionsAreEqual(foundSelection, initialSelection))
611 …seSensitive:caseFlag wrap:wrapFlag fromSelection:[m_pdfView currentSelection] startInSelection:NO];
/external/webkit/Source/WebKit/wx/
DWebFrame.h154 bool startInSelection = true);
DWebFrame.cpp272 …onst wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection) in FindString() argument
275 …impl->frame->editor()->findString(string, forward, caseSensitive, wrapSelection, startInSelection); in FindString()
DWebView.cpp694 …onst wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection) in FindString() argument
697 … return m_mainFrame->FindString(string, forward, caseSensitive, wrapSelection, startInSelection); in FindString()
DWebView.h179 bool startInSelection = true);
/external/webkit/Source/WebCore/editing/
DEditor.h347 … bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
DEditor.cpp2953 …findString(const String& target, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection) in findString() argument
2955 …| (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSele… in findString()
2973 bool startInSelection = options & StartInSelection; in findString() local
2975 … setStart(searchRange.get(), startInSelection ? selection.visibleStart() : selection.visibleEnd()); in findString()
2977 … setEnd(searchRange.get(), startInSelection ? selection.visibleEnd() : selection.visibleStart()); in findString()
2992 …if (startInSelection && areRangesEqual(VisibleSelection(resultRange.get()).toNormalizedRange().get… in findString()
/external/webkit/Source/WebKit/mac/
DWebKit.order2514 -[WebView(WebPendingPublic) searchFor:direction:caseSensitive:wrap:startInSelection:]
2515 -[WebHTMLView(WebDocumentPrivateProtocols) searchFor:direction:caseSensitive:wrap:startInSelection:]
2576 …ebPDFView(FileInternal) _nextMatchFor:direction:caseSensitive:wrap:fromSelection:startInSelection:]
2578 -[WebPDFView searchFor:direction:caseSensitive:wrap:startInSelection:]
DChangeLog2254 (-[WebHTMLView searchFor:direction:caseSensitive:wrap:startInSelection:]): Set
3216 (-[WebHTMLView searchFor:direction:caseSensitive:wrap:startInSelection:]):
3803 (-[WebHTMLView searchFor:direction:caseSensitive:wrap:startInSelection:]): Changed to use
3813 (-[WebView searchFor:direction:caseSensitive:wrap:startInSelection:]): Now calls through to
5720 (-[WebHTMLView 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
DChangeLog-2010-01-2919272 (-[WebHTMLView searchFor:direction:caseSensitive:wrap:startInSelection:]):
19418 (-[WebFrame _searchFor:direction:caseSensitive:wrap:startInSelection:]): Ditto.
19540 (-[WebHTMLView searchFor:direction:caseSensitive:wrap:startInSelection:]): Ditto.
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1479 bool startInSelection = true; in find() local
1494 startInSelection); in find()
/external/webkit/Source/WebKit2/
DChangeLog2145 …(-[WKPDFView _nextMatchFor:direction:caseSensitive:wrap:fromSelection:startInSelection:]): Copied …
/external/webkit/Source/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()