OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ask_user
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/public/browser/
speech_recognition_manager_delegate.h
33
base::Callback<void(bool
ask_user
, bool is_allowed)> callback) = 0;
/external/chromium_org/content/shell/browser/
shell_speech_recognition_manager_delegate.cc
14
int session_id, Callback<void(bool
ask_user
, bool is_allowed)> callback) {
17
// first parameter,
ask_user
, is set to false because we don't want to prompt
shell_speech_recognition_manager_delegate.h
28
base::Callback<void(bool
ask_user
, bool is_allowed)> callback) OVERRIDE;
/external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate.h
46
base::Callback<void(bool
ask_user
, bool is_allowed)> callback) OVERRIDE;
60
base::Callback<void(bool
ask_user
, bool is_allowed)> callback,
chrome_speech_recognition_manager_delegate.cc
351
base::Callback<void(bool
ask_user
, bool is_allowed)> callback) {
398
base::Callback<void(bool
ask_user
, bool is_allowed)> callback,
/external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h
140
bool
ask_user
,
speech_recognition_manager_impl.cc
181
bool
ask_user
,
194
if (
ask_user
) {
585
// From the
ask_user
=false path, use the default device.
590
// From the
ask_user
=true path, use the selected device.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py
445
ask_user
= True
450
ask_user
= False
454
if not
ask_user
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py
445
ask_user
= True
450
ask_user
= False
454
if not
ask_user
:
Completed in 339 milliseconds