Searched refs:adoptNS (Results 1 – 25 of 40) sorted by relevance
12
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/ |
D | DownloadMac.mm | 109 …hostOnlyURLString.adoptNS([[NSString alloc] initWithFormat:@"%@://%@:%d", scheme, host, [port intV… 111 hostOnlyURLString.adoptNS([[NSString alloc] initWithFormat:@"%@://%@", scheme, host]); 125 m_delegate.adoptNS([[WKDownloadAsDelegate alloc] initWithDownload:this]); 126 …m_nsURLDownload.adoptNS([[NSURLDownload alloc] initWithRequest:m_request.nsURLRequest() delegate:m… 142 m_delegate.adoptNS([[WKDownloadAsDelegate alloc] initWithDownload:this]);
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ContextMenuItemMac.mm | 76 …m_platformDescription.adoptNS(createPlatformMenuItemDescription(type, action, title, true, false)); 84 …m_platformDescription.adoptNS(createPlatformMenuItemDescription(type, action, title, enabled, chec… 89 …m_platformDescription.adoptNS(createPlatformMenuItemDescription(SubmenuType, action, title, enable…
|
D | ScrollAnimatorMac.mm | 424 …scrollbarPartAnimation.adoptNS([[ScrollbarPartAnimation alloc] initWithScrollbarPainter:scrollerPa… 500 …m_scrollAnimationHelperDelegate.adoptNS([[ScrollAnimationHelperDelegate alloc] initWithScrollAnima… 501 …m_scrollAnimationHelper.adoptNS([[NSClassFromString(@"NSScrollAnimationHelper") alloc] initWithDel… 504 …m_scrollbarPainterControllerDelegate.adoptNS([[ScrollbarPainterControllerDelegate alloc] initWithS… 506 …m_scrollbarPainterDelegate.adoptNS([[ScrollbarPainterDelegate alloc] initWithScrollAnimator:this]);
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebInspectorProxyMac.mm | 84 …m_inspectorView.adoptNS([[WKView alloc] initWithFrame:NSZeroRect contextRef:toAPI(page()->process(… 96 …m_inspectorProxyObjCAdapter.adoptNS([[WebInspectorProxyObjCAdapter alloc] initWithWebInspectorProx… 122 m_inspectorWindow.adoptNS(window);
|
D | CorrectionPanel.mm | 158 m_resultForSynchronousDismissal.adoptNS([acceptedReplacement copy]);
|
D | WebContextMenuProxyMac.mm | 191 m_popup.adoptNS([[NSPopUpButtonCell alloc] initTextCell:@"" pullsDown:NO]);
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | FindIndicatorWindow.mm | 151 m_findIndicatorWindow.adoptNS([[NSWindow alloc] initWithContentRect:windowContentRect 168 …m_bounceAnimation.adoptNS([[WebFindIndicatorWindowAnimation alloc] _initWithFindIndicatorWindow:th… 207 …m_fadeOutAnimation.adoptNS([[WebFindIndicatorWindowAnimation alloc] _initWithFindIndicatorWindow:t…
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | RetainPtr.h | 98 void adoptNS(PtrType); 176 template<typename T> inline void RetainPtr<T>::adoptNS(PtrType optr) in adoptNS() function
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | PlatformVideoWindowMac.mm | 31 m_window.adoptNS([[NSView alloc] init]);
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundationObjC.mm | 215 m_videoLayer.adoptNS([[AVPlayerLayer alloc] init]); 244 m_avAsset.adoptNS([[AVURLAsset alloc] initWithURL:cocoaURL options:nil]); 264 m_avAsset.adoptNS([[AVURLAsset alloc] initWithURL:localURL options:nil]); 274 m_avPlayer.adoptNS([[AVPlayer alloc] init]); 289 m_avPlayerItem.adoptNS([[AVPlayerItem alloc] initWithAsset:m_avAsset.get()]);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
D | PluginProxyMac.mm | 42 m_pluginLayer.adoptNS([[CALayer alloc] init]);
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebScriptDebugger.mm | 95 …m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()-… 153 …m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()-…
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | AuthenticationMac.mm | 126 …m_sender.adoptNS([[WebCoreAuthenticationClientAsChallengeSender alloc] initWithAuthenticationClien… 127 …m_nsChallenge.adoptNS([[NSURLAuthenticationChallenge alloc] initWithAuthenticationChallenge:m_nsCh…
|
D | ResourceErrorMac.mm | 99 …m_platformError.adoptNS([[NSError alloc] initWithDomain:m_domain code:m_errorCode userInfo:userInf…
|
D | ResourceResponseMac.mm | 65 …const_cast<ResourceResponse*>(this)->m_nsResponse.adoptNS([[NSURLResponse alloc] initWithURL:m_url…
|
D | ResourceRequestMac.mm | 166 m_nsRequest.adoptNS(nsRequest);
|
/external/webkit/Source/WebCore/platform/graphics/gpu/mac/ |
D | DrawingBufferMac.mm | 63 m_platformLayer.adoptNS([[WebGLLayer alloc] initWithGraphicsContext3D:m_context.get()]);
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | WebHostedNetscapePluginView.mm | 101 _attributeKeys.adoptNS([keys copy]); 102 _attributeValues.adoptNS([values copy]); 132 _pluginLayer.adoptNS([[CALayer alloc] init]);
|
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/ |
D | WebFullScreenManagerMac.mm | 121 …m_enterFullScreenListener.adoptNS([[WebFullScreenManagerAnimationListener alloc] initWithManager:t… 122 …m_exitFullScreenListener.adoptNS([[WebFullScreenManagerAnimationListener alloc] initWithManager:th…
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | ImageMac.mm | 120 m_nsImage.adoptNS([[NSImage alloc] initWithData:(NSData*)data]);
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebBaseNetscapePluginView.mm | 142 _sourceURL.adoptNS([URL copy]); 143 _baseURL.adoptNS([baseURL copy]); 144 _MIMEType.adoptNS([MIME copy]); 591 _cachedSnapshot.adoptNS(snapshot);
|
D | WebNetscapePluginStream.mm | 545 m_deliveryData.adoptNS(newDeliveryData); 573 m_path.adoptNS([[NSString stringWithUTF8String:temporaryFileName] retain]); 618 m_deliveryData.adoptNS([[NSMutableData alloc] initWithCapacity:[data length]]);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | CorrectionPanel.mm | 151 m_resultForSynchronousDismissal.adoptNS([acceptedReplacement copy]);
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/ |
D | PluginProcessProxyMac.mm | 159 …m_placeholderWindow.adoptNS([[WKPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0,…
|
/external/webkit/Source/WebCore/platform/graphics/ca/mac/ |
D | PlatformCAAnimationMac.mm | 162 m_animation.adoptNS([[CABasicAnimation animationWithKeyPath:keyPath] retain]); 164 m_animation.adoptNS([[CAKeyframeAnimation animationWithKeyPath:keyPath] retain]);
|
12