Home
last modified time | relevance | path

Searched defs:wasCreatedByScript (Results 1 – 1 of 1) 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() function