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

  /external/chromium/chrome/browser/history/
top_sites.cc 137 pinned_urls_(NULL),
162 pinned_urls_ =
413 return pinned_urls_->GetIntegerWithoutPathExpansion(GetURLString(url), &tmp);
430 for (DictionaryValue::key_iterator it = pinned_urls_->begin_keys();
431 it != pinned_urls_->end_keys(); ++it) {
433 if (pinned_urls_->GetIntegerWithoutPathExpansion(*it, &current_index)) {
659 for (DictionaryValue::key_iterator it = pinned_urls_->begin_keys();
660 it != pinned_urls_->end_keys(); ++it) {
662 if (!pinned_urls_->GetWithoutPathExpansion(*it, &value))
    [all...]
top_sites.h 246 // Convert pinned_urls_ dictionary to the new format. Use URLs as
360 const DictionaryValue* pinned_urls_; member in class:history::TopSites

Completed in 17 milliseconds