OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentLayerUpdater
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
content_layer_updater.cc
21
ContentLayerUpdater
::
ContentLayerUpdater
(
30
ContentLayerUpdater
::~
ContentLayerUpdater
() {}
32
void
ContentLayerUpdater
::set_rendering_stats_instrumentation(
37
void
ContentLayerUpdater
::PaintContents(SkCanvas* canvas,
42
TRACE_EVENT0("cc", "
ContentLayerUpdater
::PaintContents");
83
void
ContentLayerUpdater
::SetOpaque(bool opaque) {
content_layer_updater.h
22
class CC_EXPORT
ContentLayerUpdater
: public LayerUpdater {
28
ContentLayerUpdater
(scoped_ptr<LayerPainter> painter,
31
virtual ~
ContentLayerUpdater
();
53
DISALLOW_COPY_AND_ASSIGN(
ContentLayerUpdater
);
Completed in 57 milliseconds