/external/webkit/Tools/DumpRenderTree/win/ |
LayoutTestControllerWin.cpp | 199 JSRetainPtr<JSStringRef> textValueJS(Adopt, JSStringCreateWithCharacters(text.data(), text.length())); 225 JSRetainPtr<JSStringRef> markerText(Adopt, JSStringCreateWithBSTR(textBSTR)); 327 JSRetainPtr<JSStringRef> jsAbsoluteURL(Adopt, JSStringCreateWithCharacters(wAbsoluteURL.data(), wAbsoluteURL.length())); [all...] |
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
InjectedBundlePage.cpp | 55 JSRetainPtr<JSStringRef> propertyNameString(Adopt, JSStringCreateWithUTF8CString(propertyName)); 81 JSRetainPtr<JSStringRef> jsStringNodeName(Adopt, JSValueToStringCopy(context, nodeNameValue, 0)); 459 return JSRetainPtr<JSStringRef>(Adopt, JSStringCreateWithUTF8CString(string)); [all...] |
/external/clang/lib/Sema/ |
DeclSpec.cpp | 118 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) { 126 Builder.Adopt(Other);
|
SemaCXXScopeSpec.cpp | 795 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1)); [all...] |
SemaTemplateInstantiateDecl.cpp | 752 SS.Adopt(QualifierLoc); [all...] |
TreeTransform.h | [all...] |
SemaTemplate.cpp | [all...] |
SemaTemplateInstantiate.cpp | [all...] |
SemaExprCXX.cpp | 112 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data())); [all...] |
SemaExpr.cpp | [all...] |
SemaOverload.cpp | [all...] |
/external/webkit/Tools/DumpRenderTree/mac/ |
FrameLoadDelegate.mm | 312 JSObjectSetProperty(ctx, globalObject, JSRetainPtr<JSStringRef>(Adopt, JSStringCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);
|
AccessibilityUIElementMac.mm | 134 JSRetainPtr<JSStringRef> jsNotification(Adopt, [notificationName createJSStringRef]); [all...] |
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 605 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { 615 // Rather than copying the data (which is wasteful), "adopt" the 635 // our (temporary) buffer and adopt the ASTContext-allocated memory?
|
/external/webkit/Source/JavaScriptCore/API/ |
JSObjectRef.cpp | 513 propertyNames->array.append(JSRetainPtr<JSStringRef>(Adopt, OpaqueJSString::create(array[i].ustring()).leakRef()));
|
/external/clang/include/clang/Sema/ |
DeclSpec.h | 142 /// \c Adopt() with a proper \c NestedNameSpecifierLoc. 146 /// \brief Adopt an existing nested-name-specifier (with source-range 148 void Adopt(NestedNameSpecifierLoc Other); [all...] |