Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/wrapper/
Dcef_zip_archive.cc28 class CefZipFile : public CefZipArchive::File { class
30 CefZipFile() : data_size_(0) {} in CefZipFile() function in __anone68c72d30111::CefZipFile
32 CefZipFile(const CefZipFile&) = delete;
33 CefZipFile& operator=(const CefZipFile&) = delete;
53 data_.get(), data_size_, const_cast<CefZipFile*>(this))); in GetStreamReader()
63 IMPLEMENT_REFCOUNTING(CefZipFile);
109 CefRefPtr<CefZipFile> contents = new CefZipFile(); in Load()