/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDocumentPrivate.h | 83 …L)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
|
D | WebPDFView.mm | 88 …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))
|
D | WebViewPrivate.h | 578 …L)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
|
D | WebView.mm | 2808 …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 & …
|
D | WebHTMLView.mm | 3268 …[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/ |
D | PDFViewController.mm | 117 …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/ |
D | WebFrame.h | 154 bool startInSelection = true);
|
D | WebFrame.cpp | 272 …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()
|
D | WebView.cpp | 694 …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()
|
D | WebView.h | 179 bool startInSelection = true);
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.h | 347 … bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
|
D | Editor.cpp | 2953 …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/ |
D | WebKit.order | 2514 -[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:]
|
D | ChangeLog | 2254 (-[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:]):
|
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-2010-01-29 | 19272 (-[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/ |
D | WebFrameImpl.cpp | 1479 bool startInSelection = true; in find() local 1494 startInSelection); in find()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 2145 …(-[WKPDFView _nextMatchFor:direction:caseSensitive:wrap:fromSelection:startInSelection:]): Copied …
|
/external/webkit/Source/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()
|