/packages/apps/Browser/tests/src/com/android/browser/tests/ |
BP2UriObserverTests.java | 56 Bitmap favicon = Bitmap.createBitmap(16, 16, Config.ARGB_8888); local 58 favicon.compress(Bitmap.CompressFormat.PNG, 100, os); 61 values.put(Bookmarks.FAVICON, rawFavicon); 92 Bitmap favicon = Bitmap.createBitmap(16, 16, Config.ARGB_8888); local 94 favicon.compress(Bitmap.CompressFormat.PNG, 100, os); 97 values.put(History.FAVICON, rawFavicon);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_renderer_data.h | 41 SkBitmap favicon; member in struct:TabRendererData
|
/external/chromium/chrome/browser/ui/webui/ |
chrome_web_ui_factory.cc | 282 // 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));
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_unittest.cc | 106 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);
|
firefox2_importer.cc | 66 // will also import favicons and we store favicon for a URL only if the URL 118 GURL url, favicon; local 123 &favicon, &shortcut, &add_date, 188 GURL url, favicon; local 195 &url, &favicon, &shortcut, &add_date, 229 // Save the favicon. DataURLToFaviconUsage will handle the case where 230 // there is no favicon. 232 DataURLToFaviconUsage(url, favicon, favicons); 469 GURL* favicon, 475 *favicon = GURL() [all...] |
firefox3_importer.cc | 51 int64 favicon; member in struct:Firefox3Importer::BookmarkItem 82 // will also import favicons and we store favicon for a URL only if the URL 277 if (item->favicon) 278 favicon_map[item->favicon].insert(item->url); 499 item->favicon = 0; 536 item->favicon = s.ColumnInt64(6);
|
/external/chromium/chrome/browser/ |
shell_integration.h | 64 SkBitmap favicon; member in struct:ShellIntegration::ShortcutInfo
|
/external/chromium/chrome/browser/ui/views/ |
tab_icon_view.cc | 37 // 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);
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBookmarksAdapter.java | 89 ImageView favicon = (ImageView) view.findViewById(R.id.favicon); local 95 favicon.setImageResource(R.drawable.ic_folder_holo_dark); 96 favicon.setBackgroundDrawable(null); 105 favicon.setImageResource(R.drawable.app_web_browser_sm); 107 favicon.setImageBitmap(faviconBitmap); 109 favicon.setBackgroundResource(R.drawable.bookmark_list_favicon_bg);
|
Bookmarks.java | 193 * Update the bookmark's favicon. This is a convenience method for updating 194 * a bookmark favicon for the originalUrl and url of the passed in WebView. 198 * @param favicon The favicon bitmap to write to the db. 201 final String originalUrl, final String url, final Bitmap favicon) { 206 favicon.compress(Bitmap.CompressFormat.PNG, 100, os); 210 values.put(Images.FAVICON, os.toByteArray());
|
BrowserBookmarksPage.java | 444 Bitmap favicon = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON); local 445 return BookmarkUtils.createAddToHomeIntent(context, url, title, touchIcon, favicon); 506 item.putParcelable(BrowserContract.Bookmarks.FAVICON,
|
AddBookmarkPage.java | 820 (Bitmap) b.getParcelable(BrowserContract.Bookmarks.FAVICON))); 912 Bitmap favicon; local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
hung_renderer_dialog_gtk.cc | 157 SkBitmap favicon = it->tab_contents()->GetFavicon(); local 160 if (favicon.width() > 0) 161 pixbuf = gfx::GdkPixbufFromSkBitmap(&favicon);
|
location_bar_view_gtk.cc | 1084 SkBitmap favicon = GetFavicon(); local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_web_ui.cc | 57 // Helper class that is used to track the loading of the favicon of an 93 NOTREACHED() << "Could not encode extension favicon"; 104 // Forwards the result on the request. If no favicon was available then 108 history::FaviconData favicon; local 109 favicon.known_icon = icon_data.get() != NULL && icon_data->size() > 0; 110 favicon.image_data = icon_data; 111 favicon.icon_type = history::FAVICON; 114 favicon));
|
/external/chromium/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 64 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 545 history::FAVICON); [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.h | 42 // BookmarkNode contains information about a starred entry: title, URL, favicon, 99 // Returns the favicon. In nearly all cases you should use the method 101 // takes care of loading the favicon if it isn't already loaded, where as 103 const SkBitmap& favicon() const { return favicon_; } function in class:BookmarkNode 119 // Called when the favicon becomes invalid. 136 // Whether the favicon has been loaded. 139 // The favicon. 142 // If non-zero, it indicates we're loading the favicon and this is the handle 227 // Returns the favicon for |node|. If the favicon has not yet bee [all...] |
/external/chromium/chrome/browser/history/ |
history_backend_unittest.cc | 217 GURL favicon_url1("http://www.google.com/favicon.ico"); 218 GURL favicon_url2("http://news.google.com/favicon.ico"); 220 FAVICON); 222 FAVICON); 323 // We should have a favicon for the first URL only. We look them up by favicon 326 GetFaviconIDForFaviconURL(favicon_url1, FAVICON, NULL); 329 GetFaviconIDForFaviconURL(favicon_url2, FAVICON, NULL); 330 EXPECT_FALSE(out_favicon2) << "Favicon not deleted"; 332 // The remaining URL should still reference the same favicon, even if it 553 history::ImportedFaviconUsage favicon; local [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_utils_gtk.cc | 27 // Spacing between the favicon and the text. 41 // Padding between the chrome button highlight border and the contents (favicon, 100 GdkPixbuf* favicon; member in struct:__anon3108::DragRepresentationData 104 DragRepresentationData(GdkPixbuf* favicon, 107 : favicon(favicon), 110 g_object_ref(favicon); 114 g_object_unref(favicon); 132 gdk_cairo_set_source_pixbuf(cr, data->favicon, 0, 0); 138 int text_x = gdk_pixbuf_get_width(data->favicon) + kBarButtonPadding [all...] |
/external/chromium/chrome/browser/chromeos/ |
wm_overview_controller.cc | 168 WmOverviewFavicon* favicon; // Not owned member in struct:chromeos::BrowserListener::SnapshotNode 241 snapshots_[index].favicon->SetFavicon( 319 if (!snapshots_[i].favicon->IsVisible()) 320 node.favicon->Show(); 425 node.favicon = new WmOverviewFavicon; 426 node.favicon->Init(node.snapshot); 427 node.favicon->SetFavicon(browser_->GetTabContentsAt(index)->GetFavicon()); 445 snapshots_[index].favicon->CloseNow();
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.h | 174 // Repaint only the area of the tab that contains the favicon. 177 // Returns whether the Tab should display a favicon. 271 SkBitmap favicon; member in struct:TabRendererGtk::TabData 306 // Set the temporary offset for the favicon. This is used during animation. 322 // Returns the largest of the favicon, title text, and the close button. 345 // Returns the number of favicon-size elements that can fit in the tab's 409 // The offset used to animate the favicon location. 412 // The animation object used to swap the favicon with the sad tab icon. 415 // Set when the crashed favicon should be displayed.
|
tab_renderer_gtk.cc | 211 // A custom animation subclass to manage the favicon crash animation. 300 data_.favicon = *app_icon; 302 data_.favicon = contents->GetFavicon(); 306 // favicon. But the plumbing that would be necessary to do it right would 308 // don't care to custom-theme the favicon. Hopefully the default favicon 311 (data_.favicon.pixelRef() == 316 // Loading state also involves whether we show the favicon, since that's where 323 // Force a layout, since the tab may have grown a favicon. 373 // The paint area is the favicon bounds, but we're painting into the gd 844 GdkPixbuf* favicon = GtkThemeService::GetDefaultFavicon(true); local [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebHistory.cpp | 285 // Try to get the favicon from the history item. For some pages like Grand 288 jobject favicon = NULL; local 299 favicon = webcoreImageToJavaBitmap(env, icon); 304 originalUrlStr, titleStr, favicon, array); 308 if (favicon) 309 env->DeleteLocalRef(favicon); [all...] |
/packages/apps/Browser/src/com/android/browser/widget/ |
BookmarkThumbnailWidgetService.java | 62 BrowserContract.Bookmarks.FAVICON, 249 views.setImageViewResource(R.id.favicon, R.drawable.ic_bookmark_widget_bookmark_holo_dark); 255 Bitmap thumbnail = null, favicon = null; local 268 favicon = BitmapFactory.decodeByteArray( 270 views.setImageViewBitmap(R.id.favicon, favicon); 272 views.setImageViewResource(R.id.favicon,
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.cc | 2469 SkBitmap favicon; local [all...] |