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

  /external/webkit/Source/WebKit/win/
WebDataSource.cpp 190 WebHTMLRepresentation* htmlRep = WebHTMLRepresentation::createInstance(static_cast<WebFrame*>(m_loader->frameLoader()->client()));
191 hr = htmlRep->QueryInterface(IID_IWebDocumentRepresentation, (void**) &m_representation);
192 htmlRep->Release();

Completed in 76 milliseconds