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

  /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*);

Completed in 138 milliseconds