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

1 2 3 4 5 6 7 8

  /external/chromium_org/net/cert/
cert_database.cc 28 observer_list_->Notify(&Observer::OnCertAdded, make_scoped_refptr(cert));
32 observer_list_->Notify(&Observer::OnCertRemoved, make_scoped_refptr(cert));
38 &Observer::OnCACertChanged, make_scoped_refptr(cert));
  /external/chromium_org/chrome/test/chromedriver/net/
sync_websocket_factory.cc 23 return base::Bind(&CreateSyncWebSocket, make_scoped_refptr(getter));
  /external/chromium_org/cc/test/
fake_delegated_renderer_layer.h 16 return make_scoped_refptr(
fake_picture_layer.h 17 return make_scoped_refptr(new FakePictureLayer(client));
scheduler_test_common.h 33 return make_scoped_refptr(new FakeDelayBasedTimeSource(interval,
fake_content_layer.h 16 return make_scoped_refptr(new FakeContentLayer(client));
fake_painted_scrollbar_layer.cc 19 return make_scoped_refptr(new FakePaintedScrollbarLayer(
  /external/chromium_org/media/base/
data_buffer.cc 45 return make_scoped_refptr(new DataBuffer(data, size));
50 return make_scoped_refptr(new DataBuffer(NULL, 0));
decoder_buffer.cc 55 return make_scoped_refptr(new DecoderBuffer(data, data_size, NULL, 0));
66 return make_scoped_refptr(new DecoderBuffer(data, data_size,
72 return make_scoped_refptr(new DecoderBuffer(NULL, 0, NULL, 0));
  /external/chromium_org/cc/layers/
solid_color_layer.cc 17 return make_scoped_refptr(new SolidColorLayer());
surface_layer.cc 12 return make_scoped_refptr(new SurfaceLayer);
video_layer.cc 12 return make_scoped_refptr(new VideoLayer(provider));
io_surface_layer.cc 12 return make_scoped_refptr(new IOSurfaceLayer());
nine_patch_layer.cc 18 return make_scoped_refptr(new NinePatchLayer());
heads_up_display_layer.cc 16 return make_scoped_refptr(new HeadsUpDisplayLayer());
heads_up_display_unittest.cc 24 return make_scoped_refptr(new DrawsContentLayer());
  /external/chromium_org/content/public/test/
test_file_system_context.cc 36 make_scoped_refptr(new MockSpecialStoragePolicy()).get(),
54 make_scoped_refptr(new MockSpecialStoragePolicy()).get(),
70 make_scoped_refptr(new MockSpecialStoragePolicy()).get(),
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_io.cc 65 io_list_.erase(make_scoped_refptr(operation));
100 io_list_.erase(make_scoped_refptr(operation));
107 io_list_.insert(make_scoped_refptr(operation));
  /external/chromium_org/content/child/
worker_thread_task_runner.cc 20 return make_scoped_refptr(new WorkerThreadTaskRunner(worker_thread_id));
  /external/chromium_org/chrome/browser/printing/
print_job_worker.cc 103 base::Bind(&HoldRefCallback, make_scoped_refptr(owner_),
112 base::Bind(&HoldRefCallback, make_scoped_refptr(owner_),
126 make_scoped_refptr(owner_),
153 make_scoped_refptr(owner_), printing_context_->settings(),
177 base::Bind(&HoldRefCallback, make_scoped_refptr(owner_),
293 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
307 FROM_HERE, base::Bind(NotificationCallback, make_scoped_refptr(owner_),
309 make_scoped_refptr(page)));
345 base::Bind(NotificationCallback, make_scoped_refptr(owner_),
347 make_scoped_refptr(page)))
    [all...]
  /external/chromium_org/content/browser/appcache/
mock_appcache_storage.cc 59 make_scoped_refptr(GetOrCreateDelegateReference(delegate))));
69 make_scoped_refptr(GetOrCreateDelegateReference(delegate))));
83 make_scoped_refptr(GetOrCreateDelegateReference(delegate))));
97 weak_factory_.GetWeakPtr(), make_scoped_refptr(group),
98 make_scoped_refptr(newest_cache),
99 make_scoped_refptr(GetOrCreateDelegateReference(delegate))));
112 make_scoped_refptr(GetOrCreateDelegateReference(delegate))));
158 make_scoped_refptr(group),
159 make_scoped_refptr(GetOrCreateDelegateReference(delegate)),
478 StoredCacheMap::value_type(cache_id, make_scoped_refptr(cache)))
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.cc 86 this, source_url, make_scoped_refptr(file_system_context));
114 this, make_scoped_refptr(file_system_context),
117 this, make_scoped_refptr(file_system_context),
133 this, make_scoped_refptr(file_system_context),
160 this, make_scoped_refptr(file_system_context),
205 this, make_scoped_refptr(file_system_context),
229 make_scoped_refptr(file_system_context), url,
241 this, make_scoped_refptr(file_system_context),
282 make_scoped_refptr(file_system_context),
347 make_scoped_refptr(file_system_context)
    [all...]
  /external/chromium_org/content/browser/
plugin_loader_posix.cc 45 make_scoped_refptr(this)));
53 make_scoped_refptr(this), callback));
111 make_scoped_refptr(this)));
  /external/chromium_org/content/browser/service_worker/
service_worker_context_wrapper.cc 147 make_scoped_refptr(database_task_runner),
148 make_scoped_refptr(disk_cache_thread),
149 make_scoped_refptr(quota_manager_proxy)));
  /external/chromium_org/webkit/browser/quota/
quota_manager_proxy.cc 27 make_scoped_refptr(original_task_runner),
133 make_scoped_refptr(original_task_runner),
144 make_scoped_refptr(original_task_runner), callback));

Completed in 1474 milliseconds

1 2 3 4 5 6 7 8