OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RestoreEntryById
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sessions/
in_memory_tab_restore_service.cc
67
std::vector<content::WebContents*> InMemoryTabRestoreService::
RestoreEntryById
(
72
return helper_.
RestoreEntryById
(delegate, id, host_desktop_type, disposition);
tab_restore_service_helper.cc
180
return
RestoreEntryById
(delegate, entries_.front()->id, host_desktop_type,
199
std::vector<content::WebContents*> TabRestoreServiceHelper::
RestoreEntryById
(
persistent_tab_restore_service.cc
[
all
...]
/external/chromium/chrome/browser/sessions/
tab_restore_service.cc
302
RestoreEntryById
(delegate, entries_.front()->id, false);
305
void TabRestoreService::
RestoreEntryById
(TabRestoreServiceDelegate* delegate,
[
all
...]
Completed in 569 milliseconds