Searched refs:GetSessionID (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_current_page_delegate.h50 virtual const SessionID& GetSessionID() const = 0;
H A Domnibox_current_page_delegate_impl.h28 virtual const SessionID& GetSessionID() const OVERRIDE;
H A Domnibox_current_page_delegate_impl.cc62 const SessionID& OmniboxCurrentPageDelegateImpl::GetSessionID() const { function in class:OmniboxCurrentPageDelegateImpl
H A Domnibox_edit_model.cc779 log.tab_id = delegate_->GetSessionID().id();
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_delegate.h36 virtual const SessionID& GetSessionID() const = 0;
H A Dtab_restore_service_helper.cc141 window->tabs[entry_index].browser_id = delegate->GetSessionID().id();
266 delegate->GetSessionID().id());
290 delegate->GetSessionID().id());
293 (*tab_j).browser_id = delegate->GetSessionID().id();
445 tab->browser_id = delegate->GetSessionID().id();
483 UpdateTabBrowserIDs(tab.browser_id, delegate->GetSessionID().id());
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tab_restore_service_delegate.h26 virtual const SessionID& GetSessionID() const OVERRIDE;
H A Dbrowser_tab_restore_service_delegate.cc23 const SessionID& BrowserTabRestoreServiceDelegate::GetSessionID() const { function in class:BrowserTabRestoreServiceDelegate
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_builder_test_helper.h30 SessionID::id_type GetSessionID(int session_index);
H A Drecent_tabs_builder_test_helper.cc100 SessionID::id_type RecentTabsBuilderTestHelper::GetSessionID( function in class:RecentTabsBuilderTestHelper
176 GetSessionID(session_index),
229 ASSERT_TRUE(delegate->GetForeignSession(ToSessionTag(GetSessionID(s)),
261 SessionID::id_type session_id = GetSessionID(session_index);
287 SessionID::id_type session_id = GetSessionID(session_index);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_device_manager.h56 int GetSessionID(PP_DeviceType_Dev type, const std::string& label);
H A Dpepper_platform_video_capture.cc111 session_id_ = device_manager->GetSessionID(
H A Dpepper_media_device_manager.cc137 int PepperMediaDeviceManager::GetSessionID(PP_DeviceType_Dev type, function in class:content::PepperMediaDeviceManager
H A Dpepper_platform_audio_input.cc245 int session_id = device_manager->GetSessionID(

Completed in 7810 milliseconds