HomeSort by relevance Sort by last modified time
    Searched defs:ReadPinnedTabs (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.cc 115 std::vector<Tab> PinnedTabCodec::ReadPinnedTabs(Profile* profile) {
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec.cc 142 StartupTabs PinnedTabCodec::ReadPinnedTabs(Profile* profile) {
146 return ReadPinnedTabs(prefs->GetList(prefs::kPinnedTabs));
150 StartupTabs PinnedTabCodec::ReadPinnedTabs(const base::Value* value) {

Completed in 52 milliseconds