OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_tab_id
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.cc
519
const int
new_tab_id
= ExtensionTabUtil::GetTabId(new_contents);
local
522
args->Append(new FundamentalValue(
new_tab_id
));
536
tab_entries_[
new_tab_id
] = TabEntry();
/external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.h
303
// compares
new_tab_id
against the previously persisted tab ID (from
308
SessionID::id_type
new_tab_id
,
sessions_sync_manager.cc
809
SessionID::id_type
new_tab_id
,
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
session_model_associator.h
326
// |
new_tab_id
|.
328
SessionID::id_type
new_tab_id
);
session_model_associator.cc
[
all
...]
Completed in 153 milliseconds