Home
last modified time | relevance | path

Searched refs:willWriteHTML (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.h175 bool willWriteHTML(Document*, unsigned startLine);
DInspectorInstrumentation.idl359 InspectorInstrumentationCookie willWriteHTML([Keep] Document*, unsigned startLine);
DInspectorTimelineAgent.cpp647 bool InspectorTimelineAgent::willWriteHTML(Document* document, unsigned startLine) in willWriteHTML() function in WebCore::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.cpp525 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willWriteHTML(document(), lineNu… in pumpPendingSpeculations()
600 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willWriteHTML(document(), m_inpu… in pumpTokenizer()