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

  /external/chromium/chrome/browser/ui/webui/
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.cc 389 void TopSites::AddPinnedURL(const GURL& url, size_t pinned_index) {
684 AddPinnedURL(it->first, it->second);
    [all...]

Completed in 29 milliseconds