Searched defs:favicon (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h41 SkBitmap favicon; member in struct:TabRendererData
/external/chromium/chrome/browser/ui/webui/
H A Dfavicon_source.cc67 history::FaviconData favicon) {
73 if (favicon.is_valid()) {
75 SendResponse(request_id, favicon.image_data);
65 OnFaviconDataAvailable( FaviconService::Handle request_handle, history::FaviconData favicon) argument
H A Dchrome_web_ui_factory.cc282 // All extensions but the bookmark manager get their favicon from the icons
288 history::FaviconData favicon; local
289 favicon.image_data = scoped_refptr<RefCountedMemory>(
291 favicon.known_icon = favicon.image_data.get() != NULL &&
292 favicon.image_data->size() > 0;
295 favicon));
H A Dextension_icon_source.cc210 history::FaviconData favicon) {
215 // Fallback to the default icon if there wasn't a favicon.
216 if (!favicon.is_valid()) {
225 SendResponse(request_id, favicon.image_data);
227 FinalizeImage(ToBitmap(favicon.image_data->front(),
228 favicon.image_data->size()), request_id);
208 OnFaviconDataAvailable( FaviconService::Handle request_handle, history::FaviconData favicon) argument
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest.cc106 GURL url, favicon; local
113 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
124 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
134 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
145 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
159 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
170 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
/external/chromium/chrome/browser/
H A Dshell_integration.h64 SkBitmap favicon; member in struct:ShellIntegration::ShortcutInfo
H A Djumplist_win.h60 void SetIcon(const std::wstring& icon, int index, bool favicon) { argument
63 favicon_ = favicon;
145 // Starts loading a favicon for each URL in |icon_urls_|.
152 // that retrieves a favicon for each URL in the list.
156 // A callback function for HistoryService that notify when a requested favicon
163 history::FaviconData favicon);
H A Dpossible_url_model.cc29 // The default favicon.
43 // favicon_map_ to lookup the favicon for the url, as well as the index
44 // into results_ when the favicon is received.
157 // We already requested the favicon, return it.
170 // favicon again.
187 history::FaviconData favicon) {
192 if (favicon.is_valid()) {
194 gfx::PNGCodec::Decode(favicon.image_data->front(),
195 favicon.image_data->size(),
185 OnFaviconAvailable( FaviconService::Handle h, history::FaviconData favicon) argument
H A Dcustom_home_pages_table_model.cc41 // If non-zero, indicates we're loading the favicon for the page.
193 history::FaviconData favicon) {
202 if (favicon.is_valid()) {
205 if (gfx::PNGCodec::Decode(favicon.image_data->front(),
206 favicon.image_data->size(),
191 OnGotFavicon( FaviconService::Handle handle, history::FaviconData favicon) argument
H A Dfavicon_helper.cc97 // Request the favicon from the history service. In parallel to this the
98 // renderer is going to notify us (well TabContents) when the favicon url is
150 // No matter what happens, we need to mark the favicon as being set.
151 entry->favicon().set_is_valid(true);
156 entry->favicon().set_bitmap(image);
191 if (!favicon_expired_ && entry->favicon().is_valid() &&
192 DoUrlAndIconMatch(*current_candidate(), entry->favicon().url(),
196 entry->favicon().set_url(current_candidate()->icon_url);
265 // Otherwise store the favicon if the page is bookmarked.
311 history::FaviconData favicon) {
309 OnFaviconDataForInitialURL( FaviconService::Handle handle, history::FaviconData favicon) argument
386 OnFaviconData(FaviconService::Handle handle, history::FaviconData favicon) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
H A DFaviconHelper.java5 package org.chromium.chrome.browser.favicon;
15 * You can request a favicon image by web page URL. Note that an instance of this class should be
34 * This method will be called when the result favicon is ready.
69 * @param pageUrl The target Page URL to get the favicon.
71 * @param desiredSizeInDip The size of the favicon in dip we want to get.
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DNavigationPopupTest.java52 String title, Bitmap favicon) {
53 super(index, url, virtualUrl, originalUrl, title, favicon);
51 TestNavigationEntry(int index, String url, String virtualUrl, String originalUrl, String title, Bitmap favicon) argument
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_audio_indicator.h41 void set_favicon(const gfx::ImageSkia& favicon) { favicon_ = favicon; } argument
/external/chromium_org/chrome/utility/importer/
H A Dbookmark_html_reader_unittest.cc56 GURL url, favicon; local
63 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
74 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
84 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
95 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
109 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
120 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DNavigationEntry.java25 String title, Bitmap favicon) {
31 mFavicon = favicon;
83 * @return The favicon of the page. This may be null.
90 * @param favicon The updated favicon to replace the existing one with.
92 public void updateFavicon(Bitmap favicon) { argument
93 mFavicon = favicon;
24 NavigationEntry(int index, String url, String virtualUrl, String originalUrl, String title, Bitmap favicon) argument
/external/chromium/chrome/browser/ui/views/
H A Dtab_icon_view.cc37 // favicon.
110 // For source images smaller than the favicon square, scale them as if they
111 // were padded to fit the favicon square, so we don't blow up tiny favicons
142 SkBitmap favicon = model_->GetFaviconForTabIconView(); local
143 if (!favicon.isNull()) {
145 PaintFavicon(canvas, favicon);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarkUtils.java49 * @param favicon Bookmark favicon.
50 * @param rValue Red component of the dominant favicon color.
51 * @param gValue Green component of the dominant favicon color.
52 * @param bValue Blue component of the dominant favicon color.
56 Bitmap favicon, int rValue, int gValue, int bValue) {
61 i.putExtra(Intent.EXTRA_SHORTCUT_ICON, createIcon(context, favicon, rValue,
82 * @param favicon Bookmark favicon bitmap.
83 * @param rValue Red component of the dominant favicon colo
55 createAddToHomeIntent(Context context, String url, String title, Bitmap favicon, int rValue, int gValue, int bValue) argument
88 createIcon(Context context, Bitmap favicon, int rValue, int gValue, int bValue) argument
163 drawFaviconToCanvas(Context context, Bitmap favicon, Canvas canvas) argument
[all...]
H A DNavigationPopup.java127 private void onFaviconUpdated(String url, Object favicon) { argument
130 if (TextUtils.equals(url, entry.getUrl())) entry.updateFavicon((Bitmap) favicon);
/external/chromium_org/chrome/browser/
H A Djumplist_win.h75 void SetIcon(const std::wstring& icon, int index, bool favicon) { argument
78 favicon_ = favicon;
177 // Starts loading a favicon for each URL in |icon_urls_|.
186 // that retrieves a favicon for each URL in the list.
190 // A callback function for HistoryService that notify when a requested favicon
198 // objects and send another query that retrieves a favicon for each URL in
248 // Id of last favicon task. It's used to cancel current task if a new one
/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view.cc38 // favicon.
114 // For source images smaller than the favicon square, scale them as if they
115 // were padded to fit the favicon square, so we don't blow up tiny favicons
146 gfx::ImageSkia favicon = model_->GetFaviconForTabIconView(); local
147 if (!favicon.isNull()) {
149 PaintFavicon(canvas, favicon);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h63 gfx::ImageSkia favicon; member in struct:TabRendererData
/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc64 const SkBitmap& favicon = model->GetFavicon(src); local
68 // Check for zero-dimension images. This can happen if the favicon is
70 if (favicon.empty())
73 // Re-encode the BookmarkNode's favicon as a PNG, and pass the data to the
75 if (!gfx::PNGCodec::EncodeBGRASkBitmap(favicon, false, dst))
507 // Sets the favicon of the given bookmark node from the given sync node.
524 // Applies the given favicon bytes vector to the given bookmark node.
529 // Registering a favicon requires that we provide a source URL, but we
531 // destination URL, which is not correct, but since the favicon URL
/external/chromium/chrome/browser/ui/gtk/
H A Dhung_renderer_dialog_gtk.cc157 SkBitmap favicon = it->tab_contents()->GetFavicon(); local
160 if (favicon.width() > 0)
161 pixbuf = gfx::GdkPixbufFromSkBitmap(&favicon);
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc32 // Icon used while loading, or if a specific favicon can't be found.
68 // State of the favicon.
84 // The favicon url isn't always set. Guess at one here.
101 history::FaviconData favicon) {
103 if (favicon.is_valid() && gfx::PNGCodec::Decode(favicon.image_data->front(),
104 favicon.image_data->size(),
99 OnFaviconDataAvailable( FaviconService::Handle handle, history::FaviconData favicon) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action_icon_factory_unittest.cc186 // the factory should return favicon.
198 gfx::ImageSkia favicon = GetFavicon(); local
206 favicon.GetRepresentation(ui::SCALE_FACTOR_100P),
240 // It should still return favicon for another tabs.

Completed in 4313 milliseconds

123