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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.cpp 73 bool activeMatch() const { return m_match; }
134 DocumentMarker::DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch)
138 , m_details(DocumentMarkerTextMatch::instanceFor(activeMatch))
170 bool DocumentMarker::activeMatch() const
173 return details->activeMatch();
DocumentMarker.h 75 DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch);
84 bool activeMatch() const;
DocumentMarkerController.h 56 void addTextMatchMarker(const Range*, bool activeMatch);
DocumentMarkerController.cpp 102 void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch)
109 addMarker(textPiece->startContainer(), DocumentMarker(startOffset, endOffset, activeMatch));
663 fprintf(stderr, " %d:[%d:%d](%d)", marker.type(), marker.startOffset(), marker.endOffset(), marker.activeMatch());
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 282 WebCore::Range* activeMatch() const { return m_activeMatch.get(); }
369 void addMarker(WebCore::Range*, bool activeMatch);
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]

Completed in 93 milliseconds