HomeSort by relevance Sort by last modified time
    Searched refs:make_scoped_ptr (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/cc/output/
copy_output_result.h 20 return make_scoped_ptr(new CopyOutputResult);
24 return make_scoped_ptr(new CopyOutputResult(bitmap.Pass()));
29 return make_scoped_ptr(new CopyOutputResult(size, texture_mailbox.Pass()));
copy_output_request.h 25 return make_scoped_ptr(new CopyOutputRequest);
29 return make_scoped_ptr(new CopyOutputRequest(false, result_callback));
33 return make_scoped_ptr(new CopyOutputRequest(true, result_callback));
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_scrollbar_layer_impl.cc 22 make_scoped_ptr(scrollbar),
24 make_scoped_ptr(geometry))).Pass(), 0))) {}
  /external/chromium_org/cc/test/
render_pass_test_common.h 19 return make_scoped_ptr(new TestRenderPass);
fake_output_surface.h 25 return make_scoped_ptr(new FakeOutputSurface(context3d.Pass(), false));
32 return make_scoped_ptr(new FakeOutputSurface(context3d.Pass(), false));
37 return make_scoped_ptr(
43 return make_scoped_ptr(new FakeOutputSurface(context3d.Pass(), true));
50 return make_scoped_ptr(new FakeOutputSurface(context3d.Pass(), true));
55 return make_scoped_ptr(
fake_layer_tree_host_client.cc 25 make_scoped_ptr(new SoftwareOutputDevice)).PassAs<OutputSurface>();
29 make_scoped_ptr(new SoftwareOutputDevice)).PassAs<OutputSurface>();
fake_tile_manager.cc 27 make_scoped_ptr<RasterWorkerPool>(new FakeRasterWorkerPool),
36 make_scoped_ptr<RasterWorkerPool>(new FakeRasterWorkerPool),
fake_content_layer_impl.h 17 return make_scoped_ptr(new FakeContentLayerImpl(tree_impl, id));
fake_delegated_renderer_layer_impl.h 16 return make_scoped_ptr(new FakeDelegatedRendererLayerImpl(tree_impl, id));
fake_scoped_ui_resource.cc 13 return make_scoped_ptr(new FakeScopedUIResource(host));
fake_layer_tree_host.h 22 return make_scoped_ptr(new FakeLayerTreeHost(&client, settings));
28 return make_scoped_ptr(new FakeLayerTreeHost(&client, settings));
  /external/chromium_org/content/browser/aura/
software_browser_compositor_output_surface.h 20 return make_scoped_ptr(
  /external/chromium_org/cc/layers/
solid_color_layer_impl.h 18 return make_scoped_ptr(new SolidColorLayerImpl(tree_impl, id));
picture_image_layer_impl.h 16 return make_scoped_ptr(new PictureImageLayerImpl(tree_impl, id));
  /external/chromium_org/cc/resources/
scoped_resource.h 24 return make_scoped_ptr(new ScopedResource(resource_provider));
memory_history.cc 13 return make_scoped_ptr(new MemoryHistory());
scoped_ui_resource.cc 16 return make_scoped_ptr(new ScopedUIResource(host, bitmap));
  /external/chromium_org/net/websockets/
websocket_stream.cc 27 return make_scoped_ptr(new WebSocketStreamRequest());
  /external/chromium_org/chrome/browser/policy/
registry_dict_win_unittest.cc 22 test_dict.SetValue("one", make_scoped_ptr(int_value.DeepCopy()));
27 test_dict.SetValue("two", make_scoped_ptr(string_value.DeepCopy()));
50 test_dict.SetValue("One", make_scoped_ptr(int_value.DeepCopy()));
58 test_dict.SetValue("ONE", make_scoped_ptr(string_value.DeepCopy()));
74 subdict->SetValue("one", make_scoped_ptr(int_value.DeepCopy()));
82 subdict->SetValue("three", make_scoped_ptr(string_value.DeepCopy()));
104 test_dict.SetKey("One", make_scoped_ptr(new RegistryDict()));
115 subdict->SetValue("two", make_scoped_ptr(int_value.DeepCopy()));
137 dict_a.SetValue("one", make_scoped_ptr(int_value.DeepCopy()));
139 subdict->SetValue("two", make_scoped_ptr(string_value.DeepCopy()))
    [all...]
  /external/chromium_org/cc/animation/
animation_registrar.h 22 return make_scoped_ptr(new AnimationRegistrar());
  /external/chromium_org/chrome/browser/ui/app_list/search/
webstore_installer.cc 23 return make_scoped_ptr(
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_write_batch.cc 14 return make_scoped_ptr(new LevelDBWriteBatch);
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 82 make_scoped_ptr(new PopupTimersController(message_center()));
95 make_scoped_ptr(
105 make_scoped_ptr(
117 make_scoped_ptr(
129 make_scoped_ptr(
141 make_scoped_ptr(
154 make_scoped_ptr(
172 make_scoped_ptr(
190 make_scoped_ptr(
  /external/chromium_org/base/prefs/
pref_registry.cc 42 defaults_->ReplaceDefaultValue(pref_name, make_scoped_ptr(value));
59 defaults_->SetDefaultValue(path, make_scoped_ptr(default_value));
  /external/chromium_org/cc/quads/
shared_quad_state.cc 22 return make_scoped_ptr(new SharedQuadState);
26 return make_scoped_ptr(new SharedQuadState(*this));

Completed in 1555 milliseconds

1 2 3 4 5 6 7 8 910