HomeSort by relevance Sort by last modified time
    Searched defs:FAVICON (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/public/common/
favicon_url.h 16 // The favicon url from the render.
22 FAVICON = 1 << 0,
  /external/chromium_org/chrome/browser/ui/webui/
favicon_source.h 14 #include "chrome/browser/favicon/favicon_service.h"
24 // chrome://favicon/size&scalefactor/urlmodifier/url
30 // Specifies the page URL of the requested favicon. If the 'urlmodifier'
31 // parameter is 'iconurl', the URL refers to the URL of the favicon image
35 // 'largest': Specifies that the largest available favicon is requested.
36 // Example: chrome://favicon/largest/http://www.google.com/
38 // Specifies the requested favicon's size in DIP (aa) and the requested
39 // favicon's scale factor. (b).
41 // If the parameter is unspecified, the requested favicon's size defaults
43 // Example: chrome://favicon/size/16@2x/http://www.google.com
    [all...]
  /external/chromium_org/components/favicon_base/
favicon_types.h 19 // The values of the IconTypes are used to select the priority in which favicon
24 FAVICON = 1 << 0,
38 // The URL of the favicon which contains all of the image representations of
46 // Defines a favicon bitmap which best matches the desired DIP size and one of
64 // The URL of the containing favicon.
67 // The icon type of the containing favicon.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
FaviconHelper.java 5 package org.chromium.chrome.browser.favicon;
16 * You can request a favicon image by web page URL. Note that an instance of
25 public static final int FAVICON = 1 << 0;
36 * This method will be called when the result favicon is ready.
37 * @param image Favicon image.
38 * @param iconUrl Favicon image's icon url.
67 * Get Favicon bitmap for the requested arguments. Retrieves favicons only for pages the user
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. I
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 16 #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/bookmarks/
bookmark_html_writer.cc 20 #include "chrome/browser/favicon/favicon_service.h"
21 #include "chrome/browser/favicon/favicon_service_factory.h"
368 // Map that stores favicon per URL.
457 // Filter out urls that we've already got favicon for.
464 favicon_base::FAVICON,
  /external/chromium_org/components/history/core/android/
android_history_types.h 40 FAVICON,
119 // The favicon related to page if any.
121 set_value_explicitly(FAVICON);
124 const scoped_refptr<base::RefCountedMemory>& favicon() const { function in class:history::HistoryAndBookmarkRow
302 // This class wraps the sql statement and favicon column index in statement if
305 // Using favicon_index() to get the index of favicon; The value of that column
306 // is the Favicon ID, Client should call HistoryService::GetFavicon() to get the
317 // The favicon index in statement; -1 is returned if favicon is not in
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc 324 // Returns the favicon bitmaps for |icon_id| sorted by pixel size in
325 // ascending order. Returns true if there is at least one favicon bitmap.
335 // Returns true if there is exactly one favicon bitmap associated to
336 // |favicon_id|. If true, returns favicon bitmap in output parameter.
487 GURL favicon_url1("http://www.google.com/favicon.ico");
488 GURL favicon_url2("http://news.google.com/favicon.ico");
490 backend_->thumbnail_db_->AddFavicon(favicon_url2, favicon_base::FAVICON);
492 backend_->thumbnail_db_->AddFavicon(favicon_url1, favicon_base::FAVICON);
567 // We should have a favicon and favicon bitmaps for the first URL only. W
1055 ImportedFaviconUsage favicon; local
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 327 milliseconds