Searched refs:CefScopedArgArray (Results 1 – 3 of 3) sorted by relevance
130 class CefScopedArgArray {132 CefScopedArgArray(int argc, char* argv[]) { in CefScopedArgArray() function143 CefScopedArgArray(const CefScopedArgArray&) = delete;144 CefScopedArgArray& operator=(const CefScopedArgArray&) = delete;146 ~CefScopedArgArray() { delete[] array_; } in ~CefScopedArgArray()
47 CefScopedArgArray argv_;
56 CefScopedArgArray scoped_arg_array(argc, argv); in RunMain()