Searched refs:leakRef (Results 76 - 100 of 228) sorted by relevance

12345678910

/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocumentMarker.cpp87 static DocumentMarkerTextMatch* trueInstance = adoptRef(new DocumentMarkerTextMatch(true)).leakRef();
88 static DocumentMarkerTextMatch* falseInstance = adoptRef(new DocumentMarkerTextMatch(false)).leakRef();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DPlatformTextTrack.h92 static PlatformTextTrack* off = PlatformTextTrack::create(nullptr, "off menu item", "", Showing, Subtitle, InBand, 0).leakRef();
98 static PlatformTextTrack* automatic = PlatformTextTrack::create(nullptr, "automatic menu item", "", Showing, Subtitle, InBand, 0).leakRef();
/macosx-10.10/WebKit-7600.1.25/mac/Storage/
H A DWebStorageTrackerClient.mm54 // adoptRef is balanced by leakRef in dispatchDidModifyOrigin.
72 // leakRef is balanced by adoptRef in dispatchDidModifyOriginOnMainThread.
73 callOnMainThread(dispatchDidModifyOriginOnMainThread, origin.leakRef());
/macosx-10.10/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSDictionary.mm85 return ImmutableDictionary::create(WTF::move(map)).release().leakRef()->wrapper();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKEventEfl.cpp40 return toAPI(EwkTouchPoint::create(id, state, screenPosition, position, radius, rotationAngle, forceFactor).leakRef());
56 return toAPI(EwkTouchEvent::create(type, wkTouchPoints, modifiers, timestamp).leakRef());
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DWatchpoint.cpp92 WatchpointSet* fat = adoptRef(new WatchpointSet(decodeState(m_data))).leakRef();
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DOscillatorNode.cpp124 s_periodicWaveSine = PeriodicWave::createSine(sampleRate).leakRef();
129 s_periodicWaveSquare = PeriodicWave::createSquare(sampleRate).leakRef();
134 s_periodicWaveSawtooth = PeriodicWave::createSawtooth(sampleRate).leakRef();
139 s_periodicWaveTriangle = PeriodicWave::createTriangle(sampleRate).leakRef();
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DThreadedScrollingTree.cpp89 callOnMainThread(bind(derefScrollingCoordinator, m_scrollingCoordinator.release().leakRef()));
/macosx-10.10/WebCore-7600.1.25/page/scrolling/ios/
H A DScrollingTreeIOS.cpp77 callOnMainThread(bind(derefScrollingCoordinator, m_scrollingCoordinator.release().leakRef()));
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DDragImageGtk.cpp81 return image->nativeImageForCurrentFrame().leakRef();
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebContextMenuItem.cpp56 return adoptRef(new WebContextMenuItem(WebContextMenuItemData(WebCore::ContextMenuItemTagNoAction, title, enabled, submenu))).leakRef();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKContextConfigurationRef.cpp36 return toAPI(API::ContextConfiguration::create().leakRef());
H A DWKIconDatabase.cpp74 return toAPI(toImpl(iconDatabaseRef)->iconDataForPageURL(toWTFString(pageURL)).leakRef());
H A DWKPageGroup.cpp43 return toAPI(pageGroup.release().leakRef());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_application_cache_manager.cpp63 origins = eina_list_append(origins, EwkSecurityOrigin::create(securityOriginRef).leakRef());
H A Dewk_database_manager.cpp59 originList = eina_list_append(originList, origin.release().leakRef());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/
H A DProcessLauncher.cpp36 static WorkQueue* processLauncherWorkQueue = WorkQueue::create("com.apple.WebKit.ProcessLauncher").leakRef();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DSecItemShimProxy.cpp45 proxy = adoptRef(new SecItemShimProxy).leakRef();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundleHitTestResult.cpp44 return toAPI(nodeHandle.release().leakRef());
H A DWKBundlePage.cpp197 return toAPI(contextMenuItems(*contextMenu).leakRef());
211 return toAPI(contextMenuItems(*contextMenu).leakRef());
425 return toAPI(webImage.release().leakRef());
433 return toAPI(webImage.release().leakRef());
439 return toAPI(webImage.release().leakRef());
445 return toAPI(webImage.release().leakRef());
495 return toAPI(WebRenderObject::create(toImpl(pageRef)).leakRef());
500 return toAPI(WebRenderLayer::create(toImpl(pageRef)).leakRef());
526 return toAPI(toImpl(pageRef)->trackedRepaintRects().leakRef());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleScriptWorld.cpp64 static InjectedBundleScriptWorld* world = adoptRef(new InjectedBundleScriptWorld(&mainThreadNormalWorld())).leakRef();
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DArgumentCodersMac.mm279 result = adoptNS(resultString.leakRef());
346 result = adoptNS(dictionary.leakRef());
381 result = adoptNS((NSNumber *)number.leakRef());
396 result = adoptNS((NSString *)string.leakRef());
431 result = adoptNS(array.leakRef());
446 result = adoptNS((NSDate *)date.leakRef());
461 result = adoptNS((NSData *)data.leakRef());
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DContextMenuMac.mm83 return m_platformDescription.leakRef();
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebOpenPanelResultListener.mm44 _chooser = chooser.leakRef();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/mac/
H A DWKContextPrivateMac.mm63 return toAPI(dictionary.release().leakRef());

Completed in 454 milliseconds

12345678910