Home | History | Annotate | Download | only in search_engines

Lines Matching refs:favicon_url

49   const char* const favicon_url;  // If NULL, there is no favicon.
3367 const char* favicon_url,
3376 if (favicon_url)
3377 new_turl->SetFaviconURL(GURL(favicon_url));
3414 std::string favicon_url;
3430 engine->Get("favicon_url", &val) && val->GetAsString(&favicon_url) &&
3437 if (search_url.empty() || favicon_url.empty() || encoding.empty())
3449 favicon_url.c_str(),
3465 engine.favicon_url,