Searched defs:favicon_url (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/ui/search_engines/
H A Dsearch_engine_tab_helper.cc186 const GURL& favicon_url = local
188 if (favicon_url.is_valid()) {
189 new_url->SetFaviconURL(favicon_url);
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_fetcher_unittest.cc173 GURL favicon_url; local
175 keyword, osdd_url, favicon_url, new TemplateURLFetcherTestCallbacks(this),
H A Dtemplate_url_fetcher.cc31 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,
77 RequestDelegate( TemplateURLFetcher* fetcher, const string16& keyword, const GURL& osdd_url, const GURL& favicon_url, TemplateURLFetcherCallbacks* callbacks, ProviderType provider_type) argument
270 ScheduleDownload( const string16& keyword, const GURL& osdd_url, const GURL& favicon_url, TemplateURLFetcherCallbacks* callbacks, ProviderType provider_type) argument
H A Dtemplate_url_model_unittest.cc100 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);
119 AddKeywordWithDate(const std::string& keyword, bool autogenerate_keyword, const std::string& url, const std::string& suggest_url, const std::string& favicon_url, const std::string& encodings, const std::string& short_name, bool safe_for_autoreplace, Time created_date) argument
H A Dtemplate_url_prepopulate_data.cc49 const char* const favicon_url; // If NULL, there is no favicon. member in struct:__anon1539::PrepopulatedEngine
3367 const char* favicon_url,
3376 if (favicon_url)
3377 new_turl->SetFaviconURL(GURL(favicon_url));
3414 std::string favicon_url; local
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,
3364 MakePrepopulatedTemplateURL(const wchar_t* name, const wchar_t* keyword, const wchar_t* search_url, const char* favicon_url, const wchar_t* suggest_url, const wchar_t* instant_url, const char* encoding, SearchEngineType search_engine_type, int logo_id, int id) argument
[all...]
/external/chromium/chrome/browser/webdata/
H A Dkeyword_table.cc30 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/
H A Dfavicon_helper.cc43 bool DoUrlAndIconMatch(const FaviconURL& favicon_url, argument
46 return favicon_url.icon_url == url &&
47 favicon_url.icon_type == static_cast<FaviconURL::IconType>(icon_type);
/external/chromium/chrome/browser/ui/webui/
H A Dextension_icon_source.cc199 GURL favicon_url = GetData(request_id)->extension->GetFullLaunchURL(); local
201 favicon_url,
H A Dmost_visited_handler.cc56 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/
H A Ddevtools_http_protocol_handler.cc227 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/
H A Dhistory_types.h242 GURL favicon_url; member in struct:history::ImportedFaviconUsage
547 GURL favicon_url; member in struct:history::MostVisitedURL

Completed in 713 milliseconds