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

  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentationPrivate.h 29 #import <WebKit/WebHTMLRepresentation.h>
33 @interface WebHTMLRepresentation (WebPrivate)
WebHTMLRepresentation.h 50 @class WebHTMLRepresentation
52 @interface WebHTMLRepresentation : NSObject <WebDocumentRepresentation, WebDocumentDOM>
WebDataSource.mm 39 #import "WebHTMLRepresentation.h"
265 addTypesFromClass(repTypes, [WebHTMLRepresentation class], [WebHTMLRepresentation supportedNonImageMIMETypes]);
274 addTypesFromClass(repTypes, [WebHTMLRepresentation class], [WebHTMLRepresentation supportedImageMIMETypes]);
WebHTMLRepresentation.mm 29 #import "WebHTMLRepresentation.h"
80 @implementation WebHTMLRepresentation
WebHTMLView.mm     [all...]
WebView.mm 66 #import "WebHTMLRepresentation.h"
    [all...]
  /external/webkit/Source/WebKit/win/
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...]
WebHTMLRepresentation.h 33 class WebHTMLRepresentation : public IWebHTMLRepresentation, IWebDocumentRepresentation
36 static WebHTMLRepresentation* createInstance(WebFrame* frame);
38 WebHTMLRepresentation();
39 ~WebHTMLRepresentation();
WebDataSource.cpp 36 #include "WebHTMLRepresentation.h"
190 WebHTMLRepresentation* htmlRep = WebHTMLRepresentation::createInstance(static_cast<WebFrame*>(m_loader->frameLoader()->client()));
  /external/webkit/Tools/DumpRenderTree/mac/
WebArchiveDumpSupportMac.mm 31 #import <WebKit/WebHTMLRepresentation.h>
76 return (CFArrayRef)[WebHTMLRepresentation supportedNonImageMIMETypes];
LayoutTestControllerMac.mm 57 #import <WebKit/WebHTMLRepresentation.h>
652 if ([rep class] == [WebHTMLRepresentation class])
653 return [(WebHTMLRepresentation *)rep elementDoesAutoComplete:element];
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]

Completed in 159 milliseconds