Searched refs:commandLinePtr (Results 1 – 5 of 5) sorted by relevance
168 static CefRefPtr<CefCommandLineImpl> commandLinePtr; in GetGlobalCommandLine() local169 if (!commandLinePtr.get()) { in GetGlobalCommandLine()172 commandLinePtr = new CefCommandLineImpl(command_line, false, true); in GetGlobalCommandLine()174 return commandLinePtr.get(); in GetGlobalCommandLine()
126 CefRefPtr<CefCommandLineImpl> commandLinePtr( in BasicStartupComplete() local129 commandLinePtr.get()); in BasicStartupComplete()130 std::ignore = commandLinePtr->Detach(nullptr); in BasicStartupComplete()
137 CefRefPtr<CefCommandLineImpl> commandLinePtr( in AppendExtraCommandLineSwitches() local139 handler->OnBeforeChildProcessLaunch(commandLinePtr.get()); in AppendExtraCommandLineSwitches()140 std::ignore = commandLinePtr->Detach(nullptr); in AppendExtraCommandLineSwitches()
282 CefRefPtr<CefCommandLineImpl> commandLinePtr( in BasicStartupComplete() local285 commandLinePtr.get()); in BasicStartupComplete()286 std::ignore = commandLinePtr->Detach(nullptr); in BasicStartupComplete()
828 CefRefPtr<CefCommandLineImpl> commandLinePtr( in AppendExtraCommandLineSwitches() local830 handler->OnBeforeChildProcessLaunch(commandLinePtr.get()); in AppendExtraCommandLineSwitches()831 std::ignore = commandLinePtr->Detach(nullptr); in AppendExtraCommandLineSwitches()