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

  /external/chromium_org/third_party/WebKit/public/web/
WebWidget.h 97 enum PaintOptions {
119 virtual void paint(WebCanvas*, const WebRect& viewPort, PaintOptions = ReadbackFromCompositorIfAvailable) { }
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 71 virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE;
WebPopupMenuImpl.h 73 virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE;
WebPagePopupImpl.cpp 249 void WebPagePopupImpl::paint(WebCanvas* canvas, const WebRect& rect, PaintOptions)
WebPopupMenuImpl.cpp 191 void WebPopupMenuImpl::paint(WebCanvas* canvas, const WebRect& rect, PaintOptions)
WebViewImpl.h 147 virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable);
    [all...]
WebViewImpl.cpp     [all...]
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 177 virtual void paint(WebCanvas* canvas, const WebRect& rect, PaintOptions) {

Completed in 206 milliseconds