OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
content_layer.h
37
class CC_EXPORT
ContentLayer
: public TiledLayer {
39
static scoped_refptr<
ContentLayer
> Create(ContentLayerClient* client);
60
explicit
ContentLayer
(ContentLayerClient* client);
61
virtual ~
ContentLayer
();
76
DISALLOW_COPY_AND_ASSIGN(
ContentLayer
);
content_layer.cc
52
scoped_refptr<
ContentLayer
>
ContentLayer
::Create(ContentLayerClient* client) {
53
return make_scoped_refptr(new
ContentLayer
(client));
56
ContentLayer
::
ContentLayer
(ContentLayerClient* client)
62
ContentLayer
::~
ContentLayer
() {}
64
bool
ContentLayer
::DrawsContent() const {
68
void
ContentLayer
::SetLayerTreeHost(LayerTreeHost* host) {
82
void
ContentLayer
::SetTexturePriorities
[
all
...]
Completed in 27 milliseconds