Home
last modified time | relevance | path

Searched refs:m_transformSource (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/dom/
DDocument.h737 const void* transformSource() { return m_transformSource; } in transformSource()
969 void* m_transformSource; variable
DDocument.cpp309 , 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()
/external/webkit/WebCore/
DChangeLog-2007-10-1417115 …(WebCore::Document::setTransformSource): Free any existing m_transformSource before overwriting it…