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

12

  /external/webkit/Source/WebCore/editing/mac/
EditorMac.mm 213 RetainPtr<NSMutableArray> types(AdoptNS, [[NSMutableArray alloc] init]);
  /external/webkit/Source/WebCore/platform/mac/
CookieJar.mm 58 RetainPtr<NSMutableArray> filteredCookies(AdoptNS, [[NSMutableArray alloc] initWithCapacity:count]);
DragImageMac.mm 68 RetainPtr<NSImage> dissolvedImage(AdoptNS, [[NSImage alloc] initWithSize:[image.get() size]]);
88 RetainPtr<NSImage> dragImage(AdoptNS, [image->getNSImage() copy]);
HTMLConverter.mm     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 59 , m_request(AdoptNS, [request mutableCopy])
NetscapePluginHostManager.mm 220 RetainPtr<NSMutableDictionary> properties(AdoptNS, [[NSMutableDictionary alloc] init]);
NetscapePluginInstanceProxy.mm 710 RetainPtr<NSURLResponse> response(AdoptNS, [[NSURLResponse alloc] initWithURL:URL
    [all...]
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]);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 151 m_findIndicatorWindow.adoptNS([[NSWindow alloc] initWithContentRect:windowContentRect
160 RetainPtr<WebFindIndicatorView> findIndicatorView(AdoptNS, [[WebFindIndicatorView alloc] _initWithFindIndicator:m_findIndicator]);
168 m_bounceAnimation.adoptNS([[WebFindIndicatorWindowAnimation alloc] _initWithFindIndicatorWindow:this
207 m_fadeOutAnimation.adoptNS([[WebFindIndicatorWindowAnimation alloc] _initWithFindIndicatorWindow:this
WKView.mm     [all...]
  /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]);
WebNetscapePluginEventHandlerCocoa.mm 161 RetainPtr<NSString> characters(AdoptNS, [[NSString alloc] initWithUTF8String:nullTerminatedString]);
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]]);
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.mm 527 RetainPtr<NSString> suggestedFilename(AdoptNS, (NSString *)wkCopyCFURLResponseSuggestedFilename(cfResponse));
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 723 RetainPtr<CommandValidationTarget> target(AdoptNS, [[CommandValidationTarget alloc] initWithAction:selector]);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
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/WebCore/platform/graphics/mac/
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/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/rendering/
RenderThemeMac.mm 141 , m_notificationObserver(AdoptNS, [[WebCoreRenderThemeNotificationObserver alloc] initWithTheme:this])
879 m_levelIndicator.adoptNS([[NSLevelIndicatorCell alloc] initWithLevelIndicatorStyle:NSContinuousCapacityLevelIndicatorStyle]);
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]

Completed in 1214 milliseconds

12