Searched refs:pinned_urls_ (Results 1 – 2 of 2) sorted by relevance
137 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, ¤t_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()
360 const DictionaryValue* pinned_urls_; variable