/external/webkit/WebKit/mac/Storage/ |
WebDatabaseTrackerClient.mm | 56 RetainPtr<WebSecurityOrigin> webSecurityOrigin(AdoptNS, [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:origin]); 64 RetainPtr<WebSecurityOrigin> webSecurityOrigin(AdoptNS, [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:origin]); 65 RetainPtr<NSDictionary> userInfo(AdoptNS, [[NSDictionary alloc]
|
/external/webkit/WebCore/platform/network/mac/ |
ResourceErrorMac.mm | 73 RetainPtr<NSMutableDictionary> userInfo(AdoptNS, [[NSMutableDictionary alloc] init]); 84 m_platformError.adoptNS([[NSError alloc] initWithDomain:m_domain code:m_errorCode userInfo:userInfo.get()]);
|
ResourceResponseMac.mm | 55 const_cast<ResourceResponse*>(this)->m_nsResponse.adoptNS([[NSURLResponse alloc] initWithURL:m_url MIMEType:m_mimeType expectedContentLength:expectedContentLength textEncodingName:m_textEncodingName]);
|
AuthenticationMac.mm | 112 m_sender.adoptNS([[WebCoreAuthenticationClientAsChallengeSender alloc] initWithAuthenticationClient:client]); 113 m_nsChallenge.adoptNS([[NSURLAuthenticationChallenge alloc] initWithAuthenticationChallenge:m_nsChallenge.get() sender:m_sender.get()]);
|
ResourceRequestMac.mm | 146 m_nsRequest.adoptNS(nsRequest);
|
/external/webkit/JavaScriptCore/wtf/ |
RetainPtr.h | 38 enum AdoptNSTag { AdoptNS }; 85 void adoptNS(PtrType); 136 template <typename T> inline void RetainPtr<T>::adoptNS(PtrType optr) 200 using WTF::AdoptNS;
|
/external/webkit/WebCore/platform/mac/ |
DragImageMac.mm | 61 RetainPtr<NSImage> dissolvedImage(AdoptNS, [[NSImage alloc] initWithSize:[image.get() size]]); 81 RetainPtr<NSImage> dragImage(AdoptNS, [image->getNSImage() copy]);
|
SharedBufferMac.mm | 112 return (CFDataRef)RetainPtr<WebCoreSharedBufferData>(AdoptNS, [[WebCoreSharedBufferData alloc] initWithSharedBuffer:this]).releaseRef();
|
GeolocationServiceMac.mm | 77 , m_objcObserver(AdoptNS, [[WebCoreCoreLocationObserver alloc] initWithCallback:this]) 91 m_locationManager.adoptNS([[CLLocationManager alloc] init]);
|
CookieJar.mm | 56 RetainPtr<NSMutableArray> filteredCookies(AdoptNS, [[NSMutableArray alloc] initWithCapacity:count]);
|
PopupMenuMac.mm | 161 RetainPtr<NSView> dummyView(AdoptNS, [[NSView alloc] initWithFrame:r]);
|
/external/webkit/WebKit/mac/Misc/ |
WebNSAttributedStringExtras.mm | 126 RetainPtr<NSMutableDictionary> attrs(AdoptNS, [[NSMutableDictionary alloc] init]); 166 RetainPtr<NSString> substring(AdoptNS, [[NSString alloc] initWithCharactersNoCopy:const_cast<UChar*>(it.characters()) length:currentTextLength freeWhenDone:NO]);
|
/external/webkit/WebCore/platform/graphics/mac/ |
ImageMac.mm | 120 m_nsImage.adoptNS([[NSImage alloc] initWithData:(NSData*)data]);
|
GraphicsLayerCA.mm | 379 m_layer.adoptNS([[WebLayer alloc] init]); 388 m_animationDelegate.adoptNS([[WebAnimationDelegate alloc] init]); [all...] |
MediaPlayerPrivateQTKit.mm | 202 , m_objcObserver(AdoptNS, [[WebCoreMovieObserver alloc] initWithCallback:this]) 271 m_qtMovie.adoptNS([[QTMovie alloc] initWithAttributes:movieAttributes error:&error]); 354 m_qtMovieView.adoptNS([[QTMovieView alloc] init]); 399 m_qtVideoRenderer.adoptNS([[QTVideoRendererClass() alloc] init]); 440 m_qtVideoLayer.adoptNS([[QTMovieLayer alloc] init]); [all...] |
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginStream.mm | 155 , m_request(AdoptNS, [request mutableCopy]) 548 m_deliveryData.adoptNS(newDeliveryData); 576 m_path.adoptNS([[NSString stringWithUTF8String:temporaryFileName] retain]); 621 m_deliveryData.adoptNS([[NSMutableData alloc] initWithCapacity:[data length]]);
|
WebBaseNetscapePluginView.mm | 140 _sourceURL.adoptNS([URL copy]); 141 _baseURL.adoptNS([baseURL copy]); 142 _MIMEType.adoptNS([MIME copy]); 148 RetainPtr<NSMutableArray> mutableKeys(AdoptNS, [keys mutableCopy]); 149 RetainPtr<NSMutableArray> mutableValues(AdoptNS, [values mutableCopy]); 1022 RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHost:host port:port protocol:protocol realm:realm authenticationMethod:authenticationMethod]);
|
WebNetscapePluginEventHandlerCocoa.mm | 161 RetainPtr<NSString> characters(AdoptNS, [[NSString alloc] initWithUTF8String:nullTerminatedString]);
|
/external/webkit/WebKit/mac/WebView/ |
WebScriptDebugger.mm | 95 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]); 152 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]);
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.mm | 96 _attributeKeys.adoptNS([keys copy]); 97 _attributeValues.adoptNS([values copy]);
|
NetscapePluginInstanceProxy.mm | 586 RetainPtr<NSURLResponse> response(AdoptNS, [[NSURLResponse alloc] initWithURL:URL [all...] |
HostedNetscapePluginStream.mm | 58 , m_request(AdoptNS, [request mutableCopy])
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
LayoutTestControllerMac.mm | 486 RetainPtr<CommandValidationTarget> target(AdoptNS, [[CommandValidationTarget alloc] initWithAction:selector]); 614 worldSlot.adoptNS([[WebScriptWorld alloc] init]);
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumMac.mm | 173 , m_notificationObserver(AdoptNS, [[WebCoreRenderThemeNotificationObserver alloc] initWithTheme:this]) [all...] |
RenderThemeMac.mm | 121 , m_notificationObserver(AdoptNS, [[WebCoreRenderThemeNotificationObserver alloc] initWithTheme:this]) [all...] |