HomeSort by relevance Sort by last modified time
    Searched refs:CreateUIResource (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/content/public/browser/android/
ui_resource_provider.h 19 virtual cc::UIResourceId CreateUIResource(
  /external/chromium_org/cc/resources/
scoped_ui_resource.cc 23 id_ = host_->CreateUIResource(this);
  /external/chromium_org/cc/test/
fake_scoped_ui_resource.cc 31 id_ = host_->CreateUIResource(this);
fake_ui_resource_layer_tree_host_impl.h 19 virtual void CreateUIResource(UIResourceId uid,
fake_ui_resource_layer_tree_host_impl.cc 18 void FakeUIResourceLayerTreeHostImpl::CreateUIResource(
  /external/chromium_org/content/browser/android/
ui_resource_provider_impl.h 30 virtual cc::UIResourceId CreateUIResource(
ui_resource_provider_impl.cc 40 cc::UIResourceId UIResourceProviderImpl::CreateUIResource(
44 cc::UIResourceId id = host_->CreateUIResource(client);
system_ui_resource_manager_impl.cc 101 id_ = provider_->CreateUIResource(this);
system_ui_resource_manager_impl_unittest.cc 51 virtual cc::UIResourceId CreateUIResource(
  /external/chromium_org/cc/layers/
painted_scrollbar_layer_impl_unittest.cc 24 impl.host_impl()->CreateUIResource(thumb_uid, thumb_bitmap);
31 impl.host_impl()->CreateUIResource(track_uid, track_bitmap);
ui_resource_layer_impl_unittest.cc 40 host_impl->CreateUIResource(uid, bitmap);
162 impl.host_impl()->CreateUIResource(uid, bitmap);
nine_patch_layer_impl_unittest.cc 61 host_impl.CreateUIResource(uid, bitmap);
229 impl.host_impl()->CreateUIResource(uid, bitmap);
scrollbar_layer_unittest.cc 648 virtual UIResourceId CreateUIResource(UIResourceClient* content) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/android/thumbnail/
thumbnail.cc 76 void Thumbnail::CreateUIResource() {
79 ui_resource_id_ = ui_resource_provider_->CreateUIResource(this);
thumbnail.h 57 void CreateUIResource();
thumbnail_store.cc 202 thumbnail->CreateUIResource();
218 thumbnail->CreateUIResource();
638 thumbnail->CreateUIResource();
816 thumbnail->CreateUIResource();
  /external/chromium_org/cc/trees/
layer_tree_host.h 265 // CreateUIResource creates a resource given a bitmap. The bitmap is
269 // resource has been lost or not. CreateUIResource returns an Id of the
271 virtual UIResourceId CreateUIResource(UIResourceClient* client);
layer_tree_host_impl.h 441 virtual void CreateUIResource(UIResourceId uid,
layer_tree_host.cc     [all...]
layer_tree_impl.cc     [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]

Completed in 206 milliseconds