Home
last modified time | relevance | path

Searched refs:auth_scope (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dspeech_recognizer.cc65 const std::string& auth_scope,
131 const std::string& auth_scope, in Start() argument
156 config.auth_scope = auth_scope; in Start()
315 std::string auth_scope; in Start() local
317 GetSpeechAuthParameters(&auth_scope, &auth_token); in Start()
327 auth_scope, auth_token)); in Start()
393 void SpeechRecognizer::GetSpeechAuthParameters(std::string* auth_scope, in GetSpeechAuthParameters() argument
H A Dspeech_recognizer.h108 void GetSpeechAuthParameters(std::string* auth_scope,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/speech/
H A Dspeech_recognizer.cc57 const std::string& auth_scope,
135 const std::string& auth_scope, in StartOnIOThread() argument
160 config.auth_scope = auth_scope; in StartOnIOThread()
313 std::string auth_scope; in Start() local
315 delegate_->GetSpeechAuthParameters(&auth_scope, &auth_token); in Start()
320 speech_event_listener_, auth_scope, auth_token, preamble)); in Start()
H A Dspeech_recognizer_delegate.h41 virtual void GetSpeechAuthParameters(std::string* auth_scope,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dspeech_recognition_session_config.h42 std::string auth_scope; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dspeech_recognition_session_config.h42 std::string auth_scope; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/accessibility/
H A Ddictation_chromeos.h44 void GetSpeechAuthParameters(std::string* auth_scope,
H A Ddictation_chromeos.cc117 void DictationChromeos::GetSpeechAuthParameters(std::string* auth_scope, in GetSpeechAuthParameters() argument
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Dimap.py80 auth_scope = "https://mail.google.com/" variable in Py3status
201 self.client_secret, [self.auth_scope]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dspeech_recognition_engine.h93 std::string auth_scope; member
H A Dspeech_recognition_manager_impl.cc288 remote_engine_config.auth_scope = config.auth_scope; in CreateSession()
H A Dspeech_recognition_engine.cc502 !config_.auth_scope.empty()); in ConnectBothStreams()
H A Dspeech_recognition_engine_unittest.cc449 config.auth_scope = "bar"; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dspeech_recognition_engine.h99 std::string auth_scope; member
H A Dspeech_recognition_manager_impl.cc286 remote_engine_config.auth_scope = config.auth_scope; in CreateSession()
H A Dspeech_recognition_engine.cc305 !config_.auth_scope.empty()); in ConnectBothStreams()
H A Dspeech_recognition_engine_unittest.cc448 config.auth_scope = "bar"; in TEST_F()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_http_admin_api/
H A Dmod_http_admin_api.lua49 elseif session.auth_scope ~= "prosody:scope:admin" then
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/pages/
H A Dindex.md229 | `auth_scope` | The OAuth application scope to use for authentication. …
420 gitlab_pages['auth_scope'] = 'read_api'