OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitmapSkPictureContentLayerUpdater
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.h
16
class
BitmapSkPictureContentLayerUpdater
: public SkPictureContentLayerUpdater {
20
Resource(
BitmapSkPictureContentLayerUpdater
* updater,
30
BitmapSkPictureContentLayerUpdater
* updater_;
35
static scoped_refptr<
BitmapSkPictureContentLayerUpdater
> Create(
46
BitmapSkPictureContentLayerUpdater
(
50
virtual ~
BitmapSkPictureContentLayerUpdater
();
52
DISALLOW_COPY_AND_ASSIGN(
BitmapSkPictureContentLayerUpdater
);
bitmap_skpicture_content_layer_updater.cc
17
BitmapSkPictureContentLayerUpdater
::Resource::Resource(
18
BitmapSkPictureContentLayerUpdater
* updater,
22
void
BitmapSkPictureContentLayerUpdater
::Resource::Update(
43
scoped_refptr<
BitmapSkPictureContentLayerUpdater
>
44
BitmapSkPictureContentLayerUpdater
::Create(
49
new
BitmapSkPictureContentLayerUpdater
(painter.Pass(),
54
BitmapSkPictureContentLayerUpdater
::
BitmapSkPictureContentLayerUpdater
(
62
BitmapSkPictureContentLayerUpdater
::~
BitmapSkPictureContentLayerUpdater
() {}
[
all
...]
/external/chromium_org/cc/layers/
content_layer.cc
118
updater_ =
BitmapSkPictureContentLayerUpdater
::Create(
Completed in 304 milliseconds