Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DScriptableDocumentParser.h50 … void setWasCreatedByScript(bool wasCreatedByScript) { m_wasCreatedByScript = wasCreatedByScript; } in setWasCreatedByScript()
51 bool wasCreatedByScript() const { return m_wasCreatedByScript; } in wasCreatedByScript()
60 bool m_wasCreatedByScript; variable
DScriptableDocumentParser.cpp33 , m_wasCreatedByScript(false) in ScriptableDocumentParser()