Home
last modified time | relevance | path

Searched refs:bundlePath (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebKit/win/
DWebDownload.cpp156 /* [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 …]
DWebDownloadCFNet.cpp164 /* [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()
DWebDownloadCurl.cpp82 /* [in] */ BSTR bundlePath, in initToResumeWithBundle() argument
DWebDownload.h66 /* [in] */ BSTR bundlePath,
/external/webkit/WebKitTools/WebKitLauncher/
DWebKitNightlyEnabler.m53 NSString *bundlePath = [[bundle bundlePath] stringByAbbreviatingWithTildeInPath];
54 NSString *bundleFileName = [bundlePath lastPathComponent];
66 if ([bundlePath length] < [path length])
69 if ([[bundlePath substringToIndex:[path length]] isEqualToString:path]) {
Dmain.m159 …"Launching Safari at %@ failed with the error '%s' (%d)", [safariBundle bundlePath], error, errno];
/external/webkit/WebKit/win/Interfaces/
DIWebDownload.idl96 HRESULT initToResumeWithBundle([in] BSTR bundlePath, [in] IWebDownloadDelegate* delegate);
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt421 "bundlePath"