Searched refs:Impl (Results 1 - 25 of 109) sorted by relevance

12345

/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.h30 class Impl;
31 Impl* impl_;
H A Dcandidate_window.cc559 class CandidateWindowController::Impl : public CandidateWindowView::Observer { class in class:chromeos::CandidateWindowController
561 Impl();
562 virtual ~Impl();
1255 bool CandidateWindowController::Impl::Init() {
1259 &CandidateWindowController::Impl::OnHideAuxiliaryText;
1261 &CandidateWindowController::Impl::OnHideLookupTable;
1263 &CandidateWindowController::Impl::OnSetCursorLocation;
1265 &CandidateWindowController::Impl::OnUpdateAuxiliaryText;
1267 &CandidateWindowController::Impl::OnUpdateLookupTable;
1275 &CandidateWindowController::Impl
1303 CandidateWindowController::Impl::Impl() function in class:chromeos::CandidateWindowController::Impl
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebScopedMicrotaskSuppression.cpp40 class WebScopedMicrotaskSuppression::Impl : public WebCore::V8RecursionScope::MicrotaskSuppression { }; class in class:WebKit::WebScopedMicrotaskSuppression
46 m_impl.reset(new Impl());
/external/llvm/include/llvm/Object/
H A DError.h25 enum Impl { enum in struct:llvm::object::object_error
32 Impl V;
34 object_error(Impl V) : V(V) {}
35 operator Impl() const { return V; }
46 template <> struct is_error_code_enum<object::object_error::Impl> : true_type {
/external/llvm/lib/IR/
H A DPassRegistry.cpp77 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(pImpl); local
79 for (std::vector<const PassInfo*>::iterator I = Impl->ToFree.begin(),
80 E = Impl->ToFree.end(); I != E; ++I)
83 delete Impl;
89 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
90 PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.find(TI);
91 return I != Impl->PassInfoMap.end() ? I->second : 0;
96 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
98 I = Impl->PassInfoStringMap.find(Arg);
99 return I != Impl
108 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
125 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
137 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
170 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
185 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
191 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl()); local
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebScopedMicrotaskSuppression.h67 class Impl;
68 WebPrivateOwnPtr<Impl> m_impl;
/external/chromium_org/third_party/skia/src/core/
H A DSkRefDict.cpp13 struct SkRefDict::Impl { struct in class:SkRefDict
14 Impl* fNext;
30 Impl* rec = fImpl;
45 Impl* rec = fImpl;
46 Impl* prev = NULL;
72 rec = new Impl;
81 Impl* rec = fImpl;
83 Impl* next = rec->fNext;
H A DSkRefDict.h50 struct Impl;
51 Impl* fImpl;
/external/skia/src/core/
H A DSkRefDict.cpp13 struct SkRefDict::Impl { struct in class:SkRefDict
14 Impl* fNext;
30 Impl* rec = fImpl;
45 Impl* rec = fImpl;
46 Impl* prev = NULL;
72 rec = new Impl;
81 Impl* rec = fImpl;
83 Impl* next = rec->fNext;
H A DSkRefDict.h50 struct Impl;
51 Impl* fImpl;
/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp23 class Impl { class in namespace:test2
27 template <class T> class Magic : public Impl {
29 return Impl::foo();
/external/chromium_org/ui/views/corewm/
H A Dshadow_controller.cc73 // ShadowController::Impl ------------------------------------------------------
77 // only a single Impl (as it observes all window creation by way of an
79 class ShadowController::Impl : class in class:views::corewm::ShadowController
82 public base::RefCounted<Impl> {
85 static Impl* GetInstance();
100 friend class base::RefCounted<Impl>;
106 Impl();
107 virtual ~Impl();
136 static Impl* instance_;
138 DISALLOW_COPY_AND_ASSIGN(Impl);
236 ShadowController::Impl::Impl() function in class:views::corewm::ShadowController::Impl
[all...]
H A Dshadow_controller.h59 class Impl;
63 scoped_refptr<Impl> impl_;
/external/chromium_org/content/browser/renderer_host/media/
H A Dweb_contents_audio_input_stream.cc23 class WebContentsAudioInputStream::Impl class in class:content::WebContentsAudioInputStream
24 : public base::RefCountedThreadSafe<WebContentsAudioInputStream::Impl>,
28 Impl(int render_process_id, int render_view_id,
53 friend class base::RefCountedThreadSafe<WebContentsAudioInputStream::Impl>;
62 virtual ~Impl();
104 DISALLOW_COPY_AND_ASSIGN(Impl);
107 WebContentsAudioInputStream::Impl::Impl( function in class:content::WebContentsAudioInputStream::Impl
121 // WAIS::Impl can be constructed on any thread, but will DCHECK that all
126 WebContentsAudioInputStream::Impl
[all...]
H A Dweb_contents_video_capture_device.h58 class Impl;
65 const scoped_ptr<Impl> impl_;
H A Dweb_contents_audio_input_stream.h75 class Impl;
85 scoped_refptr<Impl> impl_;
/external/llvm/lib/Analysis/
H A DLibCallSemantics.cpp28 delete getMap(Impl);
45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl);
50 Impl = Map = new StringMap<const LibCallFunctionInfo*>();
/external/llvm/lib/Object/
H A DError.cpp34 object_error::Impl E = static_cast<object_error::Impl>(ev);
/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h129 mutable void *Impl; member in class:llvm::LibCallInfo
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
/external/openfst/src/include/fst/
H A Dmatcher-fst.h70 typedef AddOnImpl<typename M::FST, D> Impl; typedef in class:fst::NullMatcherFstInit
71 NullMatcherFstInit(Impl **) {}
92 typedef AddOnImpl<F, D> Impl; typedef in class:fst::MatcherFst
94 MatcherFst() : ImplToExpandedFst<Impl>(new Impl(F(), N)) {}
97 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
100 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
104 : ImplToExpandedFst<Impl>(fst, safe) {}
114 Impl *impl = Impl
[all...]
H A Dconst-fst.h266 typedef ConstFstImpl<A, U> Impl; typedef in class:fst::ConstFst
269 ConstFst() : ImplToExpandedFst<Impl>(new Impl()) {}
272 : ImplToExpandedFst<Impl>(new Impl(fst)) {}
274 ConstFst(const ConstFst<A, U> &fst) : ImplToExpandedFst<Impl>(fst) {}
283 Impl* impl = Impl::Read(strm, opts);
290 Impl* impl = ImplToExpandedFst<Impl>
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h30 /// Impl - A pointer to the actual implementation of the library call
32 LibCallSimplifierImpl *Impl; member in class:llvm::LibCallSimplifier
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h400 ImplTy Impl; member in class:clang::ento::ExplodedNodeSet
405 Impl.insert(N);
411 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
417 unsigned size() const { return Impl.size(); }
418 bool empty() const { return Impl.empty(); }
419 bool erase(ExplodedNode *N) { return Impl.erase(N); }
421 void clear() { Impl.clear(); }
425 Impl = S.Impl;
427 Impl
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h349 template <typename Impl>
352 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
366 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
373 Impl impl_;
378 Impl impl_;
391 // easier to use than the PolymorphicAction<Impl> constructor as it
397 template <typename Impl>
398 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
399 return PolymorphicAction<Impl>(imp
478 class Impl : public ActionInterface<F> { class in class:testing::internal::ReturnAction
490 explicit Impl(R value) function in class:testing::internal::ReturnAction::Impl
555 class Impl : public ActionInterface<F> { class in class:testing::internal::ReturnRefAction
560 explicit Impl(T& ref) : ref_(ref) {} // NOLINT function in class:testing::internal::ReturnRefAction::Impl
604 class Impl : public ActionInterface<F> { class in class:testing::internal::ReturnRefOfCopyAction
609 explicit Impl(const T& value) : value_(value) {} // NOLINT function in class:testing::internal::ReturnRefOfCopyAction::Impl
794 class Impl : public ActionInterface<F> { class in class:testing::internal::IgnoreResultAction
799 explicit Impl(const A& action) : action_(action) {} function in class:testing::internal::IgnoreResultAction::Impl
867 class Impl : public ActionInterface<F> { class in class:testing::internal::DoBothAction
873 Impl(const Action<VoidResult>& action1, const Action<F>& action2) function in class:testing::internal::DoBothAction::Impl
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h46 using ComposeFst<A>::Impl;
61 Impl()->SetProperties(DifferenceProperties(props1, props2),
75 Impl()->SetProperties(DifferenceProperties(props1, props2),

Completed in 2270 milliseconds

12345