OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetSession
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/net/http/
http_network_layer.cc
68
trans->reset(new HttpNetworkTransaction(priority,
GetSession
()));
76
HttpNetworkSession* HttpNetworkLayer::
GetSession
() { return session_.get(); }
http_transaction_unittest.cc
424
net::HttpNetworkSession* MockNetworkLayer::
GetSession
() {
http_cache.cc
392
HttpNetworkSession* session = network->
GetSession
();
400
HttpNetworkSession* session = network->
GetSession
();
440
HttpNetworkSession* HttpCache::
GetSession
() {
443
return network->
GetSession
();
[
all
...]
/external/chromium_org/content/public/test/
fake_speech_recognition_manager.cc
120
int FakeSpeechRecognitionManager::
GetSession
(int render_process_id,
/external/chromium/net/http/
http_network_layer.cc
146
trans->reset(new HttpNetworkTransaction(
GetSession
()));
154
HttpNetworkSession* HttpNetworkLayer::
GetSession
() {
http_transaction_unittest.cc
338
net::HttpNetworkSession* MockNetworkLayer::
GetSession
() {
http_cache.cc
457
HttpNetworkSession* session = network->
GetSession
();
465
HttpNetworkSession* session = network->
GetSession
();
483
HttpNetworkSession* HttpCache::
GetSession
() {
486
return network->
GetSession
();
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc
116
Session* SessionManager::
GetSession
(const std::string& sid) {
/external/chromium_org/chrome/browser/sync/glue/
synced_session_tracker.cc
107
SyncedSession* SyncedSessionTracker::
GetSession
(
144
GetSession
(session_tag)->windows.clear();
253
GetSession
(session_tag)->windows[window_id]);
254
GetSession
(session_tag)->windows[window_id] = window_ptr;
282
DCHECK(
GetSession
(session_tag)->windows.find(window_id) !=
283
GetSession
(session_tag)->windows.end());
285
GetSession
(session_tag)->windows[window_id]->tabs;
/external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.cc
59
WebContentDecryptionModuleSessionImpl*
GetSession
(uint32 session_id);
135
GetSession
(session_id)->OnSessionCreated(web_session_id);
141
GetSession
(session_id)->OnSessionMessage(message, destination_url);
145
GetSession
(session_id)->OnSessionReady();
149
GetSession
(session_id)->OnSessionClosed();
155
GetSession
(session_id)->OnSessionError(error_code, system_code);
158
WebContentDecryptionModuleSessionImpl* SessionIdAdapter::
GetSession
(
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc
127
Session* SessionManager::
GetSession
(const std::string& sid) {
/external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.cc
431
int SpeechRecognitionManagerImpl::
GetSession
(
449
return
GetSession
(session_id)->context;
492
Session* session =
GetSession
(session_id);
568
Session* session =
GetSession
(session_id);
648
SpeechRecognitionManagerImpl::
GetSession
(int session_id) const {
657
Session* session =
GetSession
(session_id);
670
return
GetSession
(session_id)->config;
Completed in 938 milliseconds