HomeSort by relevance Sort by last modified time
    Searched refs:Adopt (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.h 38 Adopt,
42 FilePrintStream(FILE*, AdoptionMode = Adopt);
  /external/chromium_org/content/child/service_worker/
service_worker_provider_context.cc 73 waiting_ = ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_);
83 current_ = ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_);
service_worker_handle_reference.cc 20 scoped_ptr<ServiceWorkerHandleReference> ServiceWorkerHandleReference::Adopt(
service_worker_handle_reference.h 30 static scoped_ptr<ServiceWorkerHandleReference> Adopt(
service_worker_dispatcher.cc 187 // We are instructed to adopt a handle but we already have one, so
188 // adopt and destroy a handle ref.
189 ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_);
196 ? ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_)
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 430 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
434 /// \brief Adopt an existing nested-name-specifier (with source-range
436 void Adopt(NestedNameSpecifierLoc Other);
  /external/clang/lib/Sema/
DeclSpec.cpp 122 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
130 Builder.Adopt(Other);
    [all...]
SemaTemplateInstantiateDecl.cpp 843 SS.Adopt(QualifierLoc);
    [all...]
TreeTransform.h     [all...]
SemaPseudoObject.cpp     [all...]
SemaCXXScopeSpec.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp 152 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 599 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
609 // Rather than copying the data (which is wasteful), "adopt" the
629 // our (temporary) buffer and adopt the ASTContext-allocated memory?
  /external/clang/include/clang/Sema/
DeclSpec.h 149 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
153 /// \brief Adopt an existing nested-name-specifier (with source-range
155 void Adopt(NestedNameSpecifierLoc Other);
    [all...]

Completed in 2840 milliseconds