Home | History | Annotate | Download | only in webui

Lines Matching defs:AddPinnedURL

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);