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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarker.cpp71 static PassRefPtrWillBeRawPtr<DocumentMarkerTextMatch> instanceFor(bool);
85 PassRefPtrWillBeRawPtr<DocumentMarkerTextMatch> DocumentMarkerTextMatch::instanceFor(bool match) function in class:blink::DocumentMarkerTextMatch
121 , m_details(DocumentMarkerTextMatch::instanceFor(activeMatch))
152 m_details = DocumentMarkerTextMatch::instanceFor(active);

Completed in 241 milliseconds