Home
last modified time | relevance | path

Searched refs:isTextMatch (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarker.cpp74 virtual bool isTextMatch() const OVERRIDE { return true; } in isTextMatch() function in blink::FINAL
94 if (details && details->isTextMatch()) in toDocumentMarkerTextMatch()
DDocumentMarker.h152 virtual bool isTextMatch() const { return false; } in isTextMatch() function