Searched defs:bundlePath (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/network/win/
H A DDownloadBundleWin.cpp51 bool appendResumeData(CFDataRef resumeData, const String& bundlePath) argument
57 if (bundlePath.isEmpty()) {
62 String nullifiedPath = bundlePath;
65 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data());
103 CFDataRef extractResumeData(const String& bundlePath) argument
105 if (bundlePath.isEmpty()) {
111 String nullifiedPath = bundlePath;
114 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data());
/external/webkit/Source/WebKit/win/
H A DWebDownload.cpp139 /* [out, retval] */ BSTR* bundlePath)
152 *bundlePath = SysAllocStringLen(bundle.characters(), bundle.length());
153 if (!*bundlePath)
137 bundlePathForTargetPath( BSTR targetPath, BSTR* bundlePath) argument
H A DWebDownloadCurl.cpp80 /* [in] */ BSTR bundlePath,
79 initToResumeWithBundle( BSTR bundlePath, IWebDownloadDelegate* delegate) argument
H A DWebDownloadCFNet.cpp164 /* [in] */ BSTR bundlePath,
167 LOG(Download, "Attempting resume of download bundle %s", String(bundlePath, SysStringLen(bundlePath)).ascii().data());
169 RetainPtr<CFDataRef> resumeData(AdoptCF, DownloadBundle::extractResumeData(String(bundlePath, SysStringLen(bundlePath))));
183 RetainPtr<CFURLRef> pathURL(AdoptCF, MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePath, SysStringLen(bundlePath))));
193 m_bundlePath = String(bundlePath, SysStringLen(bundlePath));
205 LOG(Download, "WebDownload - initWithRequest complete, resumed download of bundle %s", String(bundlePath, SysStringLe
163 initToResumeWithBundle( BSTR bundlePath, IWebDownloadDelegate* delegate) argument
[all...]
/external/webkit/Tools/WebKitTestRunner/win/
H A DTestControllerWin.cpp127 CFMutableStringRef bundlePath = CFStringCreateMutableCopy(0, 0, exeContainerPath); local
128 CFStringAppendCString(bundlePath, injectedBundleDLL, kCFStringEncodingWindowsLatin1);
129 m_injectedBundlePath.adopt(WKStringCreateWithCFString(bundlePath));

Completed in 142 milliseconds