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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.h159 if (!page && document.templateDocumentHost())
160 page = document.templateDocumentHost()->page();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1001 Document* templateDocumentHost() { return m_templateDocumentHost; } function in class:blink::Document
1358 // With Oilpan the templateDocument and the templateDocumentHost
1359 // live and die together. Without Oilpan, the templateDocumentHost

Completed in 433 milliseconds