OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pinned_tabs
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec_unittest.cc
46
StartupTabs
pinned_tabs
= PinnedTabCodec::ReadPinnedTabs(profile());
local
47
std::string result = PinnedTabTestUtils::TabsToString(
pinned_tabs
);
59
PinnedTabCodec::WritePinnedTabs(profile(),
pinned_tabs
);
local
/external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.h
43
PINNED_TABS
= 1 << 6,
48
COOKIES_AND_SITE_DATA | EXTENSIONS | STARTUP_PAGES |
PINNED_TABS
|
profile_resetter.cc
116
{
PINNED_TABS
, &ProfileResetter::ResetPinnedTabs},
312
MarkAsDone(
PINNED_TABS
);
profile_resetter_unittest.cc
783
ResetAndWait(ProfileResetter::
PINNED_TABS
);
[
all
...]
/external/chromium_org/chrome/common/
pref_names.cc
[
all
...]
Completed in 853 milliseconds