Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Dcommand_line_impl.cc168 static CefRefPtr<CefCommandLineImpl> commandLinePtr; in GetGlobalCommandLine() local
169 if (!commandLinePtr.get()) { in GetGlobalCommandLine()
172 commandLinePtr = new CefCommandLineImpl(command_line, false, true); in GetGlobalCommandLine()
174 return commandLinePtr.get(); in GetGlobalCommandLine()
/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.cc126 CefRefPtr<CefCommandLineImpl> commandLinePtr( in BasicStartupComplete() local
129 commandLinePtr.get()); in BasicStartupComplete()
130 std::ignore = commandLinePtr->Detach(nullptr); in BasicStartupComplete()
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc137 CefRefPtr<CefCommandLineImpl> commandLinePtr( in AppendExtraCommandLineSwitches() local
139 handler->OnBeforeChildProcessLaunch(commandLinePtr.get()); in AppendExtraCommandLineSwitches()
140 std::ignore = commandLinePtr->Detach(nullptr); in AppendExtraCommandLineSwitches()
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc282 CefRefPtr<CefCommandLineImpl> commandLinePtr( in BasicStartupComplete() local
285 commandLinePtr.get()); in BasicStartupComplete()
286 std::ignore = commandLinePtr->Detach(nullptr); in BasicStartupComplete()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc828 CefRefPtr<CefCommandLineImpl> commandLinePtr( in AppendExtraCommandLineSwitches() local
830 handler->OnBeforeChildProcessLaunch(commandLinePtr.get()); in AppendExtraCommandLineSwitches()
831 std::ignore = commandLinePtr->Detach(nullptr); in AppendExtraCommandLineSwitches()