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

  /external/chromium_org/cc/test/
fake_ui_resource_layer_tree_host_impl.h 21 virtual void DeleteUIResource(UIResourceId uid) OVERRIDE;
fake_scoped_ui_resource.cc 32 host_->DeleteUIResource(id_);
fake_ui_resource_layer_tree_host_impl.cc 20 DeleteUIResource(uid);
29 void FakeUIResourceLayerTreeHostImpl::DeleteUIResource(UIResourceId uid) {
  /external/chromium_org/cc/resources/
scoped_ui_resource.cc 31 host_->DeleteUIResource(id_);
  /external/chromium_org/content/public/browser/android/
compositor.h 77 virtual void DeleteUIResource(cc::UIResourceId resource_id) = 0;
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 62 virtual void DeleteUIResource(cc::UIResourceId resource_id) OVERRIDE;
compositor_impl_android.cc 275 void CompositorImpl::DeleteUIResource(cc::UIResourceId resource_id) {
  /external/chromium_org/cc/trees/
layer_tree_host.h 277 virtual void DeleteUIResource(UIResourceId id);
layer_tree_host_impl.h 399 virtual void DeleteUIResource(UIResourceId uid);
layer_tree_impl.cc 755 layer_tree_host_impl_->DeleteUIResource(req.GetId());
layer_tree_host.cc     [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_unittest_context.cc     [all...]
layer_tree_host_unittest.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 533 virtual void DeleteUIResource(UIResourceId id) OVERRIDE {

Completed in 2125 milliseconds