HomeSort by relevance Sort by last modified time
    Searched refs:FAVICON (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium/chrome/browser/history/
history_types.h 241 // The URL of the favicon.
247 // The list of URLs using this favicon.
609 // TODO(brettw): this will eventually store the favicon.
610 // scoped_refptr<RefCountedBytes> favicon;
683 FAVICON = 1 << 0,
706 // Defines the favicon stored in history backend.
726 // The type of favicon.
history_backend.cc 76 // The amount of time before we re-fetch the favicon.
    [all...]
history.cc 464 request, page_url, icon_url, history::FAVICON);
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 32 // 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.
94 favicon_service->GetFavicon(favicon_url, history::FAVICON,
101 history::FaviconData favicon) {
103 if (favicon.is_valid() && gfx::PNGCodec::Decode(favicon.image_data->front(),
104 favicon.image_data->size(),
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 130 *icon = entry->favicon().bitmap();
131 if (!entry->favicon().is_valid() && menu_model_delegate()) {
222 // If the favicon has already been requested for this menu, don't do
234 entry->url(), history::FAVICON, &load_consumer_,
241 history::FaviconData favicon) {
242 if (favicon.is_valid()) {
263 // Now that we have a valid NavigationEntry, decode the favicon and assign
266 if (gfx::PNGCodec::Decode(favicon.image_data->front(),
267 favicon.image_data->size(),
269 entry->favicon().set_is_valid(true)
    [all...]
back_forward_menu_model_unittest.cc 496 // Test asynchronous loading of favicon from history service.
514 GURL url1_favicon("http://www.a.com/1/favicon.ico");
520 // Set the desired favicon for url1.
524 url1_favicon, icon_data, history::FAVICON);
527 // to retrieve the favicon from the favicon service.
531 // Make the favicon service run GetFavIconForURL,
540 // This time we will get the new favicon returned.
545 // Verify we did not get the default favicon.
548 // Verify we did get the expected favicon
    [all...]
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 202 history::FAVICON,
210 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);
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 66 Snapshots.FAVICON,
AddBookmarkPage.java 919 Bitmap favicon; local
    [all...]
BrowserHistoryPage.java 93 Combined.FAVICON, // 4
BrowserBookmarksPage.java 457 Bitmap favicon = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_FAVICON); local
458 return BookmarkUtils.createAddToHomeIntent(context, url, title, touchIcon, favicon);
519 item.putParcelable(BrowserContract.Bookmarks.FAVICON,
Tab.java 229 PageState(Context c, boolean incognito, String url, Bitmap favicon) {
237 mFavicon = favicon;
338 public void onPageStarted(WebView view, String url, Bitmap favicon) {
343 view.isPrivateBrowsingEnabled(), url, favicon);
370 mWebViewController.onPageStarted(Tab.this, view, favicon);
    [all...]
Controller.java 575 * Share a page, providing the title, url, favicon, and a screenshot. Uses
582 * @param favicon Bitmap of the favicon for the page. Stored in the Intent
588 Bitmap favicon, Bitmap screenshot) {
593 send.putExtra(Browser.EXTRA_SHARE_FAVICON, favicon);
820 public void onPageStarted(Tab tab, WebView view, Bitmap favicon) {
849 // update the bookmark database for favicon
850 maybeUpdateFavicon(tab, null, url, favicon);
    [all...]
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 474 if (i->icon_type == FaviconURL::FAVICON) {
prerender_manager.cc 342 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON));
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 239 shortcut_info_.favicon);
438 tab_contents_->extension_tab_helper()->SetAppIcon(shortcut_info_.favicon);
460 history::FAVICON,
471 shortcut_info_.favicon = image;
472 static_cast<AppInfoView*>(app_info_)->UpdateIcon(shortcut_info_.favicon);
526 shortcut_info_.favicon = *image;
527 static_cast<AppInfoView*>(app_info_)->UpdateIcon(shortcut_info_.favicon);
  /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/instant/
instant_loader.cc 327 if (favicon_service && active_entry->favicon().is_valid() &&
328 !active_entry->favicon().bitmap().empty()) {
330 gfx::PNGCodec::EncodeBGRASkBitmap(active_entry->favicon().bitmap(), false,
333 active_entry->favicon().url(),
335 history::FAVICON);
338 // going to be added to history. We need to also set the favicon for the
342 active_entry->favicon().url(),
344 history::FAVICON);
    [all...]
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 322 // our origins, use it to set their title and favicon
324 new String[] { Bookmarks.URL, Bookmarks.TITLE, Bookmarks.FAVICON },
331 int faviconIndex = c.getColumnIndex(Bookmarks.FAVICON);
  /external/chromium/chrome/browser/
jumplist_win.cc 256 // Create an icon file from the favicon attached to the given |page|, and
685 // Ask FaviconService if it has a favicon of a URL.
691 url, history::FAVICON, &favicon_consumer_,
750 // Send a query that retrieves the first favicon.
756 history::FaviconData favicon) {
759 if (favicon.is_valid()) {
761 icon_urls_.front().second->SetIconData(favicon.image_data);
  /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...]
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 575 BookmarkColumns.TITLE, BookmarkColumns.FAVICON };
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.cc 155 // Listen for changes to favicons so that we can update the favicon of the
251 return node->favicon();
739 history::FaviconData favicon) {
746 if (favicon.is_valid() && gfx::PNGCodec::Decode(favicon.image_data->front(),
747 favicon.image_data->size(),
764 node->GetURL(), history::FAVICON, &load_consumer_,
785 // Prevent the observers from getting confused for multiple favicon loads.
792 // Got an updated favicon, for a URL, do a new request.
  /external/chromium/webkit/glue/
weburlloader_impl.cc 139 return ResourceType::FAVICON;
  /prebuilts/sdk/12/
android.jar 

Completed in 843 milliseconds

12 3