HomeSort by relevance Sort by last modified time
    Searched refs:icon_type (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium/chrome/common/
favicon_url.cc 8 : icon_type(INVALID_ICON) {
13 icon_type(type) {
favicon_url.h 29 IconType icon_type; member in struct:FaviconURL
icon_messages.h 20 IPC_STRUCT_TRAITS_MEMBER(icon_type)
  /external/chromium_org/content/public/common/
favicon_url.cc 10 : icon_type(INVALID_ICON) {
15 icon_type(type) {
favicon_url.h 31 IconType icon_type; member in struct:content::FaviconURL
  /external/chromium_org/ash/system/chromeos/network/
network_icon.h 31 // not be NULL. |icon_type| determines the color theme and whether or not to
32 // show the VPN badge. This caches badged icons per network per |icon_type|.
35 IconType icon_type);
39 IconType icon_type,
44 IconType icon_type,
49 IconType icon_type,
52 // Returns the label for |network| based on |icon_type|. |network| can be NULL.
55 IconType icon_type);
61 // Gets the correct icon and label for |icon_type|. Also sets |animating|
63 ASH_EXPORT void GetDefaultNetworkImageAndLabel(IconType icon_type,
    [all...]
network_icon.cc 56 explicit NetworkIconImpl(IconType icon_type);
111 NetworkIconMap* GetIconMapInstance(IconType icon_type, bool create) {
119 if (s_icon_map->count(icon_type) == 0) {
122 (*s_icon_map)[icon_type] = new NetworkIconMap;
124 return (*s_icon_map)[icon_type];
127 NetworkIconMap* GetIconMap(IconType icon_type) {
128 return GetIconMapInstance(icon_type, true);
131 void PurgeIconMap(IconType icon_type,
133 NetworkIconMap* icon_map = GetIconMapInstance(icon_type, false);
254 bool IconTypeIsDark(IconType icon_type) {
    [all...]
  /external/chromium_org/chrome/common/favicon/
favicon_types.cc 19 icon_type(INVALID_ICON) {}
favicon_types.h 18 // Defines the icon types. They are also stored in icon_type field of favicons
69 IconType icon_type; member in struct:chrome::FaviconBitmapResult
  /external/chromium/chrome/browser/
favicon_helper.cc 26 // Returns history::IconType the given icon_type corresponds to.
27 history::IconType ToHistoryIconType(FaviconURL::IconType icon_type) {
28 switch (icon_type) {
45 history::IconType icon_type) {
47 favicon_url.icon_type == static_cast<FaviconURL::IconType>(icon_type);
54 icon_type(history::INVALID_ICON) {
60 history::IconType icon_type)
64 icon_type(icon_type) {
    [all...]
favicon_helper.h 77 FaviconHelper(TabContents* tab_contents, Type icon_type);
93 history::IconType icon_type,
116 history::IconType icon_type,
122 history::IconType icon_type,
135 history::IconType icon_type);
151 history::IconType icon_type);
156 history::IconType icon_type; member in struct:FaviconHelper::DownloadRequest
176 history::IconType icon_type);
187 history::IconType icon_type,
195 history::IconType icon_type);
    [all...]
favicon_service.cc 18 history::IconType icon_type,
25 hs->GetFavicon(request, icon_url, icon_type);
34 history::IconType icon_type,
41 hs->UpdateFaviconMappingAndFetch(request, page_url, icon_url, icon_type);
85 history::IconType icon_type) {
88 hs->SetFavicon(page_url, icon_url, image_data, icon_type);
favicon_service.h 47 // Requests the |icon_type| of favicon. |consumer| is notified when the bits
50 history::IconType icon_type,
54 // Fetches the |icon_type| of favicon at |icon_url|, sending the results to
61 history::IconType icon_type,
91 history::IconType icon_type);
favicon_helper_unittest.cc 87 int icon_type,
91 icon_type_(icon_type),
97 int icon_type,
102 icon_type_(icon_type),
188 history::IconType icon_type,
192 icon_type, callback));
197 history::IconType icon_type,
201 icon_type, callback));
223 history::IconType icon_type) OVERRIDE {
225 icon_type, image_data, NULL))
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 37 // Returns chrome::IconType the given icon_type corresponds to.
38 chrome::IconType ToHistoryIconType(FaviconURL::IconType icon_type) {
39 switch (icon_type) {
54 // Get the maximal icon size in pixels for a icon of type |icon_type| for the
56 int GetMaximalIconSize(chrome::IconType icon_type) {
58 switch (icon_type) {
75 chrome::IconType icon_type) {
77 favicon_url.icon_type == static_cast<FaviconURL::IconType>(icon_type);
89 chrome::IconType icon_type = ToHistoryIconType(favicon_url.icon_type)
    [all...]
favicon_handler.h 88 Type icon_type);
127 chrome::IconType icon_type);
133 chrome::IconType icon_type,
139 chrome::IconType icon_type,
151 chrome::IconType icon_type,
168 chrome::IconType icon_type);
172 chrome::IconType icon_type; member in struct:FaviconHandler::DownloadRequest
183 chrome::IconType icon_type);
189 chrome::IconType icon_type; member in struct:FaviconHandler::FaviconCandidate
201 chrome::IconType icon_type);
    [all...]
favicon_service.h 95 // Requests the favicon at |icon_url| of |icon_type| whose size most closely
105 chrome::IconType icon_type,
112 chrome::IconType icon_type,
120 chrome::IconType icon_type,
205 // Set the favicon for |page_url| for |icon_type| in the thumbnail database.
212 chrome::IconType icon_type,
216 // Set the favicon for |page_url| for |icon_type| in the thumbnail database.
228 chrome::IconType icon_type,
favicon_service.cc 63 chrome::IconType icon_type,
74 icon_urls, icon_type, desired_size_in_dip,
83 chrome::IconType icon_type,
100 icon_urls, icon_type, desired_size_in_dip, desired_scale_factors,
109 chrome::IconType icon_type,
117 icon_urls, icon_type, desired_size_in_dip,
224 chrome::IconType icon_type,
228 history_service_->MergeFavicon(page_url, icon_url, icon_type, bitmap_data,
235 chrome::IconType icon_type,
261 history_service_->SetFavicons(page_url, icon_type, favicon_bitmap_data)
    [all...]
favicon_handler_unittest.cc 51 chrome::IconType icon_type,
61 bitmap_result.icon_type = icon_type;
129 int icon_type,
133 icon_type_(icon_type),
139 int icon_type,
143 icon_type_(icon_type),
250 chrome::IconType icon_type,
254 icon_type, callback));
259 chrome::IconType icon_type,
    [all...]
  /external/chromium/chrome/browser/history/
thumbnail_database.h 112 // FAVICON, and the icon type is returned in icon_type parameter if it is not
117 IconType* icon_type);
127 FaviconID AddFavicon(const GURL& icon_url, IconType icon_type);
242 // Adds support for the icon_type in favicon table.
history_backend.h 224 IconType icon_type);
229 IconType icon_type);
451 // Only a single type can be given in icon_type when page_url is specified.
456 int icon_type);
462 IconType icon_type);
471 IconType icon_type,
history_backend.cc     [all...]
  /external/chromium_org/android_webview/browser/
icon_helper.cc 57 switch(i->icon_type) {
  /external/chromium_org/chrome/browser/history/
thumbnail_database.h 176 // FAVICON, and the icon type is returned in icon_type parameter if it is not
181 chrome::IconType* icon_type);
183 // Gets the icon_url, icon_type and sizes for the specified |icon_id|.
186 chrome::IconType* icon_type);
188 // Adds favicon with |icon_url|, |icon_type| and |favicon_sizes| to the
191 chrome::IconType icon_type);
197 chrome::IconType icon_type,
273 // Return all icon mappings of the given |icon_type|.
337 // Adds support for the icon_type in favicon table.
thumbnail_database.cc 48 // associated via <link rel="icon_type" href="url">.
54 // icon_type The type of the favicon specified in the rel attribute of
81 icon_mapping->icon_type =
370 if (!db_.DoesColumnExist("favicons", "icon_type")) {
371 LOG(ERROR) << "Raze because of missing favicon.icon_type";
520 // Set the default icon_type as FAVICON to be consistent with
522 "icon_type INTEGER DEFAULT 1)");
564 return !db_.IsSQLValid("SELECT id, url, icon_type FROM favicons");
865 chrome::IconType* icon_type) {
867 "SELECT id, icon_type FROM favicons WHERE url=? AND (icon_type & ? > 0)
    [all...]

Completed in 525 milliseconds

1 2 3