Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 25 of 78) sorted by relevance

1234

/external/chromium_org/third_party/skia/src/core/
DSkRefDict.cpp13 struct SkRefDict::Impl { struct in SkRefDict
14 Impl* fNext;
15 SkString fName;
16 SkRefCnt* fData;
/external/skia/src/core/
DSkRefDict.cpp13 struct SkRefDict::Impl { struct in SkRefDict
14 Impl* fNext;
15 SkString fName;
16 SkRefCnt* fData;
/external/chromium_org/third_party/WebKit/Source/web/
DWebScopedMicrotaskSuppression.cpp41 class WebScopedMicrotaskSuppression::Impl : public V8RecursionScope::MicrotaskSuppression { class in blink::WebScopedMicrotaskSuppression
43 Impl(v8::Isolate* isolate) in Impl() function in blink::WebScopedMicrotaskSuppression::Impl
/external/chromium_org/mojo/public/cpp/bindings/lib/
Dshared_ptr.h45 Impl() : ptr(NULL) { in Impl() function
48 Impl(P* ptr) : ptr(ptr) { in Impl() function
/external/chromium_org/third_party/WebKit/public/web/
DWebScopedMicrotaskSuppression.h70 class Impl; variable
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
Dstring_compare.cc58 class StringCompare::Impl { class in i18n::addressinput::StringCompare
62 Impl() : min_possible_match_(&re2::ComputeMinPossibleMatch, MAX_CACHE_SIZE) { in Impl() function in i18n::addressinput::StringCompare::Impl
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h32 LibCallSimplifierImpl *Impl; variable
/external/chromium_org/content/browser/media/capture/
Dweb_contents_audio_input_stream.h73 class Impl; in NON_EXPORTED_BASE() local
Dweb_contents_audio_input_stream.cc26 class WebContentsAudioInputStream::Impl class in content::WebContentsAudioInputStream
120 WebContentsAudioInputStream::Impl::Impl( in Impl() function in content::WebContentsAudioInputStream::Impl
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc228 struct ScopedThread::Impl { struct in ScopedThread
239 void ScopedThread::Impl::HandleEvent(Event *ev) { in HandleEvent()
/external/clang/include/clang/AST/
DParentMap.h22 void* Impl; variable
DASTUnresolvedSet.h89 mutable ASTUnresolvedSet Impl; variable
/external/conscrypt/src/main/java/org/conscrypt/
DFileClientSessionCache.java55 static class Impl implements SSLClientSessionCache { class in FileClientSessionCache
77 Impl(File directory) throws IOException { in Impl() method in FileClientSessionCache.Impl
/external/chromium_org/ui/wm/core/
Dshadow_controller.cc91 class ShadowController::Impl : class in wm::ShadowController
249 ShadowController::Impl::Impl() in Impl() function in wm::ShadowController::Impl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8PersistentValueVector.h42 typedef Vector<v8::PersistentContainerValue> Impl; typedef
DV8PersistentValueMap.h52 typedef HashMap<KeyType, v8::PersistentContainerValue> Impl; typedef
/external/clang/test/SemaTemplate/
Dqualified-id.cpp23 class Impl { class
/external/chromium_org/third_party/libaddressinput/chromium/
Dstring_compare.cc52 class StringCompare::Impl {}; class in i18n::addressinput::StringCompare
/external/chromium_org/mojo/dbus/
Ddbus_external_service.h89 explicit Impl(DBusExternalService* service) : service_(service) { in Impl() function
/external/openfst/src/include/fst/
Dmatcher-fst.h70 typedef AddOnImpl<typename M::FST, D> Impl; typedef
71 NullMatcherFstInit(Impl **) {} in NullMatcherFstInit() argument
92 typedef AddOnImpl<F, D> Impl; typedef
Dproject.h101 typedef ArcMapFstImpl< A, A, ProjectMapper<A> > Impl; typedef
Dinvert.h81 typedef ArcMapFstImpl< A, A, InvertMapper<A> > Impl; typedef
/external/llvm/include/llvm/Analysis/
DLibCallSemantics.h129 mutable void *Impl; variable
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h48 void *Impl; variable
/external/chromium_org/content/renderer/media/
Drtc_video_encoder.cc78 class RTCVideoEncoder::Impl class in content::RTCVideoEncoder
198 RTCVideoEncoder::Impl::Impl( in Impl() function in content::RTCVideoEncoder::Impl

1234