/external/chromium_org/content/child/service_worker/ |
web_service_worker_provider_impl.h | 10 #include "base/memory/scoped_ptr.h" 27 scoped_ptr<blink::WebServiceWorkerProviderClient> client); 42 scoped_ptr<blink::WebServiceWorkerProviderClient> client_;
|
/external/chromium_org/content/public/test/ |
unittest_test_suite.h | 9 #include "base/memory/scoped_ptr.h" 31 scoped_ptr<base::TestSuite> test_suite_; 35 scoped_ptr<UnitTestWebKitPlatformSupport> webkit_platform_support_;
|
/external/chromium_org/content/renderer/media/ |
active_loader.h | 9 #include "base/memory/scoped_ptr.h" 24 explicit ActiveLoader(scoped_ptr<blink::WebURLLoader> loader); 34 scoped_ptr<blink::WebURLLoader> loader_;
|
/external/chromium_org/content/test/ |
content_browser_test.h | 8 #include "base/memory/scoped_ptr.h" 42 scoped_ptr<ShellMainDelegate> shell_main_delegate_; 49 scoped_ptr<ContentRendererClient> single_process_renderer_client_;
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
forward_render_model.h | 11 #include "base/memory/scoped_ptr.h" 27 scoped_ptr<ForwardRenderNodeVisitor> visitor_; 28 scoped_ptr<TextureGenerator> textures_;
|
/external/chromium_org/media/cast/audio_receiver/ |
audio_receiver.h | 11 #include "base/memory/scoped_ptr.h" 85 scoped_ptr<EncodedAudioFrame>* encoded_frame); 93 scoped_ptr<PcmAudioFrame> audio_frame, uint32 rtp_timestamp, 103 bool DecryptAudioFrame(scoped_ptr<EncodedAudioFrame>* audio_frame); 123 scoped_ptr<Framer> audio_buffer_; 124 scoped_ptr<AudioDecoder> audio_decoder_; 125 scoped_ptr<LocalRtpAudioData> incoming_payload_callback_; 126 scoped_ptr<LocalRtpAudioFeedback> incoming_payload_feedback_; 127 scoped_ptr<RtpReceiver> rtp_receiver_; 128 scoped_ptr<Rtcp> rtcp_ [all...] |
/external/chromium_org/media/cast/rtp_receiver/ |
rtp_receiver.h | 10 #include "base/memory/scoped_ptr.h" 49 scoped_ptr<ReceiverStats> stats_; 50 scoped_ptr<RtpParser> parser_;
|
/external/chromium_org/media/cast/video_receiver/ |
video_receiver.h | 11 #include "base/memory/scoped_ptr.h" 65 scoped_ptr<EncodedVideoFrame> encoded_frame, 76 scoped_ptr<EncodedVideoFrame> encoded_frame, 79 bool DecryptVideoFrame(scoped_ptr<EncodedVideoFrame>* video_frame); 83 scoped_ptr<EncodedVideoFrame>* encoded_frame, 105 scoped_ptr<VideoDecoder> video_decoder_; 107 scoped_ptr<Framer> framer_; 111 scoped_ptr<LocalRtpVideoData> incoming_payload_callback_; 112 scoped_ptr<LocalRtpVideoFeedback> incoming_payload_feedback_; 114 scoped_ptr<Rtcp> rtcp_ [all...] |
/external/chromium_org/media/midi/ |
midi_manager_win.h | 11 #include "base/memory/scoped_ptr.h" 32 std::vector<scoped_ptr<InDeviceInfo> > in_devices_; 33 std::vector<scoped_ptr<OutDeviceInfo> > out_devices_;
|
/external/chromium_org/net/http/ |
http_network_session_peer.cc | 24 scoped_ptr<ClientSocketPoolManager> socket_pool_manager) { 33 scoped_ptr<HttpStreamFactory> http_stream_factory) { 38 scoped_ptr<HttpStreamFactory> http_stream_factory) {
|
/external/chromium_org/net/socket/ |
ssl_server_socket_openssl.cc | 19 scoped_ptr<SSLServerSocket> CreateSSLServerSocket( 20 scoped_ptr<StreamSocket> socket, 25 return scoped_ptr<SSLServerSocket>();
|
/external/chromium_org/remoting/client/ |
audio_decode_scheduler.h | 9 #include "base/memory/scoped_ptr.h" 31 scoped_ptr<AudioPlayer> audio_player); 38 virtual void ProcessAudioPacket(scoped_ptr<AudioPacket> packet,
|
/external/chromium_org/remoting/host/ |
input_injector.h | 9 #include "base/memory/scoped_ptr.h" 26 static scoped_ptr<InputInjector> Create( 32 scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
|
/external/chromium_org/ui/app_list/views/ |
app_list_menu_views.h | 8 #include "base/memory/scoped_ptr.h" 35 scoped_ptr<views::MenuModelAdapter> menu_delegate_; 37 scoped_ptr<views::MenuRunner> menu_runner_;
|
progress_bar_view.h | 9 #include "base/memory/scoped_ptr.h" 29 scoped_ptr<views::Painter> background_painter_; 30 scoped_ptr<views::Painter> bar_painter_;
|
/external/chromium_org/ui/base/l10n/ |
l10n_util_plurals.h | 14 #include "base/memory/scoped_ptr.h" 21 scoped_ptr<icu::PluralRules> BuildPluralRules(); 25 scoped_ptr<icu::PluralFormat> BuildPluralFormat(
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_animation_curve_common.cc | 11 scoped_ptr<cc::TimingFunction> CreateTimingFunction( 23 return scoped_ptr<cc::TimingFunction>(); 25 return scoped_ptr<cc::TimingFunction>();
|
web_animation_impl.h | 8 #include "base/memory/scoped_ptr.h" 39 scoped_ptr<cc::Animation> PassAnimation(); 42 scoped_ptr<cc::Animation> animation_;
|
web_external_bitmap_impl.h | 9 #include "base/memory/scoped_ptr.h" 19 typedef scoped_ptr<base::SharedMemory> (*SharedMemoryAllocationFunction)( 39 scoped_ptr<base::SharedMemory> shared_memory_;
|
web_filter_animation_curve_impl.h | 8 #include "base/memory/scoped_ptr.h" 39 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const; 42 scoped_ptr<cc::KeyframedFilterAnimationCurve> curve_;
|
web_float_animation_curve_impl.h | 8 #include "base/memory/scoped_ptr.h" 41 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const; 44 scoped_ptr<cc::KeyframedFloatAnimationCurve> curve_;
|
web_transform_animation_curve_impl.h | 8 #include "base/memory/scoped_ptr.h" 40 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const; 43 scoped_ptr<cc::KeyframedTransformAnimationCurve> curve_;
|
/external/chromium/googleurl/base/ |
scoped_ptr.h | 12 // See http://www.boost.org/libs/smart_ptr/scoped_ptr.htm for documentation. 15 // scoped_ptr mimics a built-in pointer except that it guarantees deletion 16 // of the object pointed to, either on destruction of the scoped_ptr or via 17 // an explicit reset(). scoped_ptr is a simple solution for simple needs; 21 // If your scoped_ptr is a class member of class FOO pointing to a 23 // version of the destructor. The destructor of a scoped_ptr (called from 36 // scoped_ptr<BAR> bar_; 48 class scoped_ptr { class 53 scoped_ptr(scoped_ptr const &) 60 explicit scoped_ptr(T* p = 0): ptr(p) {} function in class:scoped_ptr [all...] |
/external/chromium_org/cc/animation/ |
animation_unittest.cc | 14 scoped_ptr<Animation> CreateAnimation(int iterations, double duration) { 15 scoped_ptr<Animation> to_return(Animation::Create( 25 scoped_ptr<Animation> CreateAnimation(int iterations) { 30 scoped_ptr<Animation> anim(CreateAnimation(0)); 37 scoped_ptr<Animation> anim(CreateAnimation(1)); 45 scoped_ptr<Animation> anim(CreateAnimation(-1)); 53 scoped_ptr<Animation> anim(CreateAnimation(-1)); 62 scoped_ptr<Animation> anim(CreateAnimation(1)); 72 scoped_ptr<Animation> anim(CreateAnimation(1)); 82 scoped_ptr<Animation> anim(CreateAnimation(1)) [all...] |
/external/chromium_org/cc/layers/ |
painted_scrollbar_layer.h | 22 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) 26 scoped_ptr<Scrollbar> scrollbar, 52 PaintedScrollbarLayer(scoped_ptr<Scrollbar> scrollbar, int scroll_layer_id); 81 scoped_ptr<Scrollbar> scrollbar_; 93 scoped_ptr<ScopedUIResource> track_resource_; 94 scoped_ptr<ScopedUIResource> thumb_resource_;
|