DocumentMarkerTextMatch 71 Source/core/dom/DocumentMarker.cpp static PassRefPtr<DocumentMarkerTextMatch> instanceFor(bool); DocumentMarkerTextMatch 85 Source/core/dom/DocumentMarker.cpp PassRefPtr<DocumentMarkerTextMatch> DocumentMarkerTextMatch::instanceFor(bool match) DocumentMarkerTextMatch 87 Source/core/dom/DocumentMarker.cpp DEFINE_STATIC_REF(DocumentMarkerTextMatch, trueInstance, (adoptRef(new DocumentMarkerTextMatch(true)))); DocumentMarkerTextMatch 88 Source/core/dom/DocumentMarker.cpp DEFINE_STATIC_REF(DocumentMarkerTextMatch, falseInstance, (adoptRef(new DocumentMarkerTextMatch(false)))); DocumentMarkerTextMatch 92 Source/core/dom/DocumentMarker.cpp inline DocumentMarkerTextMatch* toDocumentMarkerTextMatch(DocumentMarkerDetails* details) DocumentMarkerTextMatch 95 Source/core/dom/DocumentMarker.cpp return static_cast<DocumentMarkerTextMatch*>(details); DocumentMarkerTextMatch 138 Source/core/dom/DocumentMarker.cpp , m_details(DocumentMarkerTextMatch::instanceFor(activeMatch)) DocumentMarkerTextMatch 160 Source/core/dom/DocumentMarker.cpp m_details = DocumentMarkerTextMatch::instanceFor(active); DocumentMarkerTextMatch 172 Source/core/dom/DocumentMarker.cpp if (DocumentMarkerTextMatch* details = toDocumentMarkerTextMatch(m_details.get()))