HomeSort by relevance Sort by last modified time
    Searched refs:favicon_url (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.h 39 const GURL& favicon_url,
template_url_fetcher.cc 31 const GURL& favicon_url,
81 const GURL& favicon_url,
89 favicon_url_(favicon_url),
273 const GURL& favicon_url,
319 new RequestDelegate(this, keyword, osdd_url, favicon_url,
template_url_model_unittest.cc 100 GURL favicon_url("http://favicon.url");
101 t_url->SetFaviconURL(favicon_url);
123 const std::string& favicon_url,
131 template_url->SetFaviconURL(GURL(favicon_url));
394 GURL favicon_url("http://favicon.url");
395 t_url->SetFaviconURL(favicon_url);
560 GURL favicon_url("http://favicon.url");
561 t_url->SetFaviconURL(favicon_url);
    [all...]
template_url_fetcher_unittest.cc 173 GURL favicon_url; local
175 keyword, osdd_url, favicon_url, new TemplateURLFetcherTestCallbacks(this),
template_url_unittest.cc 248 GURL favicon_url("http://favicon.url");
249 url.SetFaviconURL(favicon_url);
251 ASSERT_TRUE(favicon_url == url.GetFaviconURL());
template_url_prepopulate_data.cc 49 const char* const favicon_url; // If NULL, there is no favicon. member in struct:__anon3020::PrepopulatedEngine
3414 std::string favicon_url; local
    [all...]
  /external/chromium/chrome/browser/webdata/
keyword_table_unittest.cc 67 GURL favicon_url("http://favicon.url/");
69 template_url.SetFaviconURL(favicon_url);
99 EXPECT_TRUE(favicon_url == restored_url->GetFaviconURL());
160 GURL favicon_url("http://favicon.url/");
162 template_url.SetFaviconURL(favicon_url);
193 EXPECT_TRUE(favicon_url == restored_url->GetFaviconURL());
keyword_table.cc 30 GURL favicon_url = url.GetFaviconURL(); local
31 if (!favicon_url.is_valid()) {
68 "favicon_url VARCHAR NOT NULL,"
98 "(short_name, keyword, favicon_url, url, safe_for_autoreplace, "
131 "SELECT id, short_name, keyword, favicon_url, url, "
196 "SET short_name=?, keyword=?, favicon_url=?, url=?, "
258 "favicon_url VARCHAR NOT NULL,"
277 "SELECT id, short_name, keyword, favicon_url, url, "
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 186 const GURL& favicon_url = local
188 if (favicon_url.is_valid()) {
189 new_url->SetFaviconURL(favicon_url);
template_url_table_model.cc 82 GURL favicon_url = template_url().GetFaviconURL();
83 if (!favicon_url.is_valid()) {
88 favicon_url = TemplateURL::GenerateFaviconURL(url);
90 if (!favicon_url.is_valid())
94 favicon_service->GetFavicon(favicon_url, history::FAVICON,
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc 56 GURL favicon_url; member in struct:MostVisitedHandler::MostVisitedPage
198 mvp.favicon_url = GURL(tmp_string);
256 page->favicon_url = GURL(tmp_string);
290 if (!url.favicon_url.is_empty())
291 page_value->SetString("faviconUrl", url.favicon_url.spec());
extension_icon_source.cc 199 GURL favicon_url = GetData(request_id)->extension->GetFullLaunchURL(); local
201 favicon_url,
  /external/chromium/chrome/browser/
favicon_helper.cc 43 bool DoUrlAndIconMatch(const FaviconURL& favicon_url,
46 return favicon_url.icon_url == url &&
47 favicon_url.icon_type == static_cast<FaviconURL::IconType>(icon_type);
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 227 std::string favicon_url; member in struct:PageInfo
257 page_info.favicon_url = entry->favicon().url().spec();
280 i->favicon_url.c_str());
309 page_info->SetString("faviconUrl", i->favicon_url);
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 257 GURL favicon_url("data:image/png;base64," + favicon_base64_encoded);
258 favicon_string = favicon_url.spec();
bookmark_html_writer_unittest.cc 238 if (url1_favicon == favicons[i].favicon_url) {
  /external/chromium/chrome/browser/history/
history_types.h 242 GURL favicon_url; member in struct:history::ImportedFaviconUsage
547 GURL favicon_url; member in struct:history::MostVisitedURL
expire_history_backend_unittest.cc 415 const GURL favicon_url("http://www.google.com/favicon.ico");
416 FaviconID icon_id = thumb_db_->AddFavicon(favicon_url, FAVICON);
427 icon_id = thumb_db_->AddFavicon(favicon_url, TOUCH_ICON);
    [all...]
history_types.cc 326 favicon_url(in_favicon_url),
history_backend_unittest.cc 554 favicon.favicon_url = GURL("http://news.google.com/favicon.ico");
571 favicon.favicon_url = GURL("http://mail.google.com/favicon.ico");
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 171 WriteParam(m, p.favicon_url);
177 ReadParam(m, iter, &p->favicon_url) &&
183 LogParam(p.favicon_url, l);
firefox3_importer.cc 569 usage.favicon_url = GURL(s.ColumnString(0));
570 if (!usage.favicon_url.is_valid())
firefox2_importer.cc 673 usage.favicon_url = GURL(std::string("made-up-favicon:") + link_url.spec());
  /external/chromium/chrome/common/extensions/
extension_unittest.cc     [all...]

Completed in 2356 milliseconds

1 2