HomeSort by relevance Sort by last modified time
    Searched full:m_representation (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/win/
WebDataSource.cpp 179 if (!m_representation) {
181 hr = htmlRep->QueryInterface(IID_IWebDocumentRepresentation, (void**) &m_representation);
185 return m_representation.copyRefTo(rep);
WebDataSource.h 118 COMPtr<IWebDocumentRepresentation> m_representation; member in class:WebDataSource

Completed in 19 milliseconds