Searched refs:favicon (Results 1 - 25 of 97) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_drag_drop_cocoa.h19 NSImage* DragImageForBookmark(NSImage* favicon, const base::string16& title);
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/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_org/components/favicon/core/
H A Dfavicon_url.cc5 #include "components/favicon/core/favicon_url.h"
7 namespace favicon { namespace
21 } // namespace favicon
H A Dfavicon_url.h14 namespace favicon { namespace
16 // Stores metadata about a given favicon.
34 } // namespace favicon
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarkUtils.java53 * @param favicon Bookmark favicon.
54 * @param rValue Red component of the dominant favicon color.
55 * @param gValue Green component of the dominant favicon color.
56 * @param bValue Blue component of the dominant favicon color.
60 Bitmap favicon, int rValue, int gValue, int bValue) {
64 i.putExtra(Intent.EXTRA_SHORTCUT_ICON, createIcon(context, favicon, rValue,
74 * @param favicon Bookmark favicon.
75 * @param rValue Red component of the dominant favicon colo
59 createAddToHomeIntent(Context context, Intent shortcutIntent, String title, Bitmap favicon, int rValue, int gValue, int bValue) argument
80 createAddToHomeIntent(Context context, String url, String title, Bitmap favicon, int rValue, int gValue, int bValue) argument
122 createIcon(Context context, Bitmap favicon, int rValue, int gValue, int bValue) argument
197 drawFaviconToCanvas(Context context, Bitmap favicon, Canvas canvas) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.cc23 favicon.BackedBySameObjectAs(data.favicon) &&
H A Dtab_renderer_data.h41 gfx::ImageSkia favicon; member in struct:TabRendererData
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc5 #include "chrome/browser/favicon/favicon_tab_helper.h"
8 #include "chrome/browser/favicon/chrome_favicon_client.h"
9 #include "chrome/browser/favicon/chrome_favicon_client_factory.h"
10 #include "chrome/browser/favicon/favicon_handler.h"
11 #include "chrome/browser/favicon/favicon_service.h"
12 #include "chrome/browser/favicon/favicon_service_factory.h"
68 // Like GetTitle(), we also want to use the favicon for the last committed
106 // No favicon on Instant New Tab Pages.
118 // Make sure the page is in history, otherwise adding the favicon does
130 const FaviconStatus& favicon(entr
[all...]
H A Dfavicon_handler.h16 #include "components/favicon/core/favicon_url.h"
31 // favicon.
33 // FetchFavicon requests the favicon from the favicon service which in turn
34 // requests the favicon from the history database. At this point
36 // favicon. To ensure we handle reloading stale favicons as well as
37 // reloading a favicon on page reload we always request the favicon from
38 // history regardless of whether the active favicon is valid.
42 // db on our request for the favicon
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view.cc38 // favicon.
115 // For source images smaller than the favicon square, scale them as if they
116 // were padded to fit the favicon square, so we don't blow up tiny favicons
147 gfx::ImageSkia favicon = model_->GetFaviconForTabIconView(); local
148 if (!favicon.isNull()) {
150 PaintFavicon(canvas, favicon);
/external/chromium_org/chrome/browser/history/android/
H A Dfavicon_sql_handler.cc38 // icon is already in database, just create a new favicon.
41 GURL(), favicon_base::FAVICON, row.favicon(), Time::Now(), gfx::Size());
65 // As we update the favicon, Let's remove unused favicons if any.
106 GURL(), favicon_base::FAVICON, row->favicon(), Time::Now(), gfx::Size());
H A Dandroid_provider_backend.cc37 "android_cache_db.bookmark_cache.favicon_id AS favicon, "
337 scoped_ptr<std::set<GURL> > favicon(new std::set<GURL>);
351 favicon->insert(i->url);
363 if (!favicon->empty()) {
366 base::Passed(&favicon)));
398 scoped_ptr<std::set<GURL> > favicon; local
399 // No favicon should be changed if the thumbnail_db_ is not available.
402 favicon.reset(new std::set<GURL>);
403 favicon->insert(url_row.url());
413 if (favicon) {
[all...]
/external/chromium_org/chrome/browser/history/
H A Dthumbnail_database_unittest.cc43 const GURL kIconUrl1 = GURL("http://www.google.com/favicon.ico");
44 const GURL kIconUrl2 = GURL("http://www.yahoo.com/favicon.ico");
46 const GURL kIconUrl5 = GURL("http://www.bing.com/favicon.ico");
201 scoped_refptr<base::RefCountedBytes> favicon(new base::RefCountedBytes(data));
206 db.AddFavicon(url, favicon_base::TOUCH_ICON, favicon, time, gfx::Size());
251 scoped_refptr<base::RefCountedBytes> favicon(new base::RefCountedBytes(data));
256 db.AddFaviconBitmap(id, favicon, time, gfx::Size());
281 scoped_refptr<base::RefCountedBytes> favicon(new base::RefCountedBytes(data));
287 db.AddFaviconBitmap(id1, favicon, time, kSmallSize);
288 db.AddFaviconBitmap(id1, favicon, tim
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
H A DFaviconHelper.java5 package org.chromium.chrome.browser.favicon;
16 * You can request a favicon image by web page URL. Note that an instance of
36 * This method will be called when the result favicon is ready.
70 * @param pageUrl The target Page URL to get the favicon.
72 * @param desiredSizeInPixel The size of the favicon in pixel we want to get.
87 * Fetches the first available favicon for a URL that exceeds the minimum size threshold. If
88 * no favicons are larger (or equal) to the threshold, the largest favicon of any type is
92 * @param pageUrl The target Page URL to get the favicon.
95 * the buckets exceeds the minimum size threshold, that favicon
98 * subsequent favicon type
[all...]
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dsuggestions_page.css44 .suggestions .favicon {
55 html[dir='rtl'] .suggestions .favicon {
/external/chromium_org/chrome/utility/importer/
H A Dbookmark_html_reader.h69 // See above, this will also put the data: URL of the favicon into |*favicon|
70 // if there is a favicon given. |post_data| is set for POST base keywords to
76 GURL* favicon,
H A Dbookmark_html_reader_unittest.cc59 GURL url, favicon; local
66 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
77 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
87 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
98 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
112 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
123 charset, &title, &url, &favicon, &shortcut, &add_date, &post_data);
H A Dbookmark_html_reader.cc53 // Given the URL of a page and a favicon data URL, adds an appropriate record
54 // to the given favicon usage vector.
75 // We need to make up a URL for the favicon. We use a version of the page's
77 usage.favicon_url = GURL(std::string("made-up-favicon:") + link_url.spec());
79 // We only have one URL per favicon for Firefox 2 bookmarks.
141 GURL url, favicon; local
149 &url, &favicon, &shortcut,
183 // Save the favicon. DataURLToFaviconUsage will handle the case where
184 // there is no favicon.
186 DataURLToFaviconUsage(url, favicon, favicon
304 ParseBookmarkFromLine(const std::string& line, const std::string& charset, base::string16* title, GURL* url, GURL* favicon, base::string16* shortcut, base::Time* add_date, base::string16* post_data) argument
[all...]
/external/chromium_org/components/test/data/web_database/
H A Dversion_52.sql11 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',1,'',0,0,'UTF-8',1,'{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&q={searchTerms}&{google:cursorPosition}{google:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParameter}',1,0,'{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:instantEnabledParameter}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',0,'2BB4ECA1-7D0F-2FB9-45B0-AD87B8298C9D','["{google:baseURL}#q={searchTerms}","{google:baseURL}search#q={searchTerms}","{google:baseURL}webhp#q={searchTerms}"]','espv','{google:baseURL}searchbyimage/upload','','','','encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource}');
13 INSERT INTO "keywords" VALUES(4,'Yahoo!','yahoo.com','http://search.yahoo.com/favicon.ico','http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}',1,'',0,0,'UTF-8',1,'http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}',2,0,'',0,'531278E0-9380-7556-D9A0-9F85AA1DCF06','[]','','','','','','');
14 INSERT INTO "keywords" VALUES(5,'AOL','aol.com','http://search.aol.com/favicon.ico','http://search.aol.com/aol/search?query={searchTerms}',1,'',0,0,'UTF-8',1,'http://autocomplete.search.aol.com/autocomplete/get?output=json&it=&q={searchTerms}',35,0,'',0,'680838DC-A89F-7598-901A-C6B849F94F67','[]','','','','','','');
15 INSERT INTO "keywords" VALUES(6,'Ask','ask.com','http://sp.ask.com/sh/i/a16/favicon/favicon.ico','http://www.ask.com/web?q={searchTerms}',1,'',0,0,'UTF-8',1,'http://ss.ask.com/query?q={searchTerms}&li=ff',4,0,'',0,'25AC092A-10E6-EA19-11CE-55382548F3DC','[]','','','','','','');
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc15 #include "chrome/browser/favicon/favicon_tab_helper.h"
651 // If the favicon isn't valid, it will return a default bitmap.
653 SkBitmap favicon =
660 if (favicon.empty()) {
661 favicon = favicon_tab_helper->GetFavicon().AsBitmap();
664 if (!favicon.empty()) {
668 if (favicon.width() != target_size_dip ||
669 favicon.height() != target_size_dip) {
670 favicon =
671 skia::ImageOperations::Resize(favicon,
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dmetro_pin_tab_helper_win.cc21 #include "chrome/browser/favicon/favicon_tab_helper.h"
83 // Fill the tile logo with the dominant color of the favicon bitmap.
91 // Now paint a faded square for the favicon to go in.
98 // Now paint the favicon into the tile, leaving some room at the bottom for
152 // |favicon| can be a null image (i.e. favicon.isNull() can be true), in
156 const SkBitmap& favicon);
175 const SkBitmap& favicon)
178 favicon_(favicon) {}
262 // Outstanding favicon downloa
173 PinPageTaskRunner(const base::string16& title, const base::string16& url, const SkBitmap& favicon) argument
377 SkBitmap favicon; local
[all...]
/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/common/extensions/docs/examples/api/fontSettings/css/
H A Dchrome_shared.css76 html[dir='rtl'] .favicon-cell.weakrtl {
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/
H A Dchrome_shared2.css78 html[dir='rtl'] .favicon-cell.weakrtl {
/external/chromium_org/ui/webui/resources/css/
H A Dchrome_shared.css86 html[dir='rtl'] .favicon-cell.weakrtl {

Completed in 4792 milliseconds

1234