HomeSort by relevance Sort by last modified time
    Searched defs:TextFinder (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 53 class TextFinder {
55 static PassOwnPtr<TextFinder> create(WebLocalFrameImpl& ownerFrame);
89 ~TextFinder();
112 explicit TextFinder(WebLocalFrameImpl& ownerFrame);
272 WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS(blink::TextFinder::FindMatch);
TextFinder.cpp 33 #include "web/TextFinder.h"
56 TextFinder::FindMatch::FindMatch(PassRefPtrWillBeRawPtr<Range> range, int ordinal)
62 void TextFinder::FindMatch::trace(Visitor* visitor)
67 class TextFinder::DeferredScopeStringMatches {
69 DeferredScopeStringMatches(TextFinder* textFinder, int identifier, const WebString& searchText, const WebFindOptions& options, bool reset)
71 , m_textFinder(textFinder)
87 TextFinder* m_textFinder;
94 bool TextFinder::find(int identifier, const WebString& searchText, const WebFindOptions& options, bool wrapWithinFrame, WebRect* selectionRect)
180 void TextFinder::stopFindingAndClearSelection(
    [all...]

Completed in 557 milliseconds