Home
last modified time | relevance | path

Searched refs:pinned_urls_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Dtop_sites.cc137 pinned_urls_(NULL), in TopSites()
162 pinned_urls_ = in TopSites()
413 return pinned_urls_->GetIntegerWithoutPathExpansion(GetURLString(url), &tmp); in IsURLPinned()
430 for (DictionaryValue::key_iterator it = pinned_urls_->begin_keys(); in GetPinnedURLAtIndex()
431 it != pinned_urls_->end_keys(); ++it) { in GetPinnedURLAtIndex()
433 if (pinned_urls_->GetIntegerWithoutPathExpansion(*it, &current_index)) { in GetPinnedURLAtIndex()
659 for (DictionaryValue::key_iterator it = pinned_urls_->begin_keys(); in MigratePinnedURLs()
660 it != pinned_urls_->end_keys(); ++it) { in MigratePinnedURLs()
662 if (!pinned_urls_->GetWithoutPathExpansion(*it, &value)) in MigratePinnedURLs()
Dtop_sites.h360 const DictionaryValue* pinned_urls_; variable