Searched refs:favicon_url (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium_org/chrome/common/importer/
H A Dimported_favicon_usage.h19 GURL favicon_url; member in struct:ImportedFaviconUsage
H A Dprofile_import_process_param_traits_macros.h60 IPC_STRUCT_TRAITS_MEMBER(favicon_url)
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc31 explicit SyncedFaviconInfo(const GURL& favicon_url) argument
32 : favicon_url(favicon_url),
41 const GURL favicon_url; member in struct:browser_sync::SyncedFaviconInfo
117 return GURL(specifics.favicon_tracking().favicon_url());
119 return GURL(specifics.favicon_image().favicon_url());
151 image_specifics->set_favicon_url(favicon_info->favicon_url.spec());
165 tracking_specifics->set_favicon_url(favicon_info->favicon_url.spec());
175 DCHECK_EQ(favicon_info->favicon_url, bitmap_result.icon_url);
191 << " favicon for " << favicon_info->favicon_url
262 GURL favicon_url = GetLocalFaviconFromSyncedData(*iter); local
351 GURL favicon_url = local
456 OnFaviconVisited(const GURL& page_url, const GURL& favicon_url) argument
481 GetSyncedFaviconForFaviconURL( const GURL& favicon_url, scoped_refptr<base::RefCountedMemory>* favicon_png) const argument
640 GURL favicon_url = bitmap_result.icon_url; local
661 const GURL& favicon_url = favicon_info->favicon_url; local
809 GURL favicon_url = GetFaviconURLFromSpecifics(sync_favicon.GetSpecifics()); local
818 GURL favicon_url = GetFaviconURLFromSpecifics(sync_favicon.GetSpecifics()); local
895 GURL favicon_url = GURL(image_specifics.favicon_url()); local
917 GURL favicon_url = GURL(tracking_specifics.favicon_url()); local
[all...]
H A Dfavicon_cache.h67 // If a valid favicon for the icon at |favicon_url| is found, fills
71 const GURL& favicon_url,
87 // Update the visit count for the favicon associated with |favicon_url|.
88 // If no favicon exists associated with |favicon_url|, triggers a load
90 void OnFaviconVisited(const GURL& page_url, const GURL& favicon_url);
173 // Creates a SyncData object from the |type| data of |favicon_url|
177 const GURL& favicon_url) const;
/external/chromium_org/chrome/browser/webdata/
H A Dkeyword_table_unittest.cc55 keyword.favicon_url = GURL("http://favicon.url/");
126 EXPECT_EQ(keyword.favicon_url, restored_keyword.favicon_url);
170 EXPECT_EQ(keyword.favicon_url, restored_keyword.favicon_url);
196 EXPECT_EQ(keyword.favicon_url, restored_keyword.favicon_url);
/external/chromium_org/components/search_engines/
H A Dtemplate_url_fetcher.cc27 const GURL& favicon_url,
68 const GURL& favicon_url,
77 favicon_url_(favicon_url),
176 if (!data.favicon_url.is_valid())
177 data.favicon_url = favicon_url_;
220 const GURL& favicon_url,
255 this, keyword, osdd_url, favicon_url, url_fetcher_customize_callback,
64 RequestDelegate( TemplateURLFetcher* fetcher, const base::string16& keyword, const GURL& osdd_url, const GURL& favicon_url, const URLFetcherCustomizeCallback& url_fetcher_customize_callback, const ConfirmAddSearchProviderCallback& confirm_add_callback, ProviderType provider_type) argument
217 ScheduleDownload( const base::string16& keyword, const GURL& osdd_url, const GURL& favicon_url, const URLFetcherCustomizeCallback& url_fetcher_customize_callback, const ConfirmAddSearchProviderCallback& confirm_add_callback, ProviderType provider_type) argument
H A Dtemplate_url_parser_unittest.cc140 template_url_->favicon_url());
153 template_url_->favicon_url());
167 template_url_->favicon_url());
205 template_url_->favicon_url());
222 template_url_->favicon_url());
242 template_url_->favicon_url());
262 template_url_->favicon_url());
H A Dtemplate_url_fetcher.h61 const GURL& favicon_url,
H A Dtemplate_url_data.h52 GURL favicon_url; member in struct:TemplateURLData
H A Dtemplate_url_prepopulate_data_unittest.cc126 entry->SetString("favicon_url", "http://foi.com/favicon.ico");
144 EXPECT_EQ("foi.com", t_urls[0]->favicon_url.host());
169 EXPECT_EQ("foi.com", t_urls[0]->favicon_url.host());
212 entry->SetString("favicon_url", "http://foi.com/favicon.ico");
235 EXPECT_NE("foi.com", t_urls[i]->favicon_url.host());
267 ASSERT_FALSE(t_urls[i]->favicon_url.host().empty());
H A Ddefault_search_manager.cc51 const char DefaultSearchManager::kFaviconURL[] = "favicon_url";
172 url_dict.SetString(kFaviconURL, data.favicon_url.spec());
332 std::string favicon_url; local
334 url_dict->GetString(kFaviconURL, &favicon_url);
336 prefs_default_search_->favicon_url = GURL(favicon_url);
H A Ddefault_search_manager_unittest.cc37 EXPECT_EQ(expected->favicon_url, actual->favicon_url);
56 entry->SetString("favicon_url", "http://foi.com/favicon.ico");
92 entry->SetString(DefaultSearchManager::kFaviconURL, data->favicon_url.spec());
129 data->favicon_url = GURL("http://icon1");
170 data.favicon_url = GURL("http://icon1");
H A Dtemplate_url_service_unittest.cc66 const std::string& favicon_url,
79 data.favicon_url = GURL(favicon_url);
95 const std::string& favicon_url,
101 model, short_name, keyword, url, suggest_url, alternate_url,favicon_url,
117 EXPECT_EQ(expected->favicon_url(), actual->favicon_url());
144 const std::string& favicon_url,
207 const std::string& favicon_url,
213 alternate_url, favicon_url, safe_for_autoreplac
59 CreateKeywordWithDate( TemplateURLService* model, const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, bool show_in_default_list, const std::string& encodings, Time date_created, Time last_modified) argument
88 AddKeywordWithDate( TemplateURLService* model, const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, const std::string& encodings, Time date_created, Time last_modified) argument
201 AddKeywordWithDate( const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, const std::string& encodings, Time date_created, Time last_modified) argument
[all...]
/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermissions_data_unittest.cc357 favicon_url("chrome://favicon/http://www.google.com"),
367 urls_.insert(favicon_url);
458 const GURL favicon_url; member in class:extensions::ExtensionScriptAndCaptureVisibleTest
479 EXPECT_TRUE(CaptureOnly(extension.get(), favicon_url));
494 EXPECT_TRUE(extension->permissions_data()->HasHostPermission(favicon_url));
504 EXPECT_TRUE(Blocked(extension.get(), favicon_url));
523 EXPECT_TRUE(Blocked(extension.get(), favicon_url));
530 EXPECT_TRUE(Blocked(extension.get(), favicon_url));
532 EXPECT_TRUE(extension->permissions_data()->HasHostPermission(favicon_url));
538 EXPECT_TRUE(Blocked(extension.get(), favicon_url));
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dfavicon_downloader_unittest.cc9 #include "content/public/common/favicon_url.h"
102 const GURL favicon_url("http://www.google.com/favicon.ico");
107 favicon_url, content::FaviconURL::FAVICON, std::vector<gfx::Size>()));
119 EXPECT_EQ(1u, downloader.favicon_map()[favicon_url].size());
123 const GURL favicon_url("http://www.google.com/favicon.ico");
128 favicon_url, content::FaviconURL::FAVICON, std::vector<gfx::Size>()));
143 EXPECT_EQ(1u, downloader.favicon_map()[favicon_url].size());
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_ui.cc38 static const char kFaviconUrlField[] = "favicon_url";
49 const GURL& favicon_url,
60 target_data->SetString(kFaviconUrlField, favicon_url.spec());
73 GURL favicon_url; local
82 favicon_url = entry->GetFavicon().url;
87 favicon_url,
46 BuildTargetDescriptor( const GURL& url, const std::string& name, const GURL& favicon_url, int process_id, int route_id, AccessibilityMode accessibility_mode, base::ProcessHandle handle = base::kNullProcessHandle) argument
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc77 GURL favicon_url = template_url()->favicon_url();
78 if (!favicon_url.is_valid()) {
84 favicon_url = TemplateURL::GenerateFaviconURL(url);
86 if (!favicon_url.is_valid())
91 favicon_url,
/external/chromium_org/chrome/browser/importer/
H A Die_importer_browsertest_win.cc103 const base::char16* favicon_url; member in struct:__anon4136::FaviconGroup
163 const base::string16& favicon_url) {
178 if (!favicon_url.empty()) {
192 if (FAILED(InitPropVariantFromString(favicon_url.c_str(),
205 return favicon_url.empty() || (base::WriteFile(
313 GURL favicon_url(kIEFaviconGroup[i].favicon_url);
318 SCOPED_TRACE(testing::Message() << "Expected Favicon: " << favicon_url);
322 if (usage[j].favicon_url == favicon_url) {
161 CreateUrlFileWithFavicon(const base::FilePath& file, const base::string16& url, const base::string16& favicon_url) argument
[all...]
/external/chromium_org/components/suggestions/
H A Dblacklist_store_unittest.cc44 EXPECT_EQ(expected.suggestions(i).favicon_url(),
45 actual.suggestions(i).favicon_url());
H A Dsuggestions_store_unittest.cc63 EXPECT_EQ(expected.suggestions(i).favicon_url(),
64 actual.suggestions(i).favicon_url());
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dsettings_overrides_handler.cc89 !overrides->search_provider->favicon_url) {
94 if (!CreateManifestURL(*overrides->search_provider->favicon_url)) {
97 *overrides->search_provider->favicon_url);
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc333 bool ReadFaviconDataFromCache(const GURL& favicon_url, std::string* data) { argument
334 std::wstring url_wstring(base::UTF8ToWide(favicon_url.spec()));
352 // |favicon_url| read by ReadFaviconURLFromInternetShortcut is also needed to
355 const GURL& favicon_url,
359 !ReadFaviconDataFromCache(favicon_url, &image_data)) {
373 GURL favicon_url = ReadFaviconURLFromInternetShortcut(url_locator); local
374 if (!favicon_url.is_valid())
378 favicon_map->find(favicon_url);
385 if (ReadReencodedFaviconData(url_file, favicon_url, &usage.png_data)) {
386 usage.favicon_url
354 ReadReencodedFaviconData(const base::string16& file, const GURL& favicon_url, std::vector<unsigned char>* data) argument
[all...]
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler.cc53 bool DoUrlAndIconMatch(const FaviconURL& favicon_url, argument
56 return favicon_url.icon_url == url && favicon_url.icon_type == icon_type;
60 // identical and if they match the icon URL and icon type in |favicon_url|.
63 const FaviconURL& favicon_url,
68 const favicon_base::IconType icon_type = favicon_url.icon_type;
71 if (favicon_url.icon_url != bitmap_results[i].icon_url ||
62 DoUrlsAndIconsMatch( const FaviconURL& favicon_url, const std::vector<favicon_base::FaviconRawBitmapResult>& bitmap_results) argument
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_api.cc100 if (search_provider.favicon_url) {
101 data.favicon_url = GURL(SubstituteInstallParam(*search_provider.favicon_url,
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry.h102 const GURL& favicon_url() const { return favicon_url_; } function in class:sessions::SerializedNavigationEntry

Completed in 506 milliseconds

12345