OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateUIResource
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/cc/test/
fake_ui_resource_layer_tree_host_impl.h
18
virtual void
CreateUIResource
(UIResourceId uid,
fake_scoped_ui_resource.cc
34
id_ = host_->
CreateUIResource
(this);
fake_ui_resource_layer_tree_host_impl.cc
16
void FakeUIResourceLayerTreeHostImpl::
CreateUIResource
(
/external/chromium_org/cc/resources/
scoped_ui_resource.cc
23
id_ = host_->
CreateUIResource
(this);
/external/chromium_org/cc/layers/
nine_patch_layer_impl_unittest.cc
64
host_impl.
CreateUIResource
(uid, bitmap);
ui_resource_layer_impl_unittest.cc
47
host_impl->
CreateUIResource
(uid, bitmap);
scrollbar_layer_unittest.cc
524
virtual UIResourceId
CreateUIResource
(UIResourceClient* content) OVERRIDE {
/external/chromium_org/cc/trees/
layer_tree_host.h
269
//
CreateUIResource
creates a resource given a bitmap. The bitmap is
273
// resource has been lost or not.
CreateUIResource
returns an Id of the
275
virtual UIResourceId
CreateUIResource
(UIResourceClient* client);
layer_tree_host_impl.h
396
virtual void
CreateUIResource
(UIResourceId uid,
layer_tree_impl.cc
752
layer_tree_host_impl_->
CreateUIResource
(req.GetId(), req.GetBitmap());
layer_tree_host.cc
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
layer_tree_host_impl.cc
[
all
...]
Completed in 368 milliseconds