HomeSort by relevance Sort by last modified time
    Searched refs:startInSelection (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKit/mac/WebView/
WebDocumentPrivate.h 69 @method searchFor:direction:caseSensitive:wrap:startInSelection:
75 @param startInSelection YES to begin search in the selected text (useful for incremental searching), NO to begin search after the selected text.
78 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
WebPDFView.mm 85 - (PDFSelection *)_nextMatchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection;
590 return [self searchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag startInSelection:NO];
595 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection
597 PDFSelection *selection = [self _nextMatchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[PDFSubview currentSelection] startInSelection:startInSelection];
630 nextMatch = [self _nextMatchFor:string direction:YES caseSensitive:caseFlag wrap:NO fromSelection:previousMatch startInSelection:NO];
    [all...]
WebViewPrivate.h 109 @method searchFor:direction:caseSensitive:wrap:startInSelection:
116 @param startInSelection YES to begin search in the selected text (useful for incremental searching), NO to begin search after the selected text.
119 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection;
WebView.mm     [all...]
WebHTMLView.mm     [all...]
  /external/webkit/WebKit/wx/
WebFrame.h 131 bool startInSelection = true);
WebFrame.cpp 216 bool wxWebFrame::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
219 return m_impl->frame->findString(string, forward, caseSensitive, wrapSelection, startInSelection);
WebView.cpp 564 bool wxWebView::FindString(const wxString& string, bool forward, bool caseSensitive, bool wrapSelection, bool startInSelection)
567 return m_mainFrame->FindString(string, forward, caseSensitive, wrapSelection, startInSelection);
WebView.h 171 bool startInSelection = true);
  /external/webkit/WebCore/page/
Frame.h 195 bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
Frame.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 821 milliseconds