Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebDataSource.cpp182 if (!m_representation) { in representation()
184 hr = htmlRep->QueryInterface(IID_IWebDocumentRepresentation, (void**) &m_representation); in representation()
188 return m_representation.copyRefTo(rep); in representation()
DWebDataSource.h118 COMPtr<IWebDocumentRepresentation> m_representation; variable