Searched refs:make_scoped_ptr (Results 76 - 100 of 556) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dautomation.cc134 make_scoped_ptr(new const AutomationInfo(desktop, matches, interact)));
149 make_scoped_ptr(new const AutomationInfo(desktop, matches, interact)));
164 make_scoped_ptr(new const AutomationInfo(desktop, matches, interact)));
197 make_scoped_ptr(new const AutomationInfo));
205 make_scoped_ptr(new const AutomationInfo(
228 return make_scoped_ptr(new AutomationInfo());
285 return make_scoped_ptr(new AutomationInfo(desktop, matches, interact));
/external/chromium_org/chrome/renderer/media/
H A Dcast_session_delegate.cc130 callback.Run(make_scoped_ptr(new base::BinaryValue).Pass());
137 callback.Run(make_scoped_ptr(new base::BinaryValue).Pass());
168 callback.Run(make_scoped_ptr(new base::BinaryValue).Pass());
184 callback.Run(make_scoped_ptr(new base::DictionaryValue).Pass());
191 callback.Run(make_scoped_ptr(new base::DictionaryValue).Pass());
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_pref_store_unittest.cc44 make_scoped_ptr<ConfigurationPolicyHandler>(new SimplePolicyHandler(
72 make_scoped_ptr<ConfigurationPolicyHandler>(new SimplePolicyHandler(
100 make_scoped_ptr<ConfigurationPolicyHandler>(new SimplePolicyHandler(
144 make_scoped_ptr<ConfigurationPolicyHandler>(new SimplePolicyHandler(
174 make_scoped_ptr<ConfigurationPolicyHandler>(new SimplePolicyHandler(
/external/chromium_org/remoting/host/
H A Dgnubby_auth_handler_posix_unittest.cc106 delegate_->DidAccept(NULL, make_scoped_ptr(socket));
118 delegate_->DidAccept(NULL, make_scoped_ptr(socket));
129 delegate_->DidAccept(NULL, make_scoped_ptr(socket));
139 delegate_->DidAccept(NULL, make_scoped_ptr(socket));
154 delegate_->DidAccept(NULL, make_scoped_ptr(socket));
/external/chromium_org/cc/test/
H A Dfake_picture_layer_impl.h17 return make_scoped_ptr(new FakePictureLayerImpl(tree_impl, id));
23 return make_scoped_ptr(new FakePictureLayerImpl(tree_impl, id, pile));
32 return make_scoped_ptr(
/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store.cc57 return MakeReadResult(make_scoped_ptr(settings));
64 return MakeReadResult(make_scoped_ptr(storage_.DeepCopy()));
136 return make_scoped_ptr(new ValueStore::Error(
/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.cc59 return make_scoped_ptr(
84 return make_scoped_ptr(
111 return make_scoped_ptr(
138 return make_scoped_ptr(
163 return make_scoped_ptr(new KeyframedColorAnimationCurve);
210 return make_scoped_ptr(new KeyframedFloatAnimationCurve);
255 return make_scoped_ptr(new KeyframedTransformAnimationCurve);
377 return make_scoped_ptr(new KeyframedFilterAnimationCurve);
H A Dscrollbar_animation_controller_linear_fade.cc19 return make_scoped_ptr(new ScrollbarAnimationControllerLinearFade(
/external/chromium_org/cc/output/
H A Ddelegating_renderer.cc28 return make_scoped_ptr(new DelegatingRenderer(
84 delegated_frame_data_ = make_scoped_ptr(new DelegatedFrameData);
/external/chromium_org/cc/resources/
H A Dprioritized_resource.h30 return make_scoped_ptr(new PrioritizedResource(manager, size, format));
34 return make_scoped_ptr(
H A Dtexture_uploader.h33 return make_scoped_ptr(new TextureUploader(gl));
59 return make_scoped_ptr(new Query(gl));
H A Dresource_pool.h24 return make_scoped_ptr(new ResourcePool(resource_provider, target, format));
H A Dresource_update_controller.h36 return make_scoped_ptr(new ResourceUpdateController(
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dget_metadata.cc111 callback_.Run(make_scoped_ptr<EntryMetadata>(NULL),
122 callback_.Run(make_scoped_ptr<EntryMetadata>(NULL), error);
/external/chromium_org/chrome/browser/chromeos/net/
H A Dproxy_config_handler.cc62 return make_scoped_ptr(new ProxyConfigDictionary(proxy_dict.get()));
91 return make_scoped_ptr(new ProxyConfigDictionary(&value));
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_provider_host_unittest.cc46 context_->AddProviderHost(make_scoped_ptr(host1.release()));
47 context_->AddProviderHost(make_scoped_ptr(host2.release()));
/external/chromium_org/cc/debug/
H A Dunittest_only_benchmark.cc58 return make_scoped_ptr<MicroBenchmarkImpl>(NULL);
/external/chromium_org/cc/layers/
H A Dnine_patch_layer_impl.h28 return make_scoped_ptr(new NinePatchLayerImpl(tree_impl, id));
H A Dtexture_layer_impl.h21 return make_scoped_ptr(new TextureLayerImpl(tree_impl, id));
H A Dui_resource_layer_impl.h27 return make_scoped_ptr(new UIResourceLayerImpl(tree_impl, id));
/external/chromium_org/cc/trees/
H A Dblocking_task_runner.cc18 return make_scoped_ptr(new BlockingTaskRunner(task_runner));
/external/chromium_org/chrome/browser/policy/cloud/
H A Dpolicy_header_service_factory.cc105 scoped_ptr<PolicyHeaderService> service = make_scoped_ptr(
/external/chromium_org/chrome/browser/policy/
H A Djavascript_policy_handler_unittest.cc18 handler_list_.AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Djson_response_fetcher.cc55 callback_.Run(make_scoped_ptr(
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_unittest.cc64 make_scoped_ptr(new SearchTermsData), NULL,

Completed in 284 milliseconds

1234567891011>>