HomeSort by relevance Sort by last modified time
    Searched refs:GetSessionID (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate.h 50 virtual const SessionID& GetSessionID() const = 0;
omnibox_current_page_delegate_impl.h 28 virtual const SessionID& GetSessionID() const OVERRIDE;
omnibox_current_page_delegate_impl.cc 62 const SessionID& OmniboxCurrentPageDelegateImpl::GetSessionID() const {
omnibox_edit_model.cc     [all...]
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_delegate.h 36 virtual const SessionID& GetSessionID() const = 0;
tab_restore_service_helper.cc 141 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/
browser_tab_restore_service_delegate.h 26 virtual const SessionID& GetSessionID() const OVERRIDE;
browser_tab_restore_service_delegate.cc 23 const SessionID& BrowserTabRestoreServiceDelegate::GetSessionID() const {
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.h 30 SessionID::id_type GetSessionID(int session_index);
recent_tabs_builder_test_helper.cc 100 SessionID::id_type RecentTabsBuilderTestHelper::GetSessionID(
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/
pepper_media_device_manager.h 56 int GetSessionID(PP_DeviceType_Dev type, const std::string& label);
pepper_platform_video_capture.cc 111 session_id_ = device_manager->GetSessionID(
pepper_media_device_manager.cc 137 int PepperMediaDeviceManager::GetSessionID(PP_DeviceType_Dev type,
pepper_platform_audio_input.cc 245 int session_id = device_manager->GetSessionID(

Completed in 376 milliseconds