Searched refs:GetArguments (Results 1 – 9 of 9) sorted by relevance
56 void GetArguments(ArgumentList& arguments) override;
359 void CefCommandLineCToCpp::GetArguments(ArgumentList& arguments) { in GetArguments() function in CefCommandLineCToCpp
193 virtual void GetArguments(ArgumentList& arguments) = 0;
44 void GetArguments(ArgumentList& arguments) override;
131 void CefCommandLineImpl::GetArguments(ArgumentList& arguments) { in GetArguments() function in CefCommandLineImpl
67 command_line->GetArguments(args); in VerifyCommandLine()
226 HRESULT GetArguments(IDataObject *pDataObj, LPCWSTR *pArguments) {376 if (SUCCEEDED(GetArguments(pDataObj, &args))) {
350 CefCommandLineCppToC::Get(self)->GetArguments(argumentsList); in command_line_get_arguments()
283 virtual LPCWSTR* STDMETHODCALLTYPE GetArguments() = 0;