OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartSession
(Results
1 - 25
of
37
) sorted by null
1
2
/external/chromium_org/content/renderer/media/
renderer_webmidiaccessor_impl.cc
23
void RendererWebMIDIAccessorImpl::
startSession
() {
24
midi_message_filter()->
StartSession
(client_);
midi_message_filter.h
34
void
StartSession
(blink::WebMIDIAccessorClient* client);
/external/chromium_org/content/public/browser/
speech_recognition_manager.h
46
virtual void
StartSession
(int session_id) = 0;
/external/chromium_org/chrome/browser/chromeos/login/
crash_restore_browsertest.cc
56
session_manager_client_->
StartSession
(kUserId1);
121
session_manager_client_->
StartSession
(kUserId2);
122
session_manager_client_->
StartSession
(kUserId3);
/external/chromium/chrome/browser/chromeos/cros/
mock_login_library.h
40
MOCK_METHOD2(
StartSession
, bool(const std::string&, const std::string&));
login_library.h
94
virtual bool
StartSession
(const std::string& user_email,
login_library.cc
132
bool
StartSession
(const std::string& user_email,
135
return chromeos::
StartSession
(user_email.c_str(), "");
356
bool
StartSession
(const std::string& user_email,
/external/chromium_org/content/browser/speech/endpointer/
endpointer.h
51
void
StartSession
();
energy_endpointer.h
68
void
StartSession
();
endpointer.cc
70
void Endpointer::
StartSession
() {
72
energy_endpointer_.
StartSession
();
endpointer_unittest.cc
107
endpointer.
StartSession
();
144
endpointer.
StartSession
();
/external/chromium_org/media/midi/
midi_manager.h
51
// A client calls
StartSession
() to receive and send MIDI data.
55
bool
StartSession
(MIDIManagerClient* client);
midi_manager.cc
26
bool MIDIManager::
StartSession
(MIDIManagerClient* client) {
/external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc
61
void
StartSession
() {
121
test->
StartSession
();
181
test->
StartSession
();
200
test->
StartSession
();
/external/chromium_org/chromeos/dbus/
mock_session_manager_client.h
27
MOCK_METHOD1(
StartSession
, void(const std::string&));
session_manager_client.h
65
virtual void
StartSession
(const std::string& user_email) = 0;
fake_session_manager_client.h
33
virtual void
StartSession
(const std::string& user_email) OVERRIDE;
fake_session_manager_client.cc
51
void FakeSessionManagerClient::
StartSession
(const std::string& user_email) {
/external/chromium_org/content/public/test/
fake_speech_recognition_manager.h
47
virtual void
StartSession
(int session_id) OVERRIDE;
fake_speech_recognition_manager.cc
62
void FakeSpeechRecognitionManager::
StartSession
(int session_id) {
63
VLOG(1) << "FAKE
StartSession
invoked.";
/external/chromium/third_party/libjingle/source/talk/base/
network.h
108
void
StartSession
(NetworkSession* session);
/external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h
63
virtual void
StartSession
(int session_id) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.h
88
virtual void
StartSession
(const std::string& user_email) OVERRIDE;
/external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate_bubble_ui.cc
217
manager->
StartSession
(new_session_id);
/external/chromium_org/content/browser/renderer_host/media/
midi_host.cc
89
success = midi_manager_->
StartSession
(this);
Completed in 659 milliseconds
1
2