Searched refs:StartSession (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/content/renderer/media/
H A Drenderer_webmidiaccessor_impl.cc24 midi_message_filter()->StartSession(client_);
H A Dmidi_message_filter.h35 void StartSession(WebKit::WebMIDIAccessorClient* client);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dcrash_restore_browsertest.cc55 session_manager_client_->StartSession(kUserId1);
120 session_manager_client_->StartSession(kUserId2);
121 session_manager_client_->StartSession(kUserId3);
/external/chromium_org/content/browser/speech/endpointer/
H A Denergy_endpointer.h68 void StartSession();
H A Dendpointer.cc70 void Endpointer::StartSession() { function in class:content::Endpointer
72 energy_endpointer_.StartSession();
H A Dendpointer_unittest.cc107 endpointer.StartSession();
144 endpointer.StartSession();
H A Dendpointer.h51 void StartSession();
/external/chromium_org/content/public/browser/
H A Dspeech_recognition_manager.h46 virtual void StartSession(int session_id) = 0;
/external/chromium/chrome/browser/chromeos/cros/
H A Dlogin_library.h94 virtual bool StartSession(const std::string& user_email,
H A Dmock_login_library.h40 MOCK_METHOD2(StartSession, bool(const std::string&, const std::string&));
H A Dlogin_library.cc132 bool StartSession(const std::string& user_email, function in class:chromeos::LoginLibraryImpl
135 return chromeos::StartSession(user_email.c_str(), "");
356 bool StartSession(const std::string& user_email, function in class:chromeos::LoginLibraryStubImpl
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item_unittest.cc60 void StartSession() { function in class:ash::internal::ScreenTrayItemTest
120 test->StartSession();
180 test->StartSession();
199 test->StartSession();
/external/chromium_org/chromeos/dbus/
H A Dmock_session_manager_client.h27 MOCK_METHOD1(StartSession, void(const std::string&));
H A Dfake_session_manager_client.h33 virtual void StartSession(const std::string& user_email) OVERRIDE;
H A Dsession_manager_client.h73 virtual void StartSession(const std::string& user_email) = 0;
H A Dfake_session_manager_client.cc50 void FakeSessionManagerClient::StartSession(const std::string& user_email) { function in class:chromeos::FakeSessionManagerClient
/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.h47 virtual void StartSession(int session_id) OVERRIDE;
H A Dfake_speech_recognition_manager.cc62 void FakeSpeechRecognitionManager::StartSession(int session_id) { function in class:content::FakeSpeechRecognitionManager
63 VLOG(1) << "FAKE StartSession invoked.";
/external/chromium_org/media/midi/
H A Dmidi_manager.cc26 bool MIDIManager::StartSession(MIDIManagerClient* client) { function in class:media::MIDIManager
H A Dmidi_manager.h56 // A client calls StartSession() to receive and send MIDI data.
60 bool StartSession(MIDIManagerClient* client);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.h108 void StartSession(NetworkSession* session);
/external/chromium_org/content/browser/renderer_host/media/
H A Dmidi_host.cc77 success = midi_manager_->StartSession(this);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_test_helper.h88 virtual void StartSession(const std::string& user_email) OVERRIDE;
/external/chromium_org/chrome/browser/speech/
H A Dchrome_speech_recognition_manager_delegate_bubble_ui.cc216 manager->StartSession(new_session_id);
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_manager_impl.h63 virtual void StartSession(int session_id) OVERRIDE;

Completed in 366 milliseconds

12