Home
last modified time | relevance | path

Searched refs:m_wasCreatedByScript (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptableDocumentParser.h51 … void setWasCreatedByScript(bool wasCreatedByScript) { m_wasCreatedByScript = wasCreatedByScript; } in setWasCreatedByScript()
52 bool wasCreatedByScript() const { return m_wasCreatedByScript; } in wasCreatedByScript()
63 bool m_wasCreatedByScript; variable
DScriptableDocumentParser.cpp36 , m_wasCreatedByScript(false) in ScriptableDocumentParser()