/external/chromium/net/base/ |
address_list.h | 34 // Adopt the given addrinfo list (assumed to have been created by 38 void Adopt(struct addrinfo* head);
|
host_resolver_proc.cc | 263 addrlist->Adopt(ai);
|
address_list.cc | 113 void AddressList::Adopt(struct addrinfo* head) {
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfilerServer.mm | 94 JSRetainPtr<JSStringRef> profileName(Adopt, JSStringCreateWithUTF8CString([_serverName UTF8String])); 102 JSRetainPtr<JSStringRef> profileName(Adopt, JSStringCreateWithUTF8CString([_serverName UTF8String]));
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
PlainTextController.cpp | 47 JSRetainPtr<JSStringRef> jsText(Adopt, JSStringCreateWithUTF8CString(text.get()));
|
LayoutTestControllerGtk.cpp | 112 JSRetainPtr<JSStringRef> counterValue(Adopt, JSStringCreateWithUTF8CString(counterValueGChar.data())); 135 JSRetainPtr<JSStringRef> string(Adopt, JSStringCreateWithUTF8CString("")); 154 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportGtk::pageProperty(mainFrame, propertyName, pageNumber).data())); 165 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportGtk::pageSizeAndMarginsInPixels(mainFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft).data())); 218 JSRetainPtr<JSStringRef> absoluteURL(Adopt, JSStringCreateWithUTF8CString(absoluteCString)); 573 JSRetainPtr<JSStringRef> lengthPropertyName(Adopt, JSStringCreateWithUTF8CString("length")); 586 JSRetainPtr<JSStringRef> optionName(Adopt, JSValueToStringCopy(context, value, 0)); 901 JSRetainPtr<JSStringRef> markerText(Adopt, JSStringCreateWithUTF8CString(markerTextGChar.data())); [all...] |
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
JSWrapper.h | 51 JSRetainPtr<JSStringRef> propertyNameString(Adopt, JSStringCreateWithUTF8CString(propertyName));
|
/external/webkit/Tools/DumpRenderTree/ |
AccessibilityUIElement.cpp | 41 JSRetainPtr<JSStringRef> attributes(Adopt, toAXElement(thisObject)->allAttributes()); 47 JSRetainPtr<JSStringRef> linkedUIDescription(Adopt, toAXElement(thisObject)->attributesOfLinkedUIElements()); 53 JSRetainPtr<JSStringRef> linkedUIDescription(Adopt, toAXElement(thisObject)->attributesOfDocumentLinks()); 59 JSRetainPtr<JSStringRef> childrenDescription(Adopt, toAXElement(thisObject)->attributesOfChildren()); 65 JSRetainPtr<JSStringRef> parameterizedAttributeNames(Adopt, toAXElement(thisObject)->parameterizedAttributeNames()); 71 JSRetainPtr<JSStringRef> attributesOfColumnHeaders(Adopt, toAXElement(thisObject)->attributesOfColumnHeaders()); 77 JSRetainPtr<JSStringRef> attributesOfRowHeaders(Adopt, toAXElement(thisObject)->attributesOfRowHeaders()); 83 JSRetainPtr<JSStringRef> attributesOfColumns(Adopt, toAXElement(thisObject)->attributesOfColumns()); 89 JSRetainPtr<JSStringRef> attributesOfRows(Adopt, toAXElement(thisObject)->attributesOfRows()); 95 JSRetainPtr<JSStringRef> attributesOfVisibleCells(Adopt, toAXElement(thisObject)->attributesOfVisibleCells()) [all...] |
LayoutTestController.cpp | 267 JSRetainPtr<JSStringRef> localPath(Adopt, JSValueToStringCopy(context, arguments[0], exception)); 270 JSRetainPtr<JSStringRef> convertedPath(Adopt, controller->pathToLocalResource(context, localPath.get())); 324 JSRetainPtr<JSStringRef> encodedAudioData(Adopt, JSValueToStringCopy(context, arguments[0], exception)); 358 JSRetainPtr<JSStringRef> url(Adopt, JSValueToStringCopy(context, arguments[0], exception)); 372 JSRetainPtr<JSStringRef> origin(Adopt, JSValueToStringCopy(context, arguments[0], exception)); 375 JSRetainPtr<JSStringRef> destination(Adopt, JSValueToStringCopy(context, arguments[1], exception)); 414 JSRetainPtr<JSStringRef> originURL(Adopt, JSValueToStringCopy(context, arguments[0], exception)); 478 JSRetainPtr<JSStringRef> url(Adopt, JSValueToStringCopy(context, arguments[0], exception)); 516 JSRetainPtr<JSStringRef> name(Adopt, JSValueToStringCopy(context, arguments[0], exception)); 520 JSRetainPtr<JSStringRef> decodedHostName(Adopt, controller->copyDecodedHostName(name.get())) [all...] |
GCController.cpp | 76 JSRetainPtr<JSStringRef> gcControllerStr(Adopt, JSStringCreateWithUTF8CString("GCController"));
|
AccessibilityController.cpp | 50 JSRetainPtr<JSStringRef> accessibilityControllerStr(Adopt, JSStringCreateWithUTF8CString("accessibilityController"));
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptengine_p.h | 152 JSRetainPtr<JSStringRef> lineNumberPropertyName(Adopt, QScriptConverter::toString("line")); 164 JSRetainPtr<JSStringRef> fileNamePropertyName(Adopt, QScriptConverter::toString("sourceURL")); 165 JSRetainPtr<JSStringRef> lineNumberPropertyName(Adopt, QScriptConverter::toString("line")); 168 JSRetainPtr<JSStringRef> fileName(Adopt, JSValueToStringCopy(m_context, jsFileName, &exception));
|
qscriptvalue_p.h | 501 JSRetainPtr<JSStringRef> ptr(Adopt, JSValueToStringCopy(*m_engine, *this, &exception)); 884 JSRetainPtr<JSStringRef> propertyName(Adopt, QScriptConverter::toString(name)); 925 JSRetainPtr<JSStringRef> propertyName(Adopt, QScriptConverter::toString(QString::number(property))); 968 JSRetainPtr<JSStringRef> propertyName(Adopt, QScriptConverter::toString(name)); 992 JSRetainPtr<JSStringRef> propertyName(Adopt, QScriptConverter::toString(QString::number(property))); [all...] |
qscriptengine_p.cpp | 137 JSRetainPtr<JSStringRef> lengthRef(Adopt, JSStringCreateWithUTF8CString("length"));
|
qscriptoriginalglobalobject_p.h | 80 propertyName.adopt(JSStringCreateWithUTF8CString("prototype")); 86 propertyName.adopt(JSStringCreateWithUTF8CString("hasOwnProperty")); 93 propertyName.adopt(JSStringCreateWithUTF8CString("Object")); 96 propertyName.adopt(JSStringCreateWithUTF8CString("getOwnPropertyNames")); 107 JSRetainPtr<JSStringRef> typeName(Adopt, JSStringCreateWithUTF8CString(type));
|
/external/webkit/Tools/WebKitTestRunner/ |
StringFunctions.h | 59 return JSRetainPtr<JSStringRef>(Adopt, WKStringCopyJSString(string));
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
EventSendingController.cpp | 60 JSRetainPtr<JSStringRef> lengthString(Adopt, JSStringCreateWithUTF8CString("length")); 81 JSRetainPtr<JSStringRef> string(Adopt, JSValueToStringCopy(context, value, &exception));
|
LayoutTestController.cpp | 57 JSRetainPtr<JSStringRef> propertyNameString(Adopt, JSStringCreateWithUTF8CString(propertyName)); 261 JSRetainPtr<JSStringRef> lengthPropertyName(Adopt, JSStringCreateWithUTF8CString("length")); 273 JSRetainPtr<JSStringRef> optionName(Adopt, JSValueToStringCopy(context, value, 0)); 434 world.adopt(WKBundleScriptWorldCreateWorld()); 438 worldSlot.adopt(WKBundleScriptWorldCreateWorld());
|
/external/webkit/Tools/DumpRenderTree/mac/ |
LayoutTestControllerMac.mm | 164 JSRetainPtr<JSStringRef> originJS(Adopt, JSStringCreateWithCFString((CFStringRef)origin)); 243 JSRetainPtr<JSStringRef> counterValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame counterValueForElement:element])); 268 JSRetainPtr<JSStringRef> string(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame _layerTreeAsText])); 278 JSRetainPtr<JSStringRef> markerText(Adopt, JSStringCreateWithCFString((CFStringRef)[element _markerTextForListItem])); 296 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame pageProperty:propertyName:pageNumber])); 307 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame pageSizeAndMarginsInPixels:pageNumber:width:height:marginTop:marginRight:marginBottom:marginLeft])); 351 JSRetainPtr<JSStringRef> absoluteURL(Adopt, JSStringCreateWithUTF8CString([nsurlString UTF8String])); 673 JSRetainPtr<JSStringRef> lengthPropertyName(Adopt, JSStringCreateWithUTF8CString("length")); 686 JSRetainPtr<JSStringRef> optionName(Adopt, JSValueToStringCopy(context, value, 0)); [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentadoptnode01.js | 78 Adopt the class attribute node of the fourth acronym element. Check if this attribute has been adopted successfully by verifying the
|
documentadoptnode02.js | 78 Adopt the class attribute node of the fourth acronym element. Check if this attribute has been adopted
|
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 422 /// \c Adopt() with a proper \c NestedNameSpecifierLoc. 426 /// \brief Adopt an existing nested-name-specifier (with source-range 428 void Adopt(NestedNameSpecifierLoc Other);
|
/external/webkit/Source/JavaScriptCore/API/ |
JSRetainPtr.h | 38 enum AdoptTag { Adopt }; 67 void adopt(T); 148 template<typename T> inline void JSRetainPtr<T>::adopt(T optr) function in class:JSRetainPtr
|
/external/webkit/Tools/DumpRenderTree/win/ |
AccessibilityControllerWin.cpp | 286 JSRetainPtr<JSStringRef> jsNotification(Adopt, JSStringCreateWithUTF8CString(eventName.c_str()));
|
FrameLoadDelegate.cpp | 345 JSObjectSetProperty(ctx, globalObject, JSRetainPtr<JSStringRef>(Adopt, JSStringCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);
|