Home
last modified time | relevance | path

Searched refs:Injected (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp116 QualType Injected in computeDeclContext() local
118 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
DSemaTemplateInstantiate.cpp119 Injected = FunTmpl->getInjectedTemplateArgs(); in getTemplateInstantiationArgs() local
120 Result.addOuterTemplateArguments(Injected.first, Injected.second); in getTemplateInstantiationArgs()
DSemaTemplate.cpp1970 QualType Injected = cast<InjectedClassNameType>(ICNT) in CheckTemplateIdType() local
1973 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType()
/external/clang/lib/AST/
DType.cpp476 else if (const InjectedClassNameType *Injected in getAsCXXRecordDecl() local
478 return Injected->getDecl(); in getAsCXXRecordDecl()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1616663Injected bundle support for <rdar://problem/8710645> WebKitTestRunner needs layoutTestController.f…
23363 Post any pending messages to the Injected Bundle in WebContext::processDidFinishLaunching
31225 Post any messages to the Injected Bundle that couldn't be sent earlier because the
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2970304 Interaction with the page through Injected Script (for fallback behavior)