Searched refs:m_representation (Results 1 – 2 of 2) sorted by relevance
182 if (!m_representation) { in representation()184 hr = htmlRep->QueryInterface(IID_IWebDocumentRepresentation, (void**) &m_representation); in representation()188 return m_representation.copyRefTo(rep); in representation()
118 COMPtr<IWebDocumentRepresentation> m_representation; variable