OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_watcher_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate.h
50
// Callback called by |
tab_watcher_
| on the IO thread to signal tab closure.
66
scoped_refptr<TabWatcher>
tab_watcher_
;
member in class:speech::ChromeSpeechRecognitionManagerDelegate
chrome_speech_recognition_manager_delegate.cc
290
// |
tab_watcher_
| is lazyly istantiated on the first call.
291
if (!
tab_watcher_
.get()) {
292
tab_watcher_
= new TabWatcher(
296
tab_watcher_
->Watch(context.render_process_id, context.render_view_id);
Completed in 95 milliseconds