Searched refs:make_scoped_ptr (Results 1 - 25 of 556) sorted by path

1234567891011>>

/external/ceres-solver/include/ceres/internal/
H A Dscoped_ptr.h33 // scoped_array, scoped_ptr_malloc, and make_scoped_ptr.
51 scoped_ptr<C> make_scoped_ptr(C *);
131 friend scoped_ptr<C> make_scoped_ptr<C>(C *p);
171 scoped_ptr<C> make_scoped_ptr(C *p) { function in namespace:ceres::internal
/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc569 preferences_populater_ = make_scoped_ptr(native_factory_->
H A Daw_web_resource_response.cc83 make_scoped_ptr(
H A Dgpu_memory_buffer_factory_impl.cc86 return make_scoped_ptr(
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc159 return make_scoped_ptr(new InputStreamReader(stream));
H A Dandroid_stream_reader_url_request_job_unittest.cc78 return make_scoped_ptr<InputStream>(new NotImplInputStream());
114 return make_scoped_ptr<InputStream>(NULL);
210 make_scoped_ptr(new StreamReaderDelegate())
269 make_scoped_ptr(new NullStreamReaderDelegate())
287 make_scoped_ptr(new HeaderAlteringStreamReaderDelegate())
H A Daw_url_request_context_getter.cc165 job_factory.Pass(), make_scoped_ptr(*i)));
/external/chromium_org/android_webview/native/
H A Dandroid_protocol_handler.cc158 return make_scoped_ptr<InputStream>(new InputStreamImpl(stream));
290 return make_scoped_ptr<net::URLRequestInterceptor>(
H A Daw_contents.cc217 make_scoped_ptr(new InterceptNavigationDelegate(
H A Daw_web_contents_delegate.cc149 make_scoped_ptr(new_contents));
H A Daw_web_resource_response_impl.cc35 return make_scoped_ptr<InputStream>(new InputStreamImpl(jstream));
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc104 return make_scoped_ptr<WindowResizer>(window_resizer);
/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem_allocator.cc127 return make_scoped_ptr(new AshmemRegion(fd, size, base, allocator));
H A Dscoped_ptr.h574 // Doing e.g. make_scoped_ptr(new FooBarBaz<type>(arg)) is a shorter notation
577 scoped_ptr<T> make_scoped_ptr(T* ptr) { function
/external/chromium_org/base/prefs/
H A Dpref_registry.cc40 defaults_->ReplaceDefaultValue(pref_name, make_scoped_ptr(value));
52 defaults_->SetDefaultValue(path, make_scoped_ptr(default_value));
/external/chromium_org/cc/animation/
H A Danimation.cc52 return make_scoped_ptr(new Animation(curve.Pass(),
H A Danimation_registrar.h22 return make_scoped_ptr(new AnimationRegistrar());
H A Danimation_unittest.cc25 make_scoped_ptr(
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 Dlayer_animation_controller_unittest.cc183 make_scoped_ptr(new AnimationEventsVector));
357 make_scoped_ptr(new AnimationEventsVector));
430 make_scoped_ptr(new AnimationEventsVector));
462 make_scoped_ptr(new AnimationEventsVector));
497 make_scoped_ptr(new AnimationEventsVector));
553 make_scoped_ptr(new AnimationEventsVector));
601 make_scoped_ptr(new AnimationEventsVector));
658 make_scoped_ptr(new AnimationEventsVector));
740 make_scoped_ptr(new AnimationEventsVector));
820 make_scoped_ptr(ne
[all...]
H A Dscroll_offset_animation_curve.cc50 return make_scoped_ptr(
H A Dscrollbar_animation_controller_linear_fade.cc19 return make_scoped_ptr(new ScrollbarAnimationControllerLinearFade(
H A Dscrollbar_animation_controller_thinning.cc25 return make_scoped_ptr(new ScrollbarAnimationControllerThinning(
H A Dtiming_function.cc17 return make_scoped_ptr(new CubicBezierTimingFunction(x1, y1, x2, y2));
45 return make_scoped_ptr(new CubicBezierTimingFunction(*this))
/external/chromium_org/cc/base/
H A Dscoped_ptr_vector_unittest.cc15 static scoped_ptr<Data> Create(int i) { return make_scoped_ptr(new Data(i)); }

Completed in 406 milliseconds

1234567891011>>