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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
TextFinderTest.cpp 79 Range* activeMatch = textFinder().activeMatch();
80 ASSERT_TRUE(activeMatch);
81 EXPECT_EQ(textNode, activeMatch->startContainer());
82 EXPECT_EQ(4, activeMatch->startOffset());
83 EXPECT_EQ(textNode, activeMatch->endContainer());
84 EXPECT_EQ(10, activeMatch->endOffset());
88 activeMatch = textFinder().activeMatch();
89 ASSERT_TRUE(activeMatch);
    [all...]
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.cpp 73 bool activeMatch() const { return m_match; }
117 DocumentMarker::DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch)
121 , m_details(DocumentMarkerTextMatch::instanceFor(activeMatch))
162 bool DocumentMarker::activeMatch() const
165 return details->activeMatch();
DocumentMarker.h 97 DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch);
107 bool activeMatch() const;
DocumentMarkerController.h 66 void addTextMatchMarker(const Range*, bool activeMatch);
DocumentMarkerController.cpp 113 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch)
119 addMarker(markedText.startContainer(), DocumentMarker(startOffset, endOffset, activeMatch));
753 fprintf(stderr, " %d:[%d:%d](%d)", marker->type(), marker->startOffset(), marker->endOffset(), marker->activeMatch());
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 79 Range* activeMatch() const { return m_activeMatch.get(); }
145 void addMarker(Range*, bool activeMatch);
TextFinder.cpp 432 return activeMatchFrame && activeMatchFrame->activeMatch() && activeMatchFrame->frame()->tree().isDescendantOf(mainFrameImpl->frame());
480 return WebFloatRect(findInPageRectFromRange(m_currentActiveMatchFrame->activeMatch()));
624 void TextFinder::addMarker(Range* range, bool activeMatch)
626 m_ownerFrame.frame()->document()->markers().addTextMatchMarker(range, activeMatch);
WebLocalFrameImpl.cpp     [all...]
WebLocalFrameImpl.h 276 Range* activeMatch() const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 699 Color color = marker->activeMatch() ?