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

12

  /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 120 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
128 Builder.Adopt(Other);
    [all...]
SemaCXXScopeSpec.cpp 819 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1));
    [all...]
SemaTemplateInstantiateDecl.cpp 748 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 143 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
147 /// \brief Adopt an existing nested-name-specifier (with source-range
149 void Adopt(NestedNameSpecifierLoc Other);
    [all...]

Completed in 642 milliseconds

12