Searched refs:m_transformSource (Results 1 – 3 of 3) sorted by relevance
737 const void* transformSource() { return m_transformSource; } in transformSource()969 void* m_transformSource; variable
309 , m_transformSource(0) in Document()466 xmlFreeDoc((xmlDocPtr)m_transformSource); in ~Document()3834 if (doc == m_transformSource) in setTransformSource()3837 xmlFreeDoc((xmlDocPtr)m_transformSource); in setTransformSource()3838 m_transformSource = doc; in setTransformSource()
17115 …(WebCore::Document::setTransformSource): Free any existing m_transformSource before overwriting it…