HomeSort by relevance Sort by last modified time
    Searched full:favicon (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/QtTestBrowser/
QtTestBrowser.qrc 4 <file>favicon.png</file>
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml 12 - url: /favicon.ico
13 static_files: favicon.ico
14 upload: favicon.ico
  /external/chromium/chrome/browser/resources/bookmark_manager/
manifest.json 7 // The favicon is loaded directly from resources.pak.
14 "chrome://favicon/",
  /external/chromium/chrome/browser/
favicon_helper.h 28 // FaviconHelper is used to fetch the favicon for TabContents.
30 // FetchFavicon requests the favicon from the favicon service which in turn
31 // requests the favicon from the history database. At this point
33 // favicon. To ensure we handle reloading stale favicons as well as
34 // reloading a favicon on page reload we always request the favicon from
35 // history regardless of whether the NavigationEntry has a favicon.
39 // db on our request for the favicon (OnFaviconDataForInitialURL),
40 // or a message from the renderer giving us the URL of the favicon fo
    [all...]
favicon_service.h 21 // The favicon service provides methods to access favicons. It calls the history
31 // Callback for GetFavicon. If we have previously inquired about the favicon
36 // favicon data, or it will be NULL to indicate that the site does not have
37 // a favicon (in other words, we know the site doesn't have a favicon, as
39 // refreshed the favicon "too long" ago and should be updated if the page
42 history::FaviconData>::Type // the type of favicon
47 // Requests the |icon_type| of favicon. |consumer| is notified when the bits
54 // Fetches the |icon_type| of favicon at |icon_url|, sending the results to
55 // the given |callback|. If the favicon has previously been set vi
    [all...]
favicon_helper.cc 29 case FaviconURL::FAVICON:
30 return history::FAVICON;
71 icon_types_(icon_type == FAVICON ? history::FAVICON :
97 // 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
134 if (url == url_ && icon_type == history::FAVICON) {
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)
    [all...]
favicon_helper_unittest.cc 172 // The methods to access favicon internal.
281 const GURL icon_url("http://www.google.com/favicon");
283 TestFaviconHelper helper(page_url, contents(), FaviconHelper::FAVICON);
291 EXPECT_EQ(history::FAVICON, history_handler->icon_type_);
295 history_handler->favicon_data_.icon_type = history::FAVICON;
305 EXPECT_TRUE(helper.GetEntry()->favicon().is_valid());
306 EXPECT_EQ(icon_url, helper.GetEntry()->favicon().url());
308 // Simulates update favicon url.
310 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON));
317 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type)
    [all...]
possible_url_model.h 40 history::FaviconData favicon);
56 // Our consumer for favicon requests.
63 // Map Result::index -> Favicon.
possible_url_model.cc 29 // 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.
166 result.url, history::FAVICON, &consumer_,
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()
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
favicon_util.h 13 // Returns an autoreleased favicon for a given TabContents. If |contents| is
14 // NULL or there's no favicon for the NavigationEntry, this will return the
  /external/chromium/chrome/browser/ui/webui/
favicon_source.h 36 // Called when favicon data is available from the history backend.
38 history::FaviconData favicon);
40 // Sends the default favicon.
48 // Raw PNG representation of the favicon to show when the favicon
49 // database doesn't have a favicon for a webpage.
fileicon_source.h 35 // Called when favicon data is available from the history backend.
45 // Raw PNG representation of the favicon to show when the favicon
46 // database doesn't have a favicon for a webpage.
chrome_web_ui_factory.h 30 // Get the favicon for |page_url| and forward the result to the |request|
43 // Gets the data for the favicon for a WebUI page. Returns NULL if the WebUI
44 // does not have a favicon.
favicon_source.cc 36 history::FAVICON,
42 history::FAVICON,
67 history::FaviconData favicon) {
73 if (favicon.is_valid()) {
75 SendResponse(request_id, favicon.image_data);
  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 22 favicon.pixelRef() &&
23 favicon.pixelRef() == data.favicon.pixelRef() &&
24 favicon.pixelRefOffset() == data.favicon.pixelRefOffset() &&
  /cts/tests/assets/webkit/
test_favicon.html 18 <title>test favicon</title>
19 <link rel="icon" type="image/png" href="favicon.png">
22 <h3>hello favicon!</h3><br>
  /external/chromium/chrome/browser/chromeos/
wm_overview_favicon.h 21 // A single favicon displayed by WmOverviewController.
28 // Initializes the favicon to 0x0 size.
31 // Setting the favicon sets the bounds to the size of the given
  /external/chromium/chrome/browser/history/
thumbnail_database_unittest.cc 119 scoped_refptr<RefCountedBytes> favicon(new RefCountedBytes(data));
122 FaviconID id = db.AddFavicon(url, FAVICON);
124 db.SetFavicon(id, favicon, time);
145 scoped_refptr<RefCountedBytes> favicon(new RefCountedBytes(data));
151 db.SetFavicon(id, favicon, time);
167 scoped_refptr<RefCountedBytes> favicon(new RefCountedBytes(data));
172 db.SetFavicon(id, favicon, time);
199 scoped_refptr<RefCountedBytes> favicon(new RefCountedBytes(data));
204 db.SetFavicon(id, favicon, time);
207 FaviconID id2 = db.AddFavicon(url, FAVICON);
    [all...]
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...]
  /docs/source.android.com/templates/
includes 3 <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico" />
  /external/chromium/chrome/common/
icon_messages.h 25 // Requests the renderer to download the specified favicon image encode it as
32 downloading the favicon */)
36 // Notification that the urls for the favicon of a site has been determined.
39 std::vector<FaviconURL> /* urls of the favicon */)
favicon_url.h 11 // The favicon url from the render.
16 FAVICON = 1 << 0,
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 21 // The size of the favicon touch area. This generally would be the same as
193 (data().favicon.isNull() ? kFaviconSize : data().favicon.width());
197 if (!data().favicon.isNull() && data().favicon.width() != kFaviconSize)
198 favicon_x += (data().favicon.width() - kFaviconSize) / 2;
219 if (!data().favicon.isNull()) {
221 if ((data().favicon.width() == kTouchTabIconSize) &&
222 (data().favicon.height() == kTouchTabIconSize)) {
223 canvas->DrawBitmapInt(data().favicon, 0, 0
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/resources/
non-html.manifest 7 /favicon.ico
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.h 61 // Starts async fetch for the next bookmark favicon.
66 // Favicon fetch callback. After all favicons are fetched executes
69 history::FaviconData favicon);
75 // for each of them. After favicon is fetched top url is removed from list.
81 // Map that stores favicon per URL.

Completed in 813 milliseconds

1 2 3 4 5 6 7 8 91011>>