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

  /external/webkit/Source/WebKit2/Shared/API/c/
WKGraphicsContext.cpp 30 #include "WebGraphicsContext.h"
36 return toAPI(WebGraphicsContext::APIType);
WKSharedAPICast.h 61 class WebGraphicsContext;
84 WK_ADD_API_MAPPING(WKGraphicsContextRef, WebGraphicsContext)
  /external/webkit/Source/WebKit2/Shared/
WebGraphicsContext.cpp 27 #include "WebGraphicsContext.h"
37 WebGraphicsContext::WebGraphicsContext(GraphicsContext* graphicsContext)
WebGraphicsContext.h 41 class WebGraphicsContext : public APIObject {
45 static PassRefPtr<WebGraphicsContext> create(WebCore::GraphicsContext* graphicsContext)
47 return adoptRef(new WebGraphicsContext(graphicsContext));
58 explicit WebGraphicsContext(WebCore::GraphicsContext*);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageUIClient.cpp 31 #include "WebGraphicsContext.h"
98 RefPtr<WebGraphicsContext> context = WebGraphicsContext::create(graphicsContext);

Completed in 115 milliseconds