Searched defs:impl_ (Results 1 - 25 of 116) sorted by relevance

12345

/external/chromium_org/content/browser/
H A Dtime_zone_monitor_android.h30 base::android::ScopedJavaGlobalRef<jobject> impl_; member in class:content::TimeZoneMonitorAndroid
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.h125 Implement* impl_; member in class:pp::WebSocketAPI
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dlogger.cc24 Logger* Logger::impl_ = NULL; member in class:i18n::phonenumbers::Logger
/external/chromium_org/ui/gfx/
H A Dfont_list.h150 scoped_refptr<FontListImpl> impl_; member in class:gfx::FontList
/external/chromium_org/content/public/test/
H A Dtest_browser_thread.h53 scoped_ptr<TestBrowserThreadImpl> impl_; member in class:content::TestBrowserThread
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Djson.h60 scoped_ptr<JsonImpl> impl_; member in class:i18n::addressinput::Json
H A Dstring_compare.h44 scoped_ptr<Impl> impl_; member in class:i18n::addressinput::StringCompare
/external/chromium_org/base/files/
H A Dfile_path_watcher_mac.cc22 DCHECK(!impl_.get());
27 impl_ = new FilePathWatcherFSEvents();
30 impl_ = new FilePathWatcherKQueue();
32 DCHECK(impl_.get());
33 return impl_->Watch(path, recursive, callback);
37 if (impl_.get())
38 impl_->Cancel();
43 if (impl_.get())
44 impl_->Cancel();
51 scoped_refptr<PlatformDelegate> impl_; member in class:base::__anon2253::FilePathWatcherImpl
[all...]
H A Dfile_path_watcher.h104 scoped_refptr<PlatformDelegate> impl_; member in class:base::FilePathWatcher
/external/chromium_org/base/synchronization/
H A Dcondition_variable.h103 ConditionVarImpl* impl_; member in class:base::ConditionVariable
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_audio_input_stream.h83 scoped_refptr<Impl> impl_; member in class:content::WebContentsAudioInputStream
/external/chromium_org/media/cast/receiver/
H A Daudio_decoder.h56 scoped_refptr<ImplBase> impl_; member in class:media::cast::AudioDecoder
H A Dvideo_decoder.h55 scoped_refptr<ImplBase> impl_; member in class:media::cast::VideoDecoder
/external/chromium_org/remoting/host/
H A Dconfig_file_watcher.h39 scoped_refptr<ConfigFileWatcherImpl> impl_; member in class:remoting::ConfigFileWatcher
/external/chromium_org/ui/ozone/public/
H A Dcursor_factory_ozone.h56 static CursorFactoryOzone* impl_; // not owned member in class:ui::CursorFactoryOzone
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_impl_adapter.h35 MenuRunnerImpl* impl_; member in class:views::internal::MenuRunnerImplAdapter
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_factory_ozone.h45 static DesktopFactoryOzone* impl_; // not owned member in class:views::DesktopFactoryOzone
H A Ddesktop_factory_ozone.cc12 DesktopFactoryOzone* DesktopFactoryOzone::impl_ = NULL; member in class:views::DesktopFactoryOzone
21 CHECK(impl_) << "DesktopFactoryOzone accessed before constructed";
22 return impl_;
26 impl_ = impl;
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.h35 scoped_ptr<internal::ScopedAppGLStateRestoreImpl> impl_; member in class:android_webview::ScopedAppGLStateRestore
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_manager.h91 scoped_refptr<WifiDataProvider> impl_; member in class:content::WifiDataProviderManager
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.h29 // for |channel_| and |impl_|.)
75 // process. |channel_| outlives |impl_|, so the reference is always valid as
86 // registers as a DeletionObserver of |impl_|, the so reference is always
88 CommandBufferProxyImpl* impl_; member in class:content::GpuVideoDecodeAcceleratorHost
/external/chromium_org/media/cast/sender/
H A Daudio_encoder.h49 scoped_refptr<ImplBase> impl_; member in class:media::cast::AudioEncoder
/external/chromium_org/net/dns/
H A Dmapped_host_resolver.h67 scoped_ptr<HostResolver> impl_; member in class:net::MappedHostResolver
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportproxy.h45 PortInterface* impl() { return impl_; }
99 PortInterface* impl_; member in class:cricket::PortProxy
/external/ceres-solver/include/ceres/
H A Dcovariance.h377 internal::scoped_ptr<internal::CovarianceImpl> impl_; member in class:ceres::Covariance

Completed in 997 milliseconds

12345