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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
TextFinderTest.cpp 7 #include "web/TextFinder.h"
32 TextFinder& textFinder() const;
39 TextFinder* m_textFinder;
56 TextFinder& TextFinderTest::textFinder() const
78 ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect));
79 Range* activeMatch = textFinder().activeMatch();
87 ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect));
88 activeMatch = textFinder().activeMatch()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
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 535 milliseconds