impl_              16 base/files/file_path_watcher.cc   impl_->Cancel();
impl_              36 base/files/file_path_watcher.cc   return impl_->Watch(path, recursive, callback);
impl_             101 base/files/file_path_watcher.h   scoped_refptr<PlatformDelegate> impl_;
impl_             515 base/files/file_path_watcher_kqueue.cc   impl_ = new FilePathWatcherImpl();
impl_             490 base/files/file_path_watcher_linux.cc   impl_ = new FilePathWatcherImpl();
impl_              33 base/files/file_path_watcher_stub.cc   impl_ = new FilePathWatcherImpl();
impl_             289 base/files/file_path_watcher_win.cc   impl_ = new FilePathWatcherImpl();
impl_             322 base/memory/scoped_ptr.h   scoped_ptr() : impl_(NULL) { }
impl_             325 base/memory/scoped_ptr.h   explicit scoped_ptr(element_type* p) : impl_(p) { }
impl_             328 base/memory/scoped_ptr.h   scoped_ptr(element_type* p, const D& d) : impl_(p, d) { }
impl_             341 base/memory/scoped_ptr.h   scoped_ptr(scoped_ptr<U, V> other) : impl_(&other.impl_) {
impl_             346 base/memory/scoped_ptr.h   scoped_ptr(RValue rvalue) : impl_(&rvalue.object->impl_) { }
impl_             361 base/memory/scoped_ptr.h     impl_.TakeState(&rhs.impl_);
impl_             367 base/memory/scoped_ptr.h   void reset(element_type* p = NULL) { impl_.reset(p); }
impl_             372 base/memory/scoped_ptr.h     assert(impl_.get() != NULL);
impl_             373 base/memory/scoped_ptr.h     return *impl_.get();
impl_             376 base/memory/scoped_ptr.h     assert(impl_.get() != NULL);
impl_             377 base/memory/scoped_ptr.h     return impl_.get();
impl_             379 base/memory/scoped_ptr.h   element_type* get() const { return impl_.get(); }
impl_             382 base/memory/scoped_ptr.h   deleter_type& get_deleter() { return impl_.get_deleter(); }
impl_             383 base/memory/scoped_ptr.h   const deleter_type& get_deleter() const { return impl_.get_deleter(); }
impl_             397 base/memory/scoped_ptr.h   operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
impl_             402 base/memory/scoped_ptr.h   bool operator==(const element_type* p) const { return impl_.get() == p; }
impl_             403 base/memory/scoped_ptr.h   bool operator!=(const element_type* p) const { return impl_.get() != p; }
impl_             407 base/memory/scoped_ptr.h     impl_.swap(p2.impl_);
impl_             416 base/memory/scoped_ptr.h     return impl_.release();
impl_             433 base/memory/scoped_ptr.h   base::internal::scoped_ptr_impl<element_type, deleter_type> impl_;
impl_             456 base/memory/scoped_ptr.h   scoped_ptr() : impl_(NULL) { }
impl_             474 base/memory/scoped_ptr.h   explicit scoped_ptr(element_type* array) : impl_(array) { }
impl_             477 base/memory/scoped_ptr.h   scoped_ptr(RValue rvalue) : impl_(&rvalue.object->impl_) { }
impl_             481 base/memory/scoped_ptr.h     impl_.TakeState(&rhs.object->impl_);
impl_             487 base/memory/scoped_ptr.h   void reset(element_type* array = NULL) { impl_.reset(array); }
impl_             491 base/memory/scoped_ptr.h     assert(impl_.get() != NULL);
impl_             492 base/memory/scoped_ptr.h     return impl_.get()[i];
impl_             494 base/memory/scoped_ptr.h   element_type* get() const { return impl_.get(); }
impl_             497 base/memory/scoped_ptr.h   deleter_type& get_deleter() { return impl_.get_deleter(); }
impl_             498 base/memory/scoped_ptr.h   const deleter_type& get_deleter() const { return impl_.get_deleter(); }
impl_             507 base/memory/scoped_ptr.h   operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
impl_             512 base/memory/scoped_ptr.h   bool operator==(element_type* array) const { return impl_.get() == array; }
impl_             513 base/memory/scoped_ptr.h   bool operator!=(element_type* array) const { return impl_.get() != array; }
impl_             517 base/memory/scoped_ptr.h     impl_.swap(p2.impl_);
impl_             526 base/memory/scoped_ptr.h     return impl_.release();
impl_             534 base/memory/scoped_ptr.h   base::internal::scoped_ptr_impl<element_type, deleter_type> impl_;
impl_             103 base/synchronization/condition_variable.h   ConditionVarImpl* impl_;
impl_             641 base/synchronization/condition_variable_win.cc     : impl_(NULL) {
impl_             644 base/synchronization/condition_variable_win.cc     impl_= new WinVistaCondVar(user_lock);
impl_             646 base/synchronization/condition_variable_win.cc     impl_ = new WinXPCondVar(user_lock);
impl_             650 base/synchronization/condition_variable_win.cc   delete impl_;
impl_             654 base/synchronization/condition_variable_win.cc   impl_->Wait();
impl_             658 base/synchronization/condition_variable_win.cc   impl_->TimedWait(max_time);
impl_             662 base/synchronization/condition_variable_win.cc   impl_->Broadcast();
impl_             666 base/synchronization/condition_variable_win.cc   impl_->Signal();
impl_              67 cc/trees/occlusion_tracker_perftest.cc   DebugScopedSetImplThread impl_;
impl_              91 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc                  base::Unretained(impl_.get()),
impl_             117 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc                  base::Unretained(impl_.get()),
impl_             140 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc                  base::Unretained(impl_.get()),
impl_             163 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc                  base::Unretained(impl_.get()),
impl_             173 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->DirectoryExists(url, callback);
impl_             180 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->FileExists(url, callback);
impl_             187 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->GetMetadata(url, callback);
impl_             197 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->ReadDirectory(url, callback);
impl_             214 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc                  base::Unretained(impl_.get()),
impl_             236 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc                  base::Unretained(impl_.get()),
impl_             259 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc                  base::Unretained(impl_.get()),
impl_             271 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->TouchFile(url, last_access_time, last_modified_time, callback);
impl_             284 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->Cancel(cancel_callback);
impl_             291 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->CreateSnapshotFile(path, callback);
impl_             309 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc                  base::Unretained(impl_.get()),
impl_             319 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->RemoveFile(url, callback);
impl_             326 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->RemoveDirectory(url, callback);
impl_             336 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->CopyFileLocal(src_url, dest_url, option, progress_callback, callback);
impl_             345 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_->MoveFileLocal(src_url, dest_url, option, callback);
impl_             351 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   return impl_->SyncGetPlatformPath(url, platform_path);
impl_             370 chrome/browser/sync_file_system/local/syncable_file_system_operation.cc   impl_.reset(fileapi::FileSystemOperation::Create(
impl_             120 chrome/browser/sync_file_system/local/syncable_file_system_operation.h   scoped_ptr<fileapi::FileSystemOperation> impl_;
impl_              75 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc     return impl_->GetWebDialogDelegate();
impl_              78 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc     return impl_->GetWebDialogDelegate();
impl_              81 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc     return impl_->OnDialogCloseFromWebUI();
impl_              84 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc     return impl_->ReleaseWebContentsOnDialogClose();
impl_              87 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc     return impl_->window();
impl_              90 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc     return impl_->GetWebContents();
impl_              94 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc     impl_->set_window(window);
impl_              98 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc     return impl_->window();
impl_             104 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc   scoped_ptr<ConstrainedWebDialogDelegateGtk> impl_;
impl_             113 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc     : impl_(new ConstrainedWebDialogDelegateGtk(
impl_             131 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc   if (!impl_->closed_via_webui())
impl_              92 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     return impl_->GetWebDialogDelegate();
impl_              95 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     return impl_->GetWebDialogDelegate();
impl_              98 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     return impl_->OnDialogCloseFromWebUI();
impl_             101 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     return impl_->ReleaseWebContentsOnDialogClose();
impl_             104 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     return impl_->window()->GetNativeView();
impl_             107 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     return impl_->GetWebContents();
impl_             115 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     if (!impl_->closed_via_webui())
impl_             125 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     return impl_->closed_via_webui() ? base::string16() :
impl_             137 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     return impl_->GetWebDialogDelegate()->ShouldShowDialogTitle();
impl_             153 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     impl_->window()->Close();
impl_             158 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     if (!impl_->closed_via_webui())
impl_             168 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     impl_->set_window(window);
impl_             172 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc     return impl_->window();
impl_             176 chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc   scoped_ptr<ConstrainedWebDialogDelegateViews> impl_;
impl_             113 content/browser/geolocation/wifi_data_provider.cc   impl_ = (*factory_function_)();
impl_             114 content/browser/geolocation/wifi_data_provider.cc   DCHECK(impl_.get());
impl_             115 content/browser/geolocation/wifi_data_provider.cc   impl_->SetContainer(this);
impl_             119 content/browser/geolocation/wifi_data_provider.cc   DCHECK(impl_.get());
impl_             120 content/browser/geolocation/wifi_data_provider.cc   impl_->SetContainer(NULL);
impl_             124 content/browser/geolocation/wifi_data_provider.cc   return impl_->GetData(data);
impl_             128 content/browser/geolocation/wifi_data_provider.cc   impl_->AddCallback(callback);
impl_             132 content/browser/geolocation/wifi_data_provider.cc   return impl_->RemoveCallback(callback);
impl_             136 content/browser/geolocation/wifi_data_provider.cc   return impl_->has_callbacks();
impl_             140 content/browser/geolocation/wifi_data_provider.cc   impl_->StartDataProvider();
impl_             144 content/browser/geolocation/wifi_data_provider.cc   impl_->StopDataProvider();
impl_             155 content/browser/geolocation/wifi_data_provider.h   scoped_refptr<WifiDataProviderImplBase> impl_;
impl_              75 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc     ScopedGpuDataManagerImpl() : impl_(new GpuDataManagerImpl()) {
impl_              76 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc       EXPECT_TRUE(impl_);
impl_              77 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc       EXPECT_TRUE(impl_->private_.get());
impl_              79 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc     ~ScopedGpuDataManagerImpl() { delete impl_; }
impl_              81 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc     GpuDataManagerImpl* get() const { return impl_; }
impl_              83 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc     GpuDataManagerImpl* operator->() const { return impl_; }
impl_              86 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc     GpuDataManagerImpl* impl_;
impl_              94 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc     ScopedGpuDataManagerImplPrivate() : impl_(new GpuDataManagerImpl()) {
impl_              95 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc       EXPECT_TRUE(impl_);
impl_              96 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc       EXPECT_TRUE(impl_->private_.get());
impl_              98 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc     ~ScopedGpuDataManagerImplPrivate() { delete impl_; }
impl_             101 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc       return impl_->private_.get();
impl_             105 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc       return impl_->private_.get();
impl_             109 content/browser/gpu/gpu_data_manager_impl_private_unittest.cc     GpuDataManagerImpl* impl_;
impl_             307 content/browser/media/capture/web_contents_audio_input_stream.cc     : impl_(new Impl(render_process_id, render_view_id,
impl_             313 content/browser/media/capture/web_contents_audio_input_stream.cc   return impl_->Open();
impl_             317 content/browser/media/capture/web_contents_audio_input_stream.cc   impl_->Start(callback);
impl_             321 content/browser/media/capture/web_contents_audio_input_stream.cc   impl_->Stop();
impl_             325 content/browser/media/capture/web_contents_audio_input_stream.cc   impl_->Close();
impl_             330 content/browser/media/capture/web_contents_audio_input_stream.cc   return impl_->mixer_stream()->GetMaxVolume();
impl_             334 content/browser/media/capture/web_contents_audio_input_stream.cc   impl_->mixer_stream()->SetVolume(volume);
impl_             338 content/browser/media/capture/web_contents_audio_input_stream.cc   return impl_->mixer_stream()->GetVolume();
impl_             342 content/browser/media/capture/web_contents_audio_input_stream.cc   impl_->mixer_stream()->SetAutomaticGainControl(enabled);
impl_             346 content/browser/media/capture/web_contents_audio_input_stream.cc   return impl_->mixer_stream()->GetAutomaticGainControl();
impl_              85 content/browser/media/capture/web_contents_audio_input_stream.h   scoped_refptr<Impl> impl_;
impl_              77 content/child/blink_platform_impl.cc   WebWaitableEventImpl() : impl_(new base::WaitableEvent(false, false)) {}
impl_              80 content/child/blink_platform_impl.cc   virtual void wait() { impl_->Wait(); }
impl_              81 content/child/blink_platform_impl.cc   virtual void signal() { impl_->Signal(); }
impl_              84 content/child/blink_platform_impl.cc     return impl_.get();
impl_              88 content/child/blink_platform_impl.cc   scoped_ptr<base::WaitableEvent> impl_;
impl_              33 content/common/gpu/client/gpu_video_decode_accelerator_host.cc       impl_(impl),
impl_              36 content/common/gpu/client/gpu_video_decode_accelerator_host.cc   DCHECK(impl_);
impl_              37 content/common/gpu/client/gpu_video_decode_accelerator_host.cc   impl_->AddDeletionObserver(this);
impl_              45 content/common/gpu/client/gpu_video_decode_accelerator_host.cc   if (impl_)
impl_              46 content/common/gpu/client/gpu_video_decode_accelerator_host.cc     impl_->RemoveDeletionObserver(this);
impl_              90 content/common/gpu/client/gpu_video_decode_accelerator_host.cc   if (!impl_)
impl_              93 content/common/gpu/client/gpu_video_decode_accelerator_host.cc       impl_->GetRouteID(), profile, &decoder_route_id_));
impl_             178 content/common/gpu/client/gpu_video_decode_accelerator_host.cc   impl_ = NULL;
impl_              86 content/common/gpu/client/gpu_video_decode_accelerator_host.h   CommandBufferProxyImpl* impl_;
impl_              26 content/common/gpu/client/gpu_video_encode_accelerator_host.cc       impl_(impl),
impl_              30 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   DCHECK(impl_);
impl_              31 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   impl_->AddDeletionObserver(this);
impl_              38 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   if (impl_)
impl_              39 content/common/gpu/client/gpu_video_encode_accelerator_host.cc     impl_->RemoveDeletionObserver(this);
impl_              86 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   if (!impl_) {
impl_              90 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   Send(new GpuCommandBufferMsg_CreateVideoEncoder(impl_->GetRouteID(),
impl_             182 content/common/gpu/client/gpu_video_encode_accelerator_host.cc   impl_ = NULL;
impl_             106 content/common/gpu/client/gpu_video_encode_accelerator_host.h   CommandBufferProxyImpl* impl_;
impl_              48 content/public/test/test_browser_thread.cc     : impl_(new TestBrowserThreadImpl(identifier)) {
impl_              53 content/public/test/test_browser_thread.cc     : impl_(new TestBrowserThreadImpl(identifier, message_loop)) {}
impl_              60 content/public/test/test_browser_thread.cc   return impl_->Start();
impl_              66 content/public/test/test_browser_thread.cc   return impl_->StartWithOptions(options);
impl_              70 content/public/test/test_browser_thread.cc   impl_->Stop();
impl_              74 content/public/test/test_browser_thread.cc   return impl_->IsRunning();
impl_              78 content/public/test/test_browser_thread.cc   return impl_.get();
impl_              53 content/public/test/test_browser_thread.h   scoped_ptr<TestBrowserThreadImpl> impl_;
impl_             276 content/renderer/media/rtc_peer_connection_handler.cc     : impl_(impl),
impl_             284 content/renderer/media/rtc_peer_connection_handler.cc   return impl_.hasSelector();
impl_             288 content/renderer/media/rtc_peer_connection_handler.cc   return impl_.component();
impl_             294 content/renderer/media/rtc_peer_connection_handler.cc       impl_.createResponse());
impl_             300 content/renderer/media/rtc_peer_connection_handler.cc   impl_.requestSucceeded(response->webKitStatsResponse());
impl_             305 content/renderer/media/rtc_peer_connection_handler.cc   return impl_;
impl_             311 content/renderer/media/rtc_peer_connection_handler.cc   return impl_.addReport(type, id, timestamp);
impl_             317 content/renderer/media/rtc_peer_connection_handler.cc   impl_.addStatistic(report, name, value);
impl_              31 content/renderer/media/rtc_peer_connection_handler.h       : impl_(impl) {
impl_              46 content/renderer/media/rtc_peer_connection_handler.h   blink::WebRTCStatsResponse impl_;
impl_              66 content/renderer/media/rtc_peer_connection_handler.h   blink::WebRTCStatsRequest impl_;
impl_             528 content/renderer/media/rtc_video_encoder.cc   DCHECK(!impl_);
impl_             539 content/renderer/media/rtc_video_encoder.cc   DCHECK(!impl_);
impl_             542 content/renderer/media/rtc_video_encoder.cc   impl_ = new Impl(weak_factory_.GetWeakPtr(), gpu_factories_);
impl_             548 content/renderer/media/rtc_video_encoder.cc                  impl_,
impl_             568 content/renderer/media/rtc_video_encoder.cc   if (!impl_) {
impl_             580 content/renderer/media/rtc_video_encoder.cc                  impl_,
impl_             596 content/renderer/media/rtc_video_encoder.cc   if (!impl_) {
impl_             609 content/renderer/media/rtc_video_encoder.cc   if (impl_) {
impl_             611 content/renderer/media/rtc_video_encoder.cc         FROM_HERE, base::Bind(&RTCVideoEncoder::Impl::Destroy, impl_));
impl_             612 content/renderer/media/rtc_video_encoder.cc     impl_ = NULL;
impl_             631 content/renderer/media/rtc_video_encoder.cc   if (!impl_) {
impl_             639 content/renderer/media/rtc_video_encoder.cc                  impl_,
impl_             685 content/renderer/media/rtc_video_encoder.cc                  impl_,
impl_             695 content/renderer/media/rtc_video_encoder.cc       FROM_HERE, base::Bind(&RTCVideoEncoder::Impl::Destroy, impl_));
impl_             696 content/renderer/media/rtc_video_encoder.cc   impl_ = NULL;
impl_              94 content/renderer/media/rtc_video_encoder.h   scoped_refptr<Impl> impl_;
impl_              18 content/renderer/media/video_capture_impl_manager.cc     : impl_(impl), destruction_cb_(destruction_cb) {
impl_              28 content/renderer/media/video_capture_impl_manager.cc   impl_->StartCapture(handler, params);
impl_              32 content/renderer/media/video_capture_impl_manager.cc   impl_->StopCapture(handler);
impl_              36 content/renderer/media/video_capture_impl_manager.cc   return impl_->CaptureStarted();
impl_              40 content/renderer/media/video_capture_impl_manager.cc   return impl_->CaptureFrameRate();
impl_              45 content/renderer/media/video_capture_impl_manager.cc   impl_->GetDeviceSupportedFormats(callback);
impl_              50 content/renderer/media/video_capture_impl_manager.cc   impl_->GetDeviceFormatsInUse(callback);
impl_              65 content/renderer/media/video_capture_impl_manager.h   media::VideoCapture* impl_;
impl_              63 content/renderer/shared_worker/embedded_shared_worker_stub.cc   impl_ = blink::WebSharedWorker::create(this);
impl_              67 content/renderer/shared_worker/embedded_shared_worker_stub.cc     impl_->pauseWorkerContextOnStart();
impl_              70 content/renderer/shared_worker/embedded_shared_worker_stub.cc       new SharedWorkerDevToolsAgent(route_id, impl_));
impl_              71 content/renderer/shared_worker/embedded_shared_worker_stub.cc   impl_->startWorkerContext(url, name_,
impl_             180 content/renderer/shared_worker/embedded_shared_worker_stub.cc   impl_->connect(channel);
impl_             204 content/renderer/shared_worker/embedded_shared_worker_stub.cc   impl_->terminateWorkerContext();
impl_              78 content/renderer/shared_worker/embedded_shared_worker_stub.h   blink::WebSharedWorker* impl_;
impl_              40 content/worker/websharedworker_stub.cc   impl_ = blink::WebSharedWorker::create(client());
impl_              44 content/worker/websharedworker_stub.cc     impl_->pauseWorkerContextOnStart();
impl_              46 content/worker/websharedworker_stub.cc   worker_devtools_agent_.reset(new SharedWorkerDevToolsAgent(route_id, impl_));
impl_              48 content/worker/websharedworker_stub.cc   impl_->startWorkerContext(url_, name,
impl_              53 content/worker/websharedworker_stub.cc   impl_->clientDestroyed();
impl_              97 content/worker/websharedworker_stub.cc     impl_->connect(channel);
impl_             115 content/worker/websharedworker_stub.cc   impl_->terminateWorkerContext();
impl_             124 content/worker/websharedworker_stub.cc     impl_->connect(*iter);
impl_              71 content/worker/websharedworker_stub.h   blink::WebSharedWorker* impl_;
impl_             218 media/cast/audio_receiver/audio_decoder.cc       impl_ = new OpusImpl(cast_environment,
impl_             223 media/cast/audio_receiver/audio_decoder.cc       impl_ = new Pcm16Impl(cast_environment,
impl_             236 media/cast/audio_receiver/audio_decoder.cc   if (impl_)
impl_             237 media/cast/audio_receiver/audio_decoder.cc     return impl_->InitializationResult();
impl_             246 media/cast/audio_receiver/audio_decoder.cc   if (!impl_ || impl_->InitializationResult() != STATUS_AUDIO_INITIALIZED) {
impl_             253 media/cast/audio_receiver/audio_decoder.cc                                          impl_,
impl_              54 media/cast/audio_receiver/audio_decoder.h   scoped_refptr<ImplBase> impl_;
impl_             328 media/cast/audio_sender/audio_encoder.cc       impl_ = new OpusImpl(cast_environment,
impl_             335 media/cast/audio_sender/audio_encoder.cc       impl_ = new Pcm16Impl(cast_environment,
impl_             350 media/cast/audio_sender/audio_encoder.cc   if (impl_) {
impl_             351 media/cast/audio_sender/audio_encoder.cc     return impl_->InitializationResult();
impl_             360 media/cast/audio_sender/audio_encoder.cc   if (!impl_) {
impl_             367 media/cast/audio_sender/audio_encoder.cc                                          impl_,
impl_              43 media/cast/audio_sender/audio_encoder.h   scoped_refptr<ImplBase> impl_;
impl_              22 mojo/public/cpp/bindings/lib/shared_ptr.h     impl_.mutable_value()->ptr = ptr;
impl_              28 mojo/public/cpp/bindings/lib/shared_ptr.h     return impl_.value().ptr;
impl_              31 mojo/public/cpp/bindings/lib/shared_ptr.h     return impl_.value().ptr;
impl_              57 mojo/public/cpp/bindings/lib/shared_ptr.h   SharedData<Impl> impl_;
impl_              15 net/dns/mapped_host_resolver.cc     : impl_(impl.Pass()) {
impl_              32 net/dns/mapped_host_resolver.cc   return impl_->Resolve(info, priority, addresses, callback, out_req, net_log);
impl_              43 net/dns/mapped_host_resolver.cc   return impl_->ResolveFromCache(info, addresses, net_log);
impl_              47 net/dns/mapped_host_resolver.cc   impl_->CancelRequest(req);
impl_              51 net/dns/mapped_host_resolver.cc   impl_->SetDnsClientEnabled(enabled);
impl_              55 net/dns/mapped_host_resolver.cc   return impl_->GetHostCache();
impl_              59 net/dns/mapped_host_resolver.cc   return impl_->GetDnsConfigAsValue();
impl_              67 net/dns/mapped_host_resolver.h   scoped_ptr<HostResolver> impl_;
impl_              28 net/http/http_server_properties_impl_unittest.cc   HttpServerPropertiesImpl impl_;
impl_              43 net/http/http_server_properties_impl_unittest.cc   impl_.InitializeSpdyServers(NULL, true);
impl_              44 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_google));
impl_              48 net/http/http_server_properties_impl_unittest.cc   impl_.InitializeSpdyServers(&spdy_servers, true);
impl_              49 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_google));
impl_              54 net/http/http_server_properties_impl_unittest.cc   impl_.InitializeSpdyServers(&spdy_servers1, true);
impl_              55 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google));
impl_              62 net/http/http_server_properties_impl_unittest.cc   impl_.InitializeSpdyServers(&spdy_servers2, true);
impl_              63 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google));
impl_              64 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_docs));
impl_              69 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_empty));
impl_              73 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_google, true);
impl_              74 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google));
impl_              78 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_mail));
impl_              82 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_docs, true);
impl_              83 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_docs));
impl_              86 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google));
impl_              87 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_mail));
impl_              88 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_docs));
impl_              93 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_empty, true);
impl_              94 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_empty));
impl_              98 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_google));
impl_              99 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_google, true);
impl_             100 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google));
impl_             103 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_google, false);
impl_             104 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_google));
impl_             108 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_mail));
impl_             109 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_mail, true);
impl_             110 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_mail));
impl_             111 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_google));
impl_             117 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_google, true);
impl_             119 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_mail, true);
impl_             121 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_google));
impl_             122 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SupportsSpdy(spdy_server_mail));
impl_             124 net/http/http_server_properties_impl_unittest.cc   impl_.Clear();
impl_             125 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_google));
impl_             126 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SupportsSpdy(spdy_server_mail));
impl_             133 net/http/http_server_properties_impl_unittest.cc   impl_.GetSpdyServerList(&spdy_server_list);
impl_             138 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_empty, true);
impl_             139 net/http/http_server_properties_impl_unittest.cc   impl_.GetSpdyServerList(&spdy_server_list);
impl_             152 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_google, false);
impl_             153 net/http/http_server_properties_impl_unittest.cc   impl_.GetSpdyServerList(&spdy_server_list);
impl_             157 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_google, true);
impl_             158 net/http/http_server_properties_impl_unittest.cc   impl_.GetSpdyServerList(&spdy_server_list);
impl_             164 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_mail, false);
impl_             165 net/http/http_server_properties_impl_unittest.cc   impl_.GetSpdyServerList(&spdy_server_list);
impl_             171 net/http/http_server_properties_impl_unittest.cc   impl_.SetSupportsSpdy(spdy_server_mail, true);
impl_             172 net/http/http_server_properties_impl_unittest.cc   impl_.GetSpdyServerList(&spdy_server_list);
impl_             191 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             192 net/http/http_server_properties_impl_unittest.cc   impl_.SetAlternateProtocol(test_host_port_pair, 443, NPN_SPDY_3);
impl_             193 net/http/http_server_properties_impl_unittest.cc   ASSERT_TRUE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             195 net/http/http_server_properties_impl_unittest.cc       impl_.GetAlternateProtocol(test_host_port_pair);
impl_             199 net/http/http_server_properties_impl_unittest.cc   impl_.Clear();
impl_             200 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             205 net/http/http_server_properties_impl_unittest.cc   impl_.SetBrokenAlternateProtocol(test_host_port_pair1);
impl_             207 net/http/http_server_properties_impl_unittest.cc   impl_.SetAlternateProtocol(test_host_port_pair2, 443, NPN_SPDY_3);
impl_             220 net/http/http_server_properties_impl_unittest.cc   impl_.InitializeAlternateProtocolServers(&alternate_protocol_map);
impl_             223 net/http/http_server_properties_impl_unittest.cc   const net::AlternateProtocolMap& map = impl_.alternate_protocol_map();
impl_             230 net/http/http_server_properties_impl_unittest.cc   ASSERT_TRUE(impl_.HasAlternateProtocol(test_host_port_pair1));
impl_             231 net/http/http_server_properties_impl_unittest.cc   ASSERT_TRUE(impl_.HasAlternateProtocol(test_host_port_pair2));
impl_             233 net/http/http_server_properties_impl_unittest.cc       impl_.GetAlternateProtocol(test_host_port_pair1);
impl_             236 net/http/http_server_properties_impl_unittest.cc       impl_.GetAlternateProtocol(test_host_port_pair2);
impl_             243 net/http/http_server_properties_impl_unittest.cc   impl_.SetAlternateProtocol(test_host_port_pair1, 443, NPN_SPDY_3);
impl_             245 net/http/http_server_properties_impl_unittest.cc   impl_.SetAlternateProtocol(test_host_port_pair2, 1234, NPN_SPDY_3);
impl_             247 net/http/http_server_properties_impl_unittest.cc   const net::AlternateProtocolMap& map = impl_.alternate_protocol_map();
impl_             254 net/http/http_server_properties_impl_unittest.cc   ASSERT_TRUE(impl_.HasAlternateProtocol(test_host_port_pair1));
impl_             263 net/http/http_server_properties_impl_unittest.cc   impl_.SetAlternateProtocol(test_host_port_pair1, 443, NPN_SPDY_3);
impl_             265 net/http/http_server_properties_impl_unittest.cc   impl_.SetAlternateProtocol(test_host_port_pair2, 1234, NPN_SPDY_3);
impl_             267 net/http/http_server_properties_impl_unittest.cc   const net::AlternateProtocolMap& map = impl_.alternate_protocol_map();
impl_             275 net/http/http_server_properties_impl_unittest.cc       impl_.GetAlternateProtocol(test_host_port_pair1);
impl_             286 net/http/http_server_properties_impl_unittest.cc   impl_.SetBrokenAlternateProtocol(test_host_port_pair);
impl_             287 net/http/http_server_properties_impl_unittest.cc   ASSERT_TRUE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             289 net/http/http_server_properties_impl_unittest.cc       impl_.GetAlternateProtocol(test_host_port_pair);
impl_             292 net/http/http_server_properties_impl_unittest.cc   impl_.SetAlternateProtocol(
impl_             296 net/http/http_server_properties_impl_unittest.cc   alternate = impl_.GetAlternateProtocol(test_host_port_pair);
impl_             303 net/http/http_server_properties_impl_unittest.cc   impl_.SetBrokenAlternateProtocol(test_host_port_pair);
impl_             304 net/http/http_server_properties_impl_unittest.cc   ASSERT_TRUE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             306 net/http/http_server_properties_impl_unittest.cc       impl_.GetAlternateProtocol(test_host_port_pair);
impl_             308 net/http/http_server_properties_impl_unittest.cc   impl_.ClearAlternateProtocol(test_host_port_pair);
impl_             309 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             322 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             324 net/http/http_server_properties_impl_unittest.cc       impl_.GetAlternateProtocol(test_host_port_pair);
impl_             329 net/http/http_server_properties_impl_unittest.cc   impl_.SetAlternateProtocol(test_host_port_pair, 443, NPN_SPDY_3);
impl_             330 net/http/http_server_properties_impl_unittest.cc   ASSERT_TRUE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             331 net/http/http_server_properties_impl_unittest.cc   alternate = impl_.GetAlternateProtocol(test_host_port_pair);
impl_             341 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.HasAlternateProtocol(test_host_port_pair2));
impl_             346 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             349 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.HasAlternateProtocol(canonical_port_pair));
impl_             355 net/http/http_server_properties_impl_unittest.cc   impl_.SetAlternateProtocol(canonical_port_pair,
impl_             359 net/http/http_server_properties_impl_unittest.cc   ASSERT_TRUE(impl_.HasAlternateProtocol(test_host_port_pair));
impl_             361 net/http/http_server_properties_impl_unittest.cc       impl_.GetAlternateProtocol(test_host_port_pair);
impl_             373 net/http/http_server_properties_impl_unittest.cc   impl_.InitializeSpdySettingsServers(&spdy_settings_map);
impl_             374 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.GetSpdySettings(spdy_server_google).empty());
impl_             384 net/http/http_server_properties_impl_unittest.cc   impl_.InitializeSpdySettingsServers(&spdy_settings_map);
impl_             386 net/http/http_server_properties_impl_unittest.cc   const SettingsMap& settings_map2 = impl_.GetSpdySettings(spdy_server_google);
impl_             397 net/http/http_server_properties_impl_unittest.cc   const SettingsMap& settings_map0 = impl_.GetSpdySettings(spdy_server_empty);
impl_             405 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_google, id1, flags1, value1));
impl_             408 net/http/http_server_properties_impl_unittest.cc       impl_.GetSpdySettings(spdy_server_google);
impl_             421 net/http/http_server_properties_impl_unittest.cc   EXPECT_FALSE(impl_.SetSpdySetting(spdy_server_mail, id2, flags2, value2));
impl_             423 net/http/http_server_properties_impl_unittest.cc       impl_.GetSpdySettings(spdy_server_mail);
impl_             432 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_docs, id3, flags3, value3));
impl_             435 net/http/http_server_properties_impl_unittest.cc       impl_.GetSpdySettings(spdy_server_docs);
impl_             445 net/http/http_server_properties_impl_unittest.cc       impl_.GetSpdySettings(spdy_server_google);
impl_             454 net/http/http_server_properties_impl_unittest.cc   impl_.ClearSpdySettings(spdy_server_google);
impl_             457 net/http/http_server_properties_impl_unittest.cc       impl_.GetSpdySettings(spdy_server_google);
impl_             461 net/http/http_server_properties_impl_unittest.cc   ASSERT_GT(impl_.spdy_settings_map().size(), 0U);
impl_             462 net/http/http_server_properties_impl_unittest.cc   impl_.ClearAllSpdySettings();
impl_             463 net/http/http_server_properties_impl_unittest.cc   ASSERT_EQ(0U, impl_.spdy_settings_map().size());
impl_             472 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_google, id1, flags1, value1));
impl_             475 net/http/http_server_properties_impl_unittest.cc       impl_.GetSpdySettings(spdy_server_google);
impl_             488 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_docs, id3, flags3, value3));
impl_             491 net/http/http_server_properties_impl_unittest.cc       impl_.GetSpdySettings(spdy_server_docs);
impl_             499 net/http/http_server_properties_impl_unittest.cc   impl_.Clear();
impl_             500 net/http/http_server_properties_impl_unittest.cc   EXPECT_EQ(0U, impl_.GetSpdySettings(spdy_server_google).size());
impl_             501 net/http/http_server_properties_impl_unittest.cc   EXPECT_EQ(0U, impl_.GetSpdySettings(spdy_server_docs).size());
impl_             510 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_google, id1, flags1, value1));
impl_             517 net/http/http_server_properties_impl_unittest.cc   EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_docs, id2, flags2, value2));
impl_             520 net/http/http_server_properties_impl_unittest.cc   const net::SpdySettingsMap& map = impl_.spdy_settings_map();
impl_             533 net/http/http_server_properties_impl_unittest.cc       impl_.GetSpdySettings(spdy_server_google);
impl_             168 net/proxy/multi_threaded_proxy_resolver_unittest.cc     return impl_->GetProxyForURL(
impl_             173 net/proxy/multi_threaded_proxy_resolver_unittest.cc     impl_->CancelRequest(request);
impl_             182 net/proxy/multi_threaded_proxy_resolver_unittest.cc     impl_->CancelSetPacScript();
impl_             188 net/proxy/multi_threaded_proxy_resolver_unittest.cc     return impl_->SetPacScript(script_data, callback);
impl_             192 net/proxy/multi_threaded_proxy_resolver_unittest.cc   ProxyResolver* impl_;
impl_             481 net/socket/ssl_session_cache_openssl.cc SSLSessionCacheOpenSSL::~SSLSessionCacheOpenSSL() { delete impl_; }
impl_             483 net/socket/ssl_session_cache_openssl.cc size_t SSLSessionCacheOpenSSL::size() const { return impl_->size(); }
impl_             486 net/socket/ssl_session_cache_openssl.cc   if (impl_)
impl_             487 net/socket/ssl_session_cache_openssl.cc     delete impl_;
impl_             489 net/socket/ssl_session_cache_openssl.cc   impl_ = new SSLSessionCacheOpenSSLImpl(ctx, config);
impl_             493 net/socket/ssl_session_cache_openssl.cc   return impl_->SetSSLSession(ssl);
impl_             499 net/socket/ssl_session_cache_openssl.cc   return impl_->SetSSLSessionWithKey(ssl, cache_key);
impl_             503 net/socket/ssl_session_cache_openssl.cc   return impl_->MarkSSLSessionAsGood(ssl);
impl_             506 net/socket/ssl_session_cache_openssl.cc void SSLSessionCacheOpenSSL::Flush() { impl_->Flush(); }
impl_              69 net/socket/ssl_session_cache_openssl.h   SSLSessionCacheOpenSSL() : impl_(NULL) {}
impl_              79 net/socket/ssl_session_cache_openssl.h   SSLSessionCacheOpenSSL(SSL_CTX* ctx, const Config& config) : impl_(NULL) {
impl_             136 net/socket/ssl_session_cache_openssl.h   SSLSessionCacheOpenSSLImpl* impl_;
impl_             107 ppapi/utility/websocket/websocket_api.cc     : impl_(new Implement(instance, PP_ALLOW_THIS_IN_INITIALIZER_LIST(this))) {
impl_             111 ppapi/utility/websocket/websocket_api.cc   delete impl_;
impl_             116 ppapi/utility/websocket/websocket_api.cc   return impl_->Connect(url, protocols, protocol_count);
impl_             120 ppapi/utility/websocket/websocket_api.cc   return impl_->Close(code, reason);
impl_             124 ppapi/utility/websocket/websocket_api.cc   return impl_->SendMessage(data);
impl_             128 ppapi/utility/websocket/websocket_api.cc   return impl_->GetBufferedAmount();
impl_             132 ppapi/utility/websocket/websocket_api.cc   return impl_->GetExtensions();
impl_             136 ppapi/utility/websocket/websocket_api.cc   return impl_->GetProtocol();
impl_             140 ppapi/utility/websocket/websocket_api.cc   return impl_->GetReadyState();
impl_             144 ppapi/utility/websocket/websocket_api.cc   return impl_->GetURL();
impl_             125 ppapi/utility/websocket/websocket_api.h   Implement* impl_;
impl_              93 remoting/host/config_file_watcher.cc     : impl_(new ConfigFileWatcherImpl(main_task_runner,
impl_              98 remoting/host/config_file_watcher.cc   impl_->StopWatching();
impl_              99 remoting/host/config_file_watcher.cc   impl_ = NULL;
impl_             103 remoting/host/config_file_watcher.cc   impl_->Watch(delegate);
impl_              39 remoting/host/config_file_watcher.h   scoped_refptr<ConfigFileWatcherImpl> impl_;
impl_             980 testing/gmock_mutant.h   explicit MutantFunctor(MutantRunner<R, Params>*  cb) : impl_(cb) {
impl_             987 testing/gmock_mutant.h     return impl_->RunWithParams(Tuple0());
impl_             992 testing/gmock_mutant.h     return impl_->RunWithParams(Params(a));
impl_             997 testing/gmock_mutant.h     return impl_->RunWithParams(Params(a, b));
impl_            1002 testing/gmock_mutant.h     return impl_->RunWithParams(Params(a, b, c));
impl_            1008 testing/gmock_mutant.h     return impl_->RunWithParams(Params(a, b, c, d));
impl_            1015 testing/gmock_mutant.h   linked_ptr<MutantRunner<R, Params> > impl_;
impl_             334 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr() : impl_(NULL) { }
impl_             337 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   explicit scoped_ptr(element_type* p) : impl_(p) { }
impl_             340 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr(element_type* p, const D& d) : impl_(p, d) { }
impl_             353 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr(scoped_ptr<U, V> other) : impl_(&other.impl_) {
impl_             358 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr(RValue rvalue) : impl_(&rvalue.object->impl_) { }
impl_             373 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     impl_.TakeState(&rhs.impl_);
impl_             379 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   void reset(element_type* p = NULL) { impl_.reset(p); }
impl_             384 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     assert(impl_.get() != NULL);
impl_             385 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     return *impl_.get();
impl_             388 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     assert(impl_.get() != NULL);
impl_             389 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     return impl_.get();
impl_             391 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   element_type* get() const { return impl_.get(); }
impl_             394 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   deleter_type& get_deleter() { return impl_.get_deleter(); }
impl_             395 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   const deleter_type& get_deleter() const { return impl_.get_deleter(); }
impl_             410 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
impl_             415 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   bool operator==(const element_type* p) const { return impl_.get() == p; }
impl_             416 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   bool operator!=(const element_type* p) const { return impl_.get() != p; }
impl_             420 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     impl_.swap(p2.impl_);
impl_             429 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     return impl_.release();
impl_             447 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h       impl_;
impl_             470 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr() : impl_(NULL) { }
impl_             488 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   explicit scoped_ptr(element_type* array) : impl_(array) { }
impl_             491 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr(RValue rvalue) : impl_(&rvalue.object->impl_) { }
impl_             495 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     impl_.TakeState(&rhs.object->impl_);
impl_             501 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   void reset(element_type* array = NULL) { impl_.reset(array); }
impl_             505 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     assert(impl_.get() != NULL);
impl_             506 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     return impl_.get()[i];
impl_             508 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   element_type* get() const { return impl_.get(); }
impl_             511 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   deleter_type& get_deleter() { return impl_.get_deleter(); }
impl_             512 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   const deleter_type& get_deleter() const { return impl_.get_deleter(); }
impl_             522 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   operator Testable() const { return impl_.get() ? &scoped_ptr::impl_ : NULL; }
impl_             527 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   bool operator==(element_type* array) const { return impl_.get() == array; }
impl_             528 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   bool operator!=(element_type* array) const { return impl_.get() != array; }
impl_             532 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     impl_.swap(p2.impl_);
impl_             541 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     return impl_.release();
impl_             550 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h       impl_;
impl_              90 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.Next(data, size);
impl_              94 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   impl_.BackUp(count);
impl_              98 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.Skip(count);
impl_             102 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.ByteCount();
impl_             180 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   impl_.Flush();
impl_             184 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   bool flush_succeeded = impl_.Flush();
impl_             189 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.Flush();
impl_             193 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.Next(data, size);
impl_             197 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   impl_.BackUp(count);
impl_             201 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.ByteCount();
impl_             280 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.Next(data, size);
impl_             284 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   impl_.BackUp(count);
impl_             288 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.Skip(count);
impl_             292 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.ByteCount();
impl_             320 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   impl_.Flush();
impl_             324 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.Next(data, size);
impl_             328 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   impl_.BackUp(count);
impl_             332 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.ByteCount();
impl_             127 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   CopyingInputStreamAdaptor impl_;
impl_             204 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   CopyingOutputStreamAdaptor impl_;
impl_             248 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   CopyingInputStreamAdaptor impl_;
impl_             290 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   CopyingOutputStreamAdaptor impl_;
impl_              12 ui/base/cursor/ozone/cursor_factory_ozone.cc CursorFactoryOzone* CursorFactoryOzone::impl_ = NULL;
impl_              19 ui/base/cursor/ozone/cursor_factory_ozone.cc   CHECK(impl_) << "No CursorFactoryOzone implementation set.";
impl_              20 ui/base/cursor/ozone/cursor_factory_ozone.cc   return impl_;
impl_              23 ui/base/cursor/ozone/cursor_factory_ozone.cc void CursorFactoryOzone::SetInstance(CursorFactoryOzone* impl) { impl_ = impl; }
impl_              47 ui/base/cursor/ozone/cursor_factory_ozone.h   static CursorFactoryOzone* impl_;  // not owned
impl_              17 ui/events/ozone/event_factory_ozone.cc EventFactoryOzone* EventFactoryOzone::impl_ = NULL;
impl_              24 ui/events/ozone/event_factory_ozone.cc   CHECK(impl_) << "No EventFactoryOzone implementation set.";
impl_              25 ui/events/ozone/event_factory_ozone.cc   return impl_;
impl_              28 ui/events/ozone/event_factory_ozone.cc void EventFactoryOzone::SetInstance(EventFactoryOzone* impl) { impl_ = impl; }
impl_              61 ui/events/ozone/event_factory_ozone.h   static EventFactoryOzone* impl_;  // not owned
impl_              26 ui/gfx/font_list.cc FontList::FontList() : impl_(GetDefaultImpl()) {}
impl_              28 ui/gfx/font_list.cc FontList::FontList(const FontList& other) : impl_(other.impl_) {}
impl_              31 ui/gfx/font_list.cc     : impl_(new FontListImpl(font_description_string)) {}
impl_              36 ui/gfx/font_list.cc     : impl_(new FontListImpl(font_names, font_style, font_size)) {}
impl_              39 ui/gfx/font_list.cc     : impl_(new FontListImpl(fonts)) {}
impl_              41 ui/gfx/font_list.cc FontList::FontList(const Font& font) : impl_(new FontListImpl(font)) {}
impl_              46 ui/gfx/font_list.cc   impl_ = other.impl_;
impl_              62 ui/gfx/font_list.cc   return FontList(impl_->Derive(size_delta, font_style));
impl_              74 ui/gfx/font_list.cc   return impl_->GetHeight();
impl_              78 ui/gfx/font_list.cc   return impl_->GetBaseline();
impl_              82 ui/gfx/font_list.cc   return impl_->GetCapHeight();
impl_              86 ui/gfx/font_list.cc   return impl_->GetExpectedTextWidth(length);
impl_              90 ui/gfx/font_list.cc   return impl_->GetFontStyle();
impl_              94 ui/gfx/font_list.cc   return impl_->GetFontDescriptionString();
impl_              98 ui/gfx/font_list.cc   return impl_->GetFontSize();
impl_             102 ui/gfx/font_list.cc   return impl_->GetFonts();
impl_             106 ui/gfx/font_list.cc   return impl_->GetPrimaryFont();
impl_             109 ui/gfx/font_list.cc FontList::FontList(FontListImpl* impl) : impl_(impl) {}
impl_             125 ui/gfx/font_list.h   scoped_refptr<FontListImpl> impl_;
impl_              15 ui/gfx/ozone/surface_factory_ozone.cc SurfaceFactoryOzone* SurfaceFactoryOzone::impl_ = NULL;
impl_              24 ui/gfx/ozone/surface_factory_ozone.cc   CHECK(impl_) << "No SurfaceFactoryOzone implementation set.";
impl_              25 ui/gfx/ozone/surface_factory_ozone.cc   return impl_;
impl_              29 ui/gfx/ozone/surface_factory_ozone.cc   impl_ = impl;
impl_             149 ui/gfx/ozone/surface_factory_ozone.h   static SurfaceFactoryOzone* impl_; // not owned
impl_              12 ui/views/widget/desktop_aura/desktop_factory_ozone.cc DesktopFactoryOzone* DesktopFactoryOzone::impl_ = NULL;
impl_              21 ui/views/widget/desktop_aura/desktop_factory_ozone.cc   CHECK(impl_) << "DesktopFactoryOzone accessed before constructed";
impl_              22 ui/views/widget/desktop_aura/desktop_factory_ozone.cc   return impl_;
impl_              26 ui/views/widget/desktop_aura/desktop_factory_ozone.cc   impl_ = impl;
impl_              45 ui/views/widget/desktop_aura/desktop_factory_ozone.h   static DesktopFactoryOzone* impl_; // not owned
impl_             263 ui/wm/core/shadow_controller.cc   impl_->OnWindowActivated(gained_active, lost_active);
impl_             269 ui/wm/core/shadow_controller.cc   return controller_->impl_->GetShadowForWindow(window);
impl_              62 ui/wm/core/shadow_controller.h   scoped_refptr<Impl> impl_;