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

  /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);
  /external/chromium/chrome/browser/webdata/
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/search_engines/
template_url_fetcher_unittest.cc 173 GURL favicon_url; local
175 keyword, osdd_url, favicon_url, new TemplateURLFetcherTestCallbacks(this),
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/ui/webui/
extension_icon_source.cc 199 GURL favicon_url = GetData(request_id)->extension->GetFullLaunchURL(); local
201 favicon_url,
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());
  /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/history/
history_types.h 242 GURL favicon_url; member in struct:history::ImportedFaviconUsage
547 GURL favicon_url; member in struct:history::MostVisitedURL

Completed in 355 milliseconds