HomeSort by relevance Sort by last modified time
    Searched full:adoptns (Results 26 - 50 of 66) sorted by null

12 3

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.mm 49 , m_resultCondition(AdoptNS, [[NSCondition alloc] init])
151 m_resultForSynchronousDismissal.adoptNS([acceptedReplacement copy]);
WebInspectorClient.mm 78 , m_highlighter(AdoptNS, [[WebNodeHighlighter alloc] initWithInspectedWebView:webView])
90 RetainPtr<WebInspectorWindowController> windowController(AdoptNS, [[WebInspectorWindowController alloc] initWithInspectedWebView:m_webView]);
95 RetainPtr<WebInspectorFrontend> webInspectorFrontend(AdoptNS, [[WebInspectorFrontend alloc] initWithFrontendClient:frontendClient.get()]);
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.mm 55 , m_resultCondition(AdoptNS, [[NSCondition alloc] init])
158 m_resultForSynchronousDismissal.adoptNS([acceptedReplacement copy]);
TextCheckerMac.mm 232 RetainPtr<NSString> textString(AdoptNS, [[NSString alloc] initWithCharactersNoCopy:const_cast<UChar*>(text) length:length freeWhenDone:NO]);
350 RetainPtr<NSMutableArray> corrections(AdoptNS, [[NSMutableArray alloc] init]);
358 RetainPtr<NSDictionary> grammarDetailDict(AdoptNS, [[NSDictionary alloc] initWithObjectsAndKeys:[NSValue valueWithRange:grammarRange], NSGrammarRange, grammarUserDescription, NSGrammarUserDescription, corrections.get(), NSGrammarCorrections, nil]);
WKFullScreenWindowController.mm 241 _webViewPlaceholder.adoptNS([[NSView alloc] init]);
328 _layerHostingView.adoptNS([[NSView alloc] initWithFrame:[[self window] frame]]);
337 RetainPtr<CALayer> rootLayer(AdoptNS, [[CALayer alloc] init]);
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 142 _sourceURL.adoptNS([URL copy]);
143 _baseURL.adoptNS([baseURL copy]);
144 _MIMEType.adoptNS([MIME copy]);
150 RetainPtr<NSMutableArray> mutableKeys(AdoptNS, [keys mutableCopy]);
151 RetainPtr<NSMutableArray> mutableValues(AdoptNS, [values mutableCopy]);
591 _cachedSnapshot.adoptNS(snapshot);
1025 RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHost:host port:port protocol:protocol realm:realm authenticationMethod:authenticationMethod]);
WebNetscapePluginStream.mm 156 , m_request(AdoptNS, [request mutableCopy])
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/WebCore/platform/graphics/mac/
ImageMac.mm 120 m_nsImage.adoptNS([[NSImage alloc] initWithData:(NSData*)data]);
MediaPlayerPrivateQTKit.mm 217 , m_objcObserver(AdoptNS, [[WebCoreMovieObserver alloc] initWithCallback:this])
384 m_qtMovie.adoptNS([[QTMovie alloc] initWithAttributes:movieAttributes error:&error]);
468 m_qtMovieView.adoptNS([[QTMovieView alloc] init]);
513 m_qtVideoRenderer.adoptNS([[QTVideoRendererClass() alloc] init]);
554 m_qtVideoLayer.adoptNS([[QTMovieLayer alloc] init]);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 101 _attributeKeys.adoptNS([keys copy]);
102 _attributeValues.adoptNS([values copy]);
130 RetainPtr<CALayer> realPluginLayer(AdoptNS, _pluginLayer.releaseRef());
132 _pluginLayer.adoptNS([[CALayer alloc] init]);
NetscapePluginInstanceProxy.mm 710 RetainPtr<NSURLResponse> response(AdoptNS, [[NSURLResponse alloc] initWithURL:URL
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 126 m_sender.adoptNS([[WebCoreAuthenticationClientAsChallengeSender alloc] initWithAuthenticationClient:client]);
127 m_nsChallenge.adoptNS([[NSURLAuthenticationChallenge alloc] initWithAuthenticationChallenge:m_nsChallenge.get() sender:m_sender.get()]);
ResourceRequestMac.mm 166 m_nsRequest.adoptNS(nsRequest);
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugger.mm 95 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]);
153 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]);
  /external/webkit/Source/WebKit2/Shared/mac/
ArgumentCodersMac.mm 200 RetainPtr<NSMutableAttributedString> resultString(AdoptNS, [[NSMutableAttributedString alloc] initWithString:plainString.get()]);
276 RetainPtr<NSMutableDictionary> dictionary(AdoptNS, [[NSMutableDictionary alloc] initWithCapacity:size]);
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.mm 121 m_enterFullScreenListener.adoptNS([[WebFullScreenManagerAnimationListener alloc] initWithManager:this began:&WebFullScreenManagerMac::beganEnterFullScreenAnimation finished:&WebFullScreenManagerMac::finishedEnterFullScreenAnimation]);
122 m_exitFullScreenListener.adoptNS([[WebFullScreenManagerAnimationListener alloc] initWithManager:this began:&WebFullScreenManagerMac::beganExitFullScreenAnimation finished:&WebFullScreenManagerMac::finishedExitFullScreenAnimation]);
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 82 RetainPtr<NSString> nsurlCacheDirectory(AdoptNS, (NSString *)WKCopyFoundationCacheDirectory());
228 RetainPtr<NSURLCache> parentProcessURLCache(AdoptNS, [[NSURLCache alloc] initWithMemoryCapacity:cacheMemoryCapacity diskCapacity:cacheDiskCapacity diskPath:parameters.nsURLCachePath]);
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 135 , m_objcObserver(AdoptNS, [[WebCoreAVFMovieObserver alloc] initWithCallback:this])
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/WebCore/platform/mac/
DragImageMac.mm 68 RetainPtr<NSImage> dissolvedImage(AdoptNS, [[NSImage alloc] initWithSize:[image.get() size]]);
88 RetainPtr<NSImage> dragImage(AdoptNS, [image->getNSImage() copy]);
CookieJar.mm 58 RetainPtr<NSMutableArray> filteredCookies(AdoptNS, [[NSMutableArray alloc] initWithCapacity:count]);
CursorMac.mm 50 return RetainPtr<NSCursor>(AdoptNS, [[NSCursor alloc] initWithImage:nsImage hotSpot:hotSpot]);
ScrollAnimatorMac.mm 424 scrollbarPartAnimation.adoptNS([[ScrollbarPartAnimation alloc] initWithScrollbarPainter:scrollerPainter
500 m_scrollAnimationHelperDelegate.adoptNS([[ScrollAnimationHelperDelegate alloc] initWithScrollAnimator:this]);
501 m_scrollAnimationHelper.adoptNS([[NSClassFromString(@"NSScrollAnimationHelper") alloc] initWithDelegate:m_scrollAnimationHelperDelegate.get()]);
504 m_scrollbarPainterControllerDelegate.adoptNS([[ScrollbarPainterControllerDelegate alloc] initWithScrollAnimator:this]);
506 m_scrollbarPainterDelegate.adoptNS([[ScrollbarPainterDelegate alloc] initWithScrollAnimator:this]);
    [all...]
  /external/webkit/Source/WebCore/editing/mac/
EditorMac.mm 213 RetainPtr<NSMutableArray> types(AdoptNS, [[NSMutableArray alloc] init]);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginProcessProxyMac.mm 159 m_placeholderWindow.adoptNS([[WKPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0, 1, 1) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]);
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 162 m_animation.adoptNS([[CABasicAnimation animationWithKeyPath:keyPath] retain]);
164 m_animation.adoptNS([[CAKeyframeAnimation animationWithKeyPath:keyPath] retain]);

Completed in 942 milliseconds

12 3