OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSessionID
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sessions/
tab_restore_service_delegate.h
27
virtual const SessionID&
GetSessionID
() const = 0;
tab_restore_service.cc
254
window->tabs[entry_index].browser_id = delegate->
GetSessionID
().id();
368
delegate->
GetSessionID
().id());
389
delegate->
GetSessionID
().id());
392
(*tab_j).browser_id = delegate->
GetSessionID
().id();
512
tab->browser_id = delegate->
GetSessionID
().id();
911
UpdateTabBrowserIDs(tab.browser_id, delegate->
GetSessionID
().id());
[
all
...]
/external/chromium/chrome/browser/ui/
browser_tab_restore_service_delegate.h
30
virtual const SessionID&
GetSessionID
() const OVERRIDE;
browser_tab_restore_service_delegate.cc
15
const SessionID& BrowserTabRestoreServiceDelegate::
GetSessionID
() const {
Completed in 2695 milliseconds