Home
last modified time | relevance | path

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

/third_party/cef/include/wrapper/
Dcef_helpers.h130 class CefScopedArgArray {
132 CefScopedArgArray(int argc, char* argv[]) { in CefScopedArgArray() function
143 CefScopedArgArray(const CefScopedArgArray&) = delete;
144 CefScopedArgArray& operator=(const CefScopedArgArray&) = delete;
146 ~CefScopedArgArray() { delete[] array_; } in ~CefScopedArgArray()
/third_party/cef/tests/ceftests/
Dtest_suite.h47 CefScopedArgArray argv_;
/third_party/cef/tests/cefclient/
Dcefclient_gtk.cc56 CefScopedArgArray scoped_arg_array(argc, argv); in RunMain()