/external/chromium_org/content/browser/devtools/ |
D | renderer_overrides_handler.h | 56 scoped_refptr<DevToolsProtocol::Response> 58 scoped_refptr<DevToolsProtocol::Command> command); 61 scoped_refptr<DevToolsProtocol::Response> CanEmulateNetworkConditions( 62 scoped_refptr<DevToolsProtocol::Command> command); 63 scoped_refptr<DevToolsProtocol::Response> ClearBrowserCache( 64 scoped_refptr<DevToolsProtocol::Command> command); 65 scoped_refptr<DevToolsProtocol::Response> ClearBrowserCookies( 66 scoped_refptr<DevToolsProtocol::Command> command); 69 scoped_refptr<DevToolsProtocol::Response> PageEnable( 70 scoped_refptr<DevToolsProtocol::Command> command); [all …]
|
D | devtools_protocol.h | 56 scoped_refptr<Response> SuccessResponse(base::DictionaryValue* result); 59 scoped_refptr<Response> InternalErrorResponse(const std::string& message); 62 scoped_refptr<Response> InvalidParamResponse(const std::string& param); 65 scoped_refptr<Response> NoSuchMethodErrorResponse(); 68 scoped_refptr<Response> ServerErrorResponse(const std::string& message); 71 scoped_refptr<Response> AsyncResponsePromise(); 128 typedef base::Callback<scoped_refptr<DevToolsProtocol::Response>( 129 scoped_refptr<DevToolsProtocol::Command> command)> CommandHandler; 133 virtual scoped_refptr<DevToolsProtocol::Response> HandleCommand( 134 scoped_refptr<DevToolsProtocol::Command> command); [all …]
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_pixeltest_readback.cc | 103 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F() 106 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F() 117 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F() 120 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F() 131 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F() 134 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F() 145 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F() 148 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F() 160 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F() 163 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F() [all …]
|
D | layer_tree_host_pixeltest_masks.cc | 52 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F() 55 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( in TEST_F() 60 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F() 73 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F() 76 scoped_refptr<ImageLayer> mask = ImageLayer::Create(); in TEST_F() 91 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( in TEST_F() 103 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F() 107 scoped_refptr<Layer> clip = Layer::Create(); in TEST_F() 113 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( in TEST_F() 118 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F() [all …]
|
/external/chromium_org/remoting/host/ |
D | chromoting_host_context.h | 31 scoped_refptr<AutoThreadTaskRunner> ui_task_runner); 34 scoped_refptr<AutoThreadTaskRunner> audio_task_runner(); 39 scoped_refptr<AutoThreadTaskRunner> file_task_runner(); 45 scoped_refptr<AutoThreadTaskRunner> input_task_runner(); 50 scoped_refptr<AutoThreadTaskRunner> network_task_runner(); 53 scoped_refptr<AutoThreadTaskRunner> ui_task_runner(); 57 scoped_refptr<AutoThreadTaskRunner> video_capture_task_runner(); 60 scoped_refptr<AutoThreadTaskRunner> video_encode_task_runner(); 62 scoped_refptr<net::URLRequestContextGetter> url_request_context_getter(); 68 scoped_refptr<AutoThreadTaskRunner> audio_task_runner_; [all …]
|
D | basic_desktop_environment.h | 48 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, 49 scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, 50 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner); 52 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner() const { in caller_task_runner() 56 scoped_refptr<base::SingleThreadTaskRunner> input_task_runner() const { in input_task_runner() 60 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner() const { in ui_task_runner() 71 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_; 74 scoped_refptr<base::SingleThreadTaskRunner> input_task_runner_; 77 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_; 93 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, [all …]
|
D | chromoting_host.h | 76 scoped_refptr<base::SingleThreadTaskRunner> audio_task_runner, 77 scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, 78 scoped_refptr<base::SingleThreadTaskRunner> video_capture_task_runner, 79 scoped_refptr<base::SingleThreadTaskRunner> video_encode_task_runner, 80 scoped_refptr<base::SingleThreadTaskRunner> network_task_runner, 81 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner); 149 scoped_refptr<protocol::PairingRegistry> pairing_registry() const { in pairing_registry() 153 scoped_refptr<protocol::PairingRegistry> pairing_registry) { in set_pairing_registry() 178 scoped_refptr<base::SingleThreadTaskRunner> audio_task_runner_; 179 scoped_refptr<base::SingleThreadTaskRunner> input_task_runner_; [all …]
|
/external/chromium_org/ppapi/proxy/ |
D | file_io_resource.h | 41 scoped_refptr<TrackedCallback> callback) OVERRIDE; 43 scoped_refptr<TrackedCallback> callback) OVERRIDE; 46 scoped_refptr<TrackedCallback> callback) OVERRIDE; 50 scoped_refptr<TrackedCallback> callback) OVERRIDE; 54 scoped_refptr<TrackedCallback> callback) OVERRIDE; 58 scoped_refptr<TrackedCallback> callback) OVERRIDE; 60 scoped_refptr<TrackedCallback> callback) OVERRIDE; 66 virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) OVERRIDE; 70 scoped_refptr<TrackedCallback> callback) OVERRIDE; 98 const scoped_refptr<FileIOResource::FileHolder>& handle); [all …]
|
D | tcp_socket_resource_base.h | 72 scoped_refptr<TrackedCallback> callback); 75 scoped_refptr<TrackedCallback> callback); 77 scoped_refptr<TrackedCallback> callback); 82 scoped_refptr<TrackedCallback> callback); 88 scoped_refptr<TrackedCallback> callback); 91 scoped_refptr<TrackedCallback> callback); 92 int32_t ListenImpl(int32_t backlog, scoped_refptr<TrackedCallback> callback); 94 scoped_refptr<TrackedCallback> callback); 98 scoped_refptr<TrackedCallback> callback); 100 void PostAbortIfNecessary(scoped_refptr<TrackedCallback>* callback); [all …]
|
D | file_ref_resource.h | 46 scoped_refptr<TrackedCallback> callback) OVERRIDE; 49 scoped_refptr<TrackedCallback> callback) OVERRIDE; 50 virtual int32_t Delete(scoped_refptr<TrackedCallback> callback) OVERRIDE; 52 scoped_refptr<TrackedCallback> callback) OVERRIDE; 54 scoped_refptr<TrackedCallback> callback) OVERRIDE; 57 scoped_refptr<TrackedCallback> callback) OVERRIDE; 68 void RunTrackedCallback(scoped_refptr<TrackedCallback> callback, 72 scoped_refptr<TrackedCallback> callback, 78 scoped_refptr<TrackedCallback> callback, 93 scoped_refptr<StringVar> name_var_; [all …]
|
/external/chromium_org/content/browser/ |
D | byte_stream.cc | 19 typedef std::deque<std::pair<scoped_refptr<net::IOBuffer>, size_t> > 48 ByteStreamWriterImpl(scoped_refptr<base::SequencedTaskRunner> task_runner, 49 scoped_refptr<LifetimeFlag> lifetime_flag, 55 scoped_refptr<base::SequencedTaskRunner> peer_task_runner, 56 scoped_refptr<LifetimeFlag> peer_lifetime_flag); 59 virtual bool Write(scoped_refptr<net::IOBuffer> buffer, 67 static void UpdateWindow(scoped_refptr<LifetimeFlag> lifetime_flag, 81 scoped_refptr<base::SequencedTaskRunner> my_task_runner_; 84 scoped_refptr<LifetimeFlag> my_lifetime_flag_; 92 scoped_refptr<base::SequencedTaskRunner> peer_task_runner_; [all …]
|
/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/ |
D | scoped_refptr.h | 10 class scoped_refptr { 13 scoped_refptr() : ptr_(0) {} in scoped_refptr() function 14 scoped_refptr(T* p) : ptr_(p) {} in scoped_refptr() function 15 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) {} in scoped_refptr() function 18 scoped_refptr(const scoped_refptr<U>& r) in scoped_refptr() function 21 ~scoped_refptr() {} in ~scoped_refptr() 27 scoped_refptr<T>& operator=(T* p) { 31 scoped_refptr<T>& operator=(const scoped_refptr<T>& r) { 35 scoped_refptr<T>& operator=(const scoped_refptr<U>& r) {
|
/external/chromium_org/media/base/ |
D | audio_splicer_unittest.cc | 33 scoped_refptr<AudioBuffer> GetNextInputBuffer(float value) { in GetNextInputBuffer() 37 scoped_refptr<AudioBuffer> GetNextInputBuffer(float value, int frame_size) { in GetNextInputBuffer() 38 scoped_refptr<AudioBuffer> buffer = in GetNextInputBuffer() 51 float GetValue(const scoped_refptr<AudioBuffer>& buffer) { in GetValue() 55 bool VerifyData(const scoped_refptr<AudioBuffer>& buffer, float value) { in VerifyData() 68 void VerifyNextBuffer(const scoped_refptr<AudioBuffer>& input) { in VerifyNextBuffer() 70 scoped_refptr<AudioBuffer> output = splicer_.GetNextBuffer(); in VerifyNextBuffer() 78 const scoped_refptr<AudioBuffer>& overlapped_buffer, in VerifyPreSpliceOutput() 79 const scoped_refptr<AudioBuffer>& overlapping_buffer, in VerifyPreSpliceOutput() 83 scoped_refptr<AudioBuffer> pre_splice_output = splicer_.GetNextBuffer(); in VerifyPreSpliceOutput() [all …]
|
/external/chromium_org/media/blink/ |
D | webmediaplayer_params.h | 41 const scoped_refptr<AudioRendererSink>& audio_renderer_sink, 43 const scoped_refptr<MediaLog>& media_log, 44 const scoped_refptr<GpuVideoAcceleratorFactories>& gpu_factories, 45 const scoped_refptr<base::SingleThreadTaskRunner>& media_task_runner, 46 const scoped_refptr<base::SingleThreadTaskRunner>& compositor_task_runner, 57 const scoped_refptr<AudioRendererSink>& audio_renderer_sink() const { in audio_renderer_sink() 65 const scoped_refptr<MediaLog>& media_log() const { in media_log() 69 const scoped_refptr<GpuVideoAcceleratorFactories>& 74 const scoped_refptr<base::SingleThreadTaskRunner>& 79 const scoped_refptr<base::SingleThreadTaskRunner>& [all …]
|
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
D | scoped_refptr.h | 69 class scoped_refptr { 71 scoped_refptr() : ptr_(NULL) { in scoped_refptr() function 74 scoped_refptr(T* p) : ptr_(p) { in scoped_refptr() function 79 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { in scoped_refptr() function 85 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { in scoped_refptr() function 90 ~scoped_refptr() { in ~scoped_refptr() 110 scoped_refptr<T>& operator=(T* p) { 120 scoped_refptr<T>& operator=(const scoped_refptr<T>& r) { 125 scoped_refptr<T>& operator=(const scoped_refptr<U>& r) { 135 void swap(scoped_refptr<T>& r) { in swap()
|
/external/chromium_org/third_party/webrtc/base/ |
D | scoped_ref_ptr.h | 71 class scoped_refptr { 73 scoped_refptr() : ptr_(NULL) { in scoped_refptr() function 76 scoped_refptr(T* p) : ptr_(p) { in scoped_refptr() function 81 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { in scoped_refptr() function 87 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { in scoped_refptr() function 92 ~scoped_refptr() { in ~scoped_refptr() 112 scoped_refptr<T>& operator=(T* p) { 122 scoped_refptr<T>& operator=(const scoped_refptr<T>& r) { 127 scoped_refptr<T>& operator=(const scoped_refptr<U>& r) { 137 void swap(scoped_refptr<T>& r) { in swap()
|
/external/webrtc/src/system_wrappers/interface/ |
D | scoped_refptr.h | 62 class scoped_refptr { 64 scoped_refptr() : ptr_(NULL) { in scoped_refptr() function 67 scoped_refptr(T* p) : ptr_(p) { in scoped_refptr() function 72 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { in scoped_refptr() function 78 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { in scoped_refptr() function 83 ~scoped_refptr() { in ~scoped_refptr() 103 scoped_refptr<T>& operator=(T* p) { 113 scoped_refptr<T>& operator=(const scoped_refptr<T>& r) { 118 scoped_refptr<T>& operator=(const scoped_refptr<U>& r) { 128 void swap(scoped_refptr<T>& r) { in swap()
|
/external/chromium_org/base/memory/ |
D | ref_counted.h | 270 class scoped_refptr { 274 scoped_refptr() : ptr_(NULL) { 277 scoped_refptr(T* p) : ptr_(p) { 282 scoped_refptr(const scoped_refptr<T>& r) : ptr_(r.ptr_) { 288 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) { 293 ~scoped_refptr() { 316 scoped_refptr<T>& operator=(T* p) { 327 scoped_refptr<T>& operator=(const scoped_refptr<T>& r) { 332 scoped_refptr<T>& operator=(const scoped_refptr<U>& r) { 342 void swap(scoped_refptr<T>& r) { [all …]
|
/external/chromium_org/base/prefs/ |
D | pref_service_factory.h | 30 void set_managed_prefs(const scoped_refptr<PrefStore>& managed_prefs) { in set_managed_prefs() 34 const scoped_refptr<PrefStore>& supervised_user_prefs) { in set_supervised_user_prefs() 37 void set_extension_prefs(const scoped_refptr<PrefStore>& extension_prefs) { in set_extension_prefs() 41 const scoped_refptr<PrefStore>& command_line_prefs) { in set_command_line_prefs() 44 void set_user_prefs(const scoped_refptr<PersistentPrefStore>& user_prefs) { in set_user_prefs() 48 const scoped_refptr<PrefStore>& recommended_prefs) { in set_recommended_prefs() 73 scoped_refptr<PrefStore> managed_prefs_; 74 scoped_refptr<PrefStore> supervised_user_prefs_; 75 scoped_refptr<PrefStore> extension_prefs_; 76 scoped_refptr<PrefStore> command_line_prefs_; [all …]
|
/external/chromium_org/content/browser/streams/ |
D | stream_unittest.cc | 25 scoped_refptr<net::IOBuffer> NewIOBuffer(size_t buffer_size) { in NewIOBuffer() 26 scoped_refptr<net::IOBuffer> buffer(new net::IOBuffer(buffer_size)); in NewIOBuffer() 50 scoped_refptr<net::IOBuffer> buffer(new net::IOBuffer(kBufferSize)); in Read() 83 scoped_refptr<net::GrowableIOBuffer> buffer() { return buffer_; } in buffer() 90 scoped_refptr<net::GrowableIOBuffer> buffer_; 100 scoped_refptr<net::IOBuffer> buffer, in Write() 117 scoped_refptr<Stream> stream( in TEST_F() 128 scoped_refptr<Stream> stream( in TEST_F() 140 scoped_refptr<Stream> stream( in TEST_F() 154 scoped_refptr<Stream> stream( in TEST_F() [all …]
|
/external/chromium_org/cc/layers/ |
D | layer_iterator_unittest.cc | 26 static scoped_refptr<TestLayer> Create() { in Create() 103 scoped_refptr<TestLayer> root_layer = TestLayer::Create(); in TEST() 104 scoped_refptr<TestLayer> first = TestLayer::Create(); in TEST() 105 scoped_refptr<TestLayer> second = TestLayer::Create(); in TEST() 106 scoped_refptr<TestLayer> third = TestLayer::Create(); in TEST() 107 scoped_refptr<TestLayer> fourth = TestLayer::Create(); in TEST() 132 scoped_refptr<TestLayer> root_layer = TestLayer::Create(); in TEST() 133 scoped_refptr<TestLayer> root1 = TestLayer::Create(); in TEST() 134 scoped_refptr<TestLayer> root2 = TestLayer::Create(); in TEST() 135 scoped_refptr<TestLayer> root3 = TestLayer::Create(); in TEST() [all …]
|
D | layer_unittest.cc | 136 scoped_refptr<Layer> parent_; 137 scoped_refptr<Layer> child1_; 138 scoped_refptr<Layer> child2_; 139 scoped_refptr<Layer> child3_; 140 scoped_refptr<Layer> grand_child1_; 141 scoped_refptr<Layer> grand_child2_; 142 scoped_refptr<Layer> grand_child3_; 146 scoped_refptr<Layer> test_layer = Layer::Create(); in TEST_F() 158 scoped_refptr<Layer> parent = Layer::Create(); in TEST_F() 159 scoped_refptr<Layer> child = Layer::Create(); in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/webdata/ |
D | web_data_service_factory.h | 40 virtual scoped_refptr<autofill::AutofillWebDataService> GetAutofillWebData(); 42 virtual scoped_refptr<KeywordWebDataService> GetKeywordWebData(); 44 virtual scoped_refptr<TokenWebData> GetTokenWebData(); 47 virtual scoped_refptr<PasswordWebDataService> GetPasswordWebData(); 51 scoped_refptr<WebDatabaseService> web_database_; 53 scoped_refptr<autofill::AutofillWebDataService> autofill_web_data_; 54 scoped_refptr<KeywordWebDataService> keyword_web_data_; 55 scoped_refptr<TokenWebData> token_web_data_; 58 scoped_refptr<PasswordWebDataService> password_web_data_; 78 static scoped_refptr<autofill::AutofillWebDataService> [all …]
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_database_unittest.cc | 36 scoped_refptr<IndexedDBFakeBackingStore> backing_store = in TEST() 40 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); in TEST() 42 scoped_refptr<IndexedDBDatabase> db = in TEST() 55 scoped_refptr<IndexedDBFakeBackingStore> backing_store = in TEST() 59 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); in TEST() 61 scoped_refptr<IndexedDBDatabase> db = in TEST() 70 scoped_refptr<MockIndexedDBCallbacks> request1(new MockIndexedDBCallbacks()); in TEST() 71 scoped_refptr<MockIndexedDBDatabaseCallbacks> callbacks1( in TEST() 84 scoped_refptr<MockIndexedDBCallbacks> request2(new MockIndexedDBCallbacks()); in TEST() 85 scoped_refptr<MockIndexedDBDatabaseCallbacks> callbacks2( in TEST() [all …]
|
/external/chromium_org/cc/resources/ |
D | prioritized_tile_set_unittest.cc | 24 bool operator()(const scoped_refptr<Tile>& a, in operator ()() 25 const scoped_refptr<Tile>& b) const { in operator ()() 72 scoped_refptr<Tile> CreateTile() { in CreateTile() 81 void ReleaseTiles(std::vector<scoped_refptr<Tile> >* tiles) { in ReleaseTiles() 82 for (std::vector<scoped_refptr<Tile> >::iterator it = tiles->begin(); in ReleaseTiles() 100 scoped_refptr<FakePicturePileImpl> picture_pile_; 115 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() 135 std::vector<scoped_refptr<Tile> > tiles; in TEST_F() 138 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() 169 std::vector<scoped_refptr<Tile> > tiles; in TEST_F() [all …]
|