OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SessionTab
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sessions/
session_types.cc
14
//
SessionTab
-----------------------------------------------------------------
16
SessionTab
::
SessionTab
()
22
SessionTab
::~
SessionTab
() {
25
void
SessionTab
::SetFromSyncData(const sync_pb::
SessionTab
& sync_data,
43
sync_pb::
SessionTab
SessionTab
::ToSyncData() const {
44
sync_pb::
SessionTab
sync_data
[
all
...]
session_types.h
28
//
SessionTab
----------------------------------------------------------------
30
//
SessionTab
corresponds to a NavigationController.
31
struct
SessionTab
{
32
SessionTab
();
33
~
SessionTab
();
48
void SetFromSyncData(const sync_pb::
SessionTab
& sync_data,
56
sync_pb::
SessionTab
ToSyncData() const;
103
DISALLOW_COPY_AND_ASSIGN(
SessionTab
);
123
// corresponds to
SessionTab
.tab_visual_index, not the index in
143
std::vector<
SessionTab
*> tabs
[
all
...]
/external/chromium/chrome/browser/sessions/
session_types.cc
87
//
SessionTab
-----------------------------------------------------------------
89
SessionTab
::
SessionTab
()
95
SessionTab
::~
SessionTab
() {
session_types.h
98
//
SessionTab
----------------------------------------------------------------
100
//
SessionTab
corresponds to a NavigationController.
101
struct
SessionTab
{
102
SessionTab
();
103
~
SessionTab
();
143
DISALLOW_COPY_AND_ASSIGN(
SessionTab
);
163
// corresponds to
SessionTab
.tab_visual_index, not the index in
183
std::vector<
SessionTab
*> tabs;
Completed in 44 milliseconds