OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PinnedTabCodec
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/tabs/
pinned_tab_codec.h
17
//
PinnedTabCodec
is used to read and write the set of pinned tabs to
24
class
PinnedTabCodec
{
37
PinnedTabCodec
();
38
~
PinnedTabCodec
();
40
DISALLOW_COPY_AND_ASSIGN(
PinnedTabCodec
);
/external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec.h
23
//
PinnedTabCodec
is used to read and write the set of pinned tabs to
30
class
PinnedTabCodec
{
46
PinnedTabCodec
();
47
~
PinnedTabCodec
();
49
DISALLOW_COPY_AND_ASSIGN(
PinnedTabCodec
);
Completed in 603 milliseconds