Home
last modified time | relevance | path

Searched refs:executableURL (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/win/
DPlatformUtilitiesWin.cpp87 RetainPtr<CFURLRef> executableURL(AdoptCF, CFBundleCopyExecutableURL(CFBundleGetMainBundle())); in createInjectedBundlePath() local
88 … executableContainerURL(AdoptCF, CFURLCreateCopyDeletingLastPathComponent(0, executableURL.get())); in createInjectedBundlePath()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm234 RetainPtr<CFURLRef> executableURL(AdoptCF, CFBundleCopyExecutableURL(cfBundle.get()));
235 if (!executableURL)
237 …le *executableFile = [NSFileHandle fileHandleForReadingAtPath:[(NSURL *)executableURL.get() path]];
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTree.mm276 …URL URLWithString:@"DumpRenderTree.resources" relativeToURL:[[NSBundle mainBundle] executableURL]];