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

  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.h 57 // Callback for the "addPinnedURL" message.
101 void AddPinnedURL(const MostVisitedPage& page, int index);
most_visited_handler.cc 101 web_ui_->RegisterMessageCallback("addPinnedURL",
180 DCHECK_EQ(5U, args->GetSize()) << "Wrong number of params to addPinnedURL";
187 DCHECK(r) << "Missing URL in addPinnedURL from the NTP Most Visited.";
191 DCHECK(r) << "Missing title in addPinnedURL from the NTP Most Visited.";
195 DCHECK(r) << "Failed to read the favicon URL in addPinnedURL from the NTP "
201 DCHECK(r) << "Failed to read the thumbnail URL in addPinnedURL from the NTP "
207 DCHECK(r) << "Missing index in addPinnedURL from the NTP Most Visited.";
210 AddPinnedURL(mvp, index);
213 void MostVisitedHandler::AddPinnedURL(const MostVisitedPage& page, int index) {
216 ts->AddPinnedURL(page.url, index)
    [all...]
  /external/chromium/chrome/browser/history/
top_sites.h 123 void AddPinnedURL(const GURL& url, size_t index);
top_sites_unittest.cc 881 top_sites()->AddPinnedURL(news_url, 3);
    [all...]
top_sites.cc 389 void TopSites::AddPinnedURL(const GURL& url, size_t pinned_index) {
684 AddPinnedURL(it->first, it->second);
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 2282 milliseconds