Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dmain_context.h28 virtual std::string GetConsoleLogPath() = 0;
Dmain_context_impl.h26 std::string GetConsoleLogPath() override;
Dmain_context_impl.cc154 std::string MainContextImpl::GetConsoleLogPath() { in GetConsoleLogPath() function in client::MainContextImpl
Dclient_handler.cc253 console_log_file_(MainContext::Get()->GetConsoleLogPath()), in ClientHandler()