/external/webkit/Source/WebCore/platform/network/win/ |
D | DownloadBundleWin.cpp | 51 bool appendResumeData(CFDataRef resumeData, const String& bundlePath) in appendResumeData() argument 57 if (bundlePath.isEmpty()) { in appendResumeData() 62 String nullifiedPath = bundlePath; in appendResumeData() 65 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data()); in appendResumeData() 103 CFDataRef extractResumeData(const String& bundlePath) in extractResumeData() argument 105 if (bundlePath.isEmpty()) { in extractResumeData() 111 String nullifiedPath = bundlePath; in extractResumeData() 114 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data()); in extractResumeData()
|
/external/webkit/Source/WebKit/win/ |
D | WebDownloadCFNet.cpp | 164 /* [in] */ BSTR bundlePath, in initToResumeWithBundle() argument 167 …ownload, "Attempting resume of download bundle %s", String(bundlePath, SysStringLen(bundlePath)).a… in initToResumeWithBundle() 169 …sumeData(AdoptCF, DownloadBundle::extractResumeData(String(bundlePath, SysStringLen(bundlePath)))); in initToResumeWithBundle() 183 …optCF, MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePath, SysStringLen(bundlePath)))); in initToResumeWithBundle() 193 m_bundlePath = String(bundlePath, SysStringLen(bundlePath)); in initToResumeWithBundle() 205 …thRequest complete, resumed download of bundle %s", String(bundlePath, SysStringLen(bundlePath)).a… in initToResumeWithBundle()
|
D | WebDownload.cpp | 139 /* [out, retval] */ BSTR* bundlePath) in bundlePathForTargetPath() argument 152 *bundlePath = SysAllocStringLen(bundle.characters(), bundle.length()); in bundlePathForTargetPath() 153 if (!*bundlePath) in bundlePathForTargetPath()
|
D | WebDownloadCurl.cpp | 80 /* [in] */ BSTR bundlePath, in initToResumeWithBundle() argument
|
D | WebDownload.h | 68 /* [in] */ BSTR bundlePath,
|
/external/webkit/Source/WebCore/platform/network/curl/ |
D | DownloadBundle.h | 36 bool appendResumeData(CFDataRef resumeData, const String& bundlePath); 37 CFDataRef extractResumeData(const String& bundlePath);
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | DownloadBundle.h | 36 bool appendResumeData(CFDataRef resumeData, const String& bundlePath); 37 CFDataRef extractResumeData(const String& bundlePath);
|
/external/clang/test/SemaObjC/ |
D | property-6.m | 47 - (NSString *)bundlePath; method 64 frameworkBundle.bundlePath = 0; 65 [plugInPaths addObject:frameworkBundle.bundlePath];
|
/external/webkit/Tools/WebKitTestRunner/win/ |
D | TestControllerWin.cpp | 127 CFMutableStringRef bundlePath = CFStringCreateMutableCopy(0, 0, exeContainerPath); in initializeInjectedBundlePath() local 128 CFStringAppendCString(bundlePath, injectedBundleDLL, kCFStringEncodingWindowsLatin1); in initializeInjectedBundlePath() 129 m_injectedBundlePath.adopt(WKStringCreateWithCFString(bundlePath)); in initializeInjectedBundlePath()
|
/external/webkit/Tools/WebKitLauncher/ |
D | WebKitNightlyEnabler.m | 61 NSString *bundlePath = [[bundle bundlePath] stringByAbbreviatingWithTildeInPath]; 62 NSString *bundleFileName = [bundlePath lastPathComponent]; 74 if ([bundlePath length] < [path length]) 77 if ([[bundlePath substringToIndex:[path length]] isEqualToString:path]) { 78 NSLog(@"Extension detected: %@", bundlePath); 151 [checkInDictionary setObject:[bundle bundlePath] forKey:@"LSBundlePath"];
|
D | main.m | 243 …"Launching Safari at %@ failed with the error '%s' (%d)", [safariBundle bundlePath], error, errno];
|
/external/webkit/Tools/TestWebKitAPI/win/ |
D | PlatformUtilitiesWin.cpp | 91 …RetainPtr<CFStringRef> bundlePath(AdoptCF, CFURLCopyFileSystemPath(bundleURL.get(), kCFURLWindowsP… in createInjectedBundlePath() local 92 return WKStringCreateWithCFString(bundlePath.get()); in createInjectedBundlePath()
|
/external/webkit/Tools/WebKitTestRunner/mac/ |
D | TestControllerMac.mm | 45 …NSString *nsBundlePath = [[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"WebK… 51 …PluginDirectory.adopt(WKStringCreateWithCFString((CFStringRef)[[NSBundle mainBundle] bundlePath]));
|
/external/webkit/Source/WebKit2/Platform/mac/ |
D | ModuleMac.mm | 33 RetainPtr<CFStringRef> bundlePath(AdoptCF, m_path.createCFString()); 34 … bundleURL(AdoptCF, CFURLCreateWithFileSystemPath(kCFAllocatorDefault, bundlePath.get(), kCFURLPOS…
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/ |
D | DownloadCFNet.cpp | 134 …RetainPtr<CFStringRef> bundlePath(AdoptCF, CFStringCreateWithCharactersNoCopy(0, reinterpret_cast<… in didDecideDestination() local 135 …RetainPtr<CFURLRef> bundlePathURL(AdoptCF, CFURLCreateWithFileSystemPath(0, bundlePath.get(), kCFU… in didDecideDestination()
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | AppDelegate.m | 136 WKStringRef bundlePath = WKStringCreateWithCFString(bundlePathCF); 138 _processContext = WKContextCreateWithInjectedBundlePath(bundlePath); 150 WKRelease(bundlePath);
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginHostManager.mm | 155 (NSString *)pluginPath, @"bundlePath", 279 NSString *bundlePath = pluginPath; 291 …ePath fileSystemRepresentation], "-createPluginMIMETypesPreferences", [bundlePath fileSystemRepres…
|
/external/webkit/Tools/TestWebKitAPI/mac/ |
D | PlatformUtilitiesMac.mm | 51 …NSString *nsString = [[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"Injected…
|
/external/webkit/Source/WebKit2/WebProcess/mac/ |
D | WebProcessMac.mm | 174 …AMEWORK_DIR", [[[NSBundle bundleForClass:NSClassFromString(@"WKView")] bundlePath] stringByDeletin… 215 [[NSFileManager defaultManager] changeCurrentDirectoryPath:[[NSBundle mainBundle] bundlePath]];
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | dock_icon.mm | 44 NSString* appPath = [[NSBundle mainBundle] bundlePath];
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebDownload.idl | 96 HRESULT initToResumeWithBundle([in] BSTR bundlePath, [in] IWebDownloadDelegate* delegate);
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/ |
D | NetscapePluginModuleMac.mm | 313 RetainPtr<CFStringRef> bundlePath(AdoptCF, pluginPath.createCFString()); 314 … bundleURL(AdoptCF, CFURLCreateWithFileSystemPath(kCFAllocatorDefault, bundlePath.get(), kCFURLPOS…
|
/external/chromium/chrome/browser/cocoa/ |
D | install_from_dmg.mm | 199 [[[NSBundle mainBundle] bundlePath] fileSystemRepresentation]); 401 NSString* source_path = [[NSBundle mainBundle] bundlePath];
|
/external/chromium/base/mac/ |
D | foundation_util.mm | 80 return FilePath([[bundle bundlePath] fileSystemRepresentation]);
|
D | mac_util.mm | 92 NSURL* url = [NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]]; 436 NSURL* url = [NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]];
|