Searched refs:DocumentMarkerTextMatch (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarker.cpp69 class DocumentMarkerTextMatch FINAL : public DocumentMarkerDetails {
71 static PassRefPtrWillBeRawPtr<DocumentMarkerTextMatch> instanceFor(bool);
77 explicit DocumentMarkerTextMatch(bool match) function in class:blink::FINAL
85 PassRefPtrWillBeRawPtr<DocumentMarkerTextMatch> DocumentMarkerTextMatch::instanceFor(bool match)
87 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(DocumentMarkerTextMatch, trueInstance, (adoptRefWillBeNoop(new DocumentMarkerTextMatch(true))));
88 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(DocumentMarkerTextMatch, falseInstance, (adoptRefWillBeNoop(new DocumentMarkerTextMatch(false))));
92 inline DocumentMarkerTextMatch* toDocumentMarkerTextMatc
[all...]

Completed in 326 milliseconds