OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
242
void WebPagePopupImpl::paint(WebCanvas* canvas, const WebRect& rect,
PaintOptions
)
WebPopupMenuImpl.cpp
191
void WebPopupMenuImpl::paint(WebCanvas* canvas, const WebRect& rect,
PaintOptions
)
WebViewImpl.h
139
virtual void paint(WebCanvas*, const WebRect&,
PaintOptions
= ReadbackFromCompositorIfAvailable);
[
all
...]
WebViewImpl.cpp
[
all
...]
/external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc
174
virtual void paint(WebCanvas* canvas, const WebRect& rect,
PaintOptions
) {
Completed in 589 milliseconds