OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AssociateTabNode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sync/sessions/
tab_node_pool_unittest.cc
55
pool_.
AssociateTabNode
(pool_.GetFreeTabNode(&changes), i + 1);
74
pool_.
AssociateTabNode
(2, 3);
87
pool_.
AssociateTabNode
(1, 1);
90
pool_.
AssociateTabNode
(2, 1);
105
pool_.
AssociateTabNode
(5, 6);
106
pool_.
AssociateTabNode
(6, 7);
128
pool_.
AssociateTabNode
(pool_.GetFreeTabNode(&changes), i + 1);
150
pool_.
AssociateTabNode
(5, 1);
172
pool_.
AssociateTabNode
(0, 1);
176
pool_.
AssociateTabNode
(1, 2)
[
all
...]
tab_node_pool.h
64
// then be used to associate with a tab by calling
AssociateTabNode
.
87
void
AssociateTabNode
(int tab_node_id, SessionID::id_type tab_id);
tab_node_pool.cc
44
void TabNodePool::
AssociateTabNode
(int tab_node_id,
sessions_sync_manager.cc
300
local_tab_pool_.
AssociateTabNode
(tab_node_id, tab_id);
[
all
...]
Completed in 361 milliseconds