HomeSort by relevance Sort by last modified time
    Searched refs:Adopt (Results 1 - 20 of 20) 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 83 registration_ = ServiceWorkerRegistrationHandleReference::Adopt(
85 installing_ = ServiceWorkerHandleReference::Adopt(
87 waiting_ = ServiceWorkerHandleReference::Adopt(
89 active_ = ServiceWorkerHandleReference::Adopt(
129 ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_.get());
137 ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_.get());
145 ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_.get());
156 ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_.get());
service_worker_registration_handle_reference.cc 21 ServiceWorkerRegistrationHandleReference::Adopt(
service_worker_registration_handle_reference.h 27 static scoped_ptr<ServiceWorkerRegistrationHandleReference> Adopt(
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 237 // We are instructed to adopt a handle but we already have one, so
238 // adopt and destroy a handle ref.
239 ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_.get());
246 ? ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_.get())
262 // We are instructed to adopt a handle but we already have one, so
263 // adopt and destroy a handle ref.
264 ServiceWorkerRegistrationHandleReference::Adopt(
279 adopt_handle ? ServiceWorkerRegistrationHandleReference::Adopt(
727 // |registration| must already have version attributes, so adopt and destroy
729 ServiceWorkerHandleReference::Adopt(
    [all...]
  /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 579 milliseconds