Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/wrapper/
Dcef_scoped_temp_dir.cc10 CefScopedTempDir::CefScopedTempDir() {} in CefScopedTempDir() function in CefScopedTempDir
12 CefScopedTempDir::~CefScopedTempDir() { in ~CefScopedTempDir()
17 bool CefScopedTempDir::CreateUniqueTempDir() { in CreateUniqueTempDir()
29 bool CefScopedTempDir::CreateUniqueTempDirUnderPath( in CreateUniqueTempDirUnderPath()
45 bool CefScopedTempDir::Set(const CefString& path) { in Set()
56 bool CefScopedTempDir::Delete() { in Delete()
69 CefString CefScopedTempDir::Take() { in Take()
75 const CefString& CefScopedTempDir::GetPath() const { in GetPath()
80 bool CefScopedTempDir::IsEmpty() const { in IsEmpty()
84 bool CefScopedTempDir::IsValid() const { in IsValid()
/third_party/cef/include/wrapper/
Dcef_scoped_temp_dir.h55 class CefScopedTempDir {
60 CefScopedTempDir();
62 CefScopedTempDir(const CefScopedTempDir&) = delete;
63 CefScopedTempDir& operator=(const CefScopedTempDir&) = delete;
68 ~CefScopedTempDir();
/third_party/cef/tests/ceftests/
Dscoped_temp_dir_unittest.cc18 CefScopedTempDir dir; in TEST()
25 CefScopedTempDir dir; in TEST()
38 CefScopedTempDir dir; in TEST()
49 CefScopedTempDir dir; in TEST()
68 CefScopedTempDir dir; in TEST()
79 CefScopedTempDir dir; in TEST()
85 CefScopedTempDir other_dir; in TEST()
Dfile_util_unittest.cc39 CefScopedTempDir dir; in TEST()
Dtest_suite.cc103 CefScopedTempDir temp_dir; in CefTestSuite()
Dtest_util.h102 CefScopedTempDir scoped_temp_dir; \
Ddownload_unittest.cc522 CefScopedTempDir temp_dir_;
Dresource_manager_unittest.cc777 CefScopedTempDir scoped_dir; in TEST()
836 CefScopedTempDir scoped_dir; in TEST()
Drequest_context_unittest.cc138 CefScopedTempDir tempdir; in TEST()
Durlrequest_unittest.cc2720 CefScopedTempDir post_file_tmpdir_;
3237 CefScopedTempDir context_tmpdir_;
/third_party/cef/tests/ceftests/extensions/
Dextension_test_handler.h140 CefScopedTempDir request_context_temp_dir_;