HomeSort by relevance Sort by last modified time
    Searched refs:WebCanvas (Results 26 - 38 of 38) sorted by null

12

  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 170 virtual float printPage(int pageToPrint, WebCanvas*);
221 void paint(WebCanvas*, const WebRect&);
WebViewImpl.h 97 virtual void paint(WebCanvas*, const WebRect&);
408 void doPixelReadbackToCanvas(WebCanvas*, const WebCore::IntRect&);
WebPopupMenuImpl.cpp 162 void WebPopupMenuImpl::paint(WebCanvas* canvas, const WebRect& rect)
WebScrollbarImpl.cpp 40 #include "WebCanvas.h"
120 void WebScrollbarImpl::paint(WebCanvas* canvas, const WebRect& rect)
WebMediaPlayerClientImpl.cpp 27 #include "WebCanvas.h"
448 WebCanvas* canvas = platformContext->canvas();
WebFrameImpl.cpp     [all...]
WebViewImpl.cpp     [all...]
  /external/chromium/webkit/glue/
webkit_glue.h 20 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCanvas.h"
146 // Returns a WebCanvas pointer associated with the given Skia canvas.
147 WebKit::WebCanvas* ToWebCanvas(skia::PlatformCanvas*);
webmediaplayer_impl.h 219 virtual void paint(WebKit::WebCanvas* canvas, const WebKit::WebRect& rect);
webkit_glue.cc 49 using WebKit::WebCanvas;
406 WebCanvas* ToWebCanvas(skia::PlatformCanvas* canvas) {
webmediaplayer_impl.cc 35 using WebKit::WebCanvas;
637 void WebMediaPlayerImpl::paint(WebCanvas* canvas,
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 34 #include "WebCanvas.h"
453 virtual float printPage(int pageToPrint, WebCanvas*) = 0;
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 130 virtual void paint(WebCanvas*, const WebRect&) { }

Completed in 924 milliseconds

12