Searched refs:bundlePath (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebDownload.cpp | 156 /* [out, retval] */ BSTR* bundlePath) in bundlePathForTargetPath() argument 169 *bundlePath = SysAllocStringLen(bundle.characters(), bundle.length()); in bundlePathForTargetPath() 170 if (!*bundlePath) in bundlePathForTargetPath() 188 CFDataRef WebDownload::extractResumeDataFromBundle(const String& bundlePath) in extractResumeDataFromBundle() argument 190 if (bundlePath.isEmpty()) { in extractResumeDataFromBundle() 196 String nullifiedPath = bundlePath; in extractResumeDataFromBundle() 199 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data()); in extractResumeDataFromBundle() 279 HRESULT WebDownload::appendResumeDataToBundle(CFDataRef resumeData, const String& bundlePath) in appendResumeDataToBundle() argument 285 if (bundlePath.isEmpty()) { in appendResumeDataToBundle() 290 String nullifiedPath = bundlePath; in appendResumeDataToBundle() [all …]
|
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 …ef> resumeData(AdoptCF, extractResumeDataFromBundle(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 | WebDownloadCurl.cpp | 82 /* [in] */ BSTR bundlePath, in initToResumeWithBundle() argument
|
D | WebDownload.h | 66 /* [in] */ BSTR bundlePath,
|
/external/webkit/WebKitTools/WebKitLauncher/ |
D | WebKitNightlyEnabler.m | 53 NSString *bundlePath = [[bundle bundlePath] stringByAbbreviatingWithTildeInPath]; 54 NSString *bundleFileName = [bundlePath lastPathComponent]; 66 if ([bundlePath length] < [path length]) 69 if ([[bundlePath substringToIndex:[path length]] isEqualToString:path]) {
|
D | main.m | 159 …"Launching Safari at %@ failed with the error '%s' (%d)", [safariBundle bundlePath], error, errno];
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebDownload.idl | 96 HRESULT initToResumeWithBundle([in] BSTR bundlePath, [in] IWebDownloadDelegate* delegate);
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 421 "bundlePath"
|