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

  /external/webkit/Source/WebKit/win/
WebHTMLRepresentation.h 33 class WebHTMLRepresentation : public IWebHTMLRepresentation, IWebDocumentRepresentation
36 static WebHTMLRepresentation* createInstance(WebFrame* frame);
38 WebHTMLRepresentation();
39 ~WebHTMLRepresentation();
WebHTMLRepresentation.cpp 28 #include "WebHTMLRepresentation.h"
40 // WebHTMLRepresentation ------------------------------------------------------
42 WebHTMLRepresentation::WebHTMLRepresentation()
48 gClassNameCount.add("WebHTMLRepresentation");
51 WebHTMLRepresentation::~WebHTMLRepresentation()
60 gClassNameCount.remove("WebHTMLRepresentation");
63 WebHTMLRepresentation* WebHTMLRepresentation::createInstance(WebFrame* frame
    [all...]

Completed in 34 milliseconds