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

1 2

  /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/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_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...]
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...]
  /external/chromium/chrome/browser/history/
thumbnail_database.cc 35 icon_mapping->icon_type =
207 "icon_type INTEGER DEFAULT 1)"); // Set the default as FAVICON
404 IconType* icon_type) {
406 "SELECT id, icon_type FROM favicons WHERE url=? AND (icon_type & ? > 0) "
407 "ORDER BY icon_type DESC"));
416 if (icon_type)
417 *icon_type = static_cast<IconType>(statement.ColumnInt(1));
448 IconType icon_type) {
451 "INSERT INTO favicons (url, icon_type) VALUES (?, ?)"))
    [all...]
thumbnail_database_unittest.cc 215 EXPECT_EQ(icon_mapping.front().icon_type, TOUCH_ICON);
334 EXPECT_EQ(FAVICON, icon_mapping.front().icon_type);
349 EXPECT_EQ(TOUCH_ICON, icon_mapping.front().icon_type);
363 EXPECT_EQ(TOUCH_PRECOMPOSED_ICON, icon_mapping.front().icon_type);
426 EXPECT_EQ(FAVICON, icon_mappings[0].icon_type);
441 EXPECT_EQ(FAVICON, icon_mappings[0].icon_type);
450 EXPECT_EQ(FAVICON, icon_mappings[0].icon_type);
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.cc     [all...]
history.cc 453 history::IconType icon_type) {
455 icon_url, icon_type);
462 history::IconType icon_type) {
478 history::IconType icon_type) {
485 icon_type);
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_types.cc 408 icon_type(INVALID_ICON) {
417 icon_type(history::INVALID_ICON) {
expire_history_backend_unittest.cc 71 FaviconID GetFavicon(const GURL& page_url, IconType icon_type);
324 IconType icon_type) {
326 thumb_db_->GetIconMappingForPageURL(page_url, icon_type, &icon_mapping);
    [all...]
history_types.h 679 // Defines the icon types. They are also stored in icon_type field of favicons
703 IconType icon_type; member in struct:history::IconMapping
727 history::IconType icon_type; member in struct:history::FaviconData
history.h 647 history::IconType icon_type);
654 history::IconType icon_type);
676 history::IconType icon_type);
    [all...]
history_backend_unittest.cc 133 FaviconID GetFavicon(const GURL& url, IconType icon_type) {
135 if (backend_->thumbnail_db_->GetIconMappingForPageURL(url, icon_type,
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 138 values.put(LauncherSettings.BaseLauncherColumns.ICON_TYPE,
145 values.put(LauncherSettings.BaseLauncherColumns.ICON_TYPE,
LauncherSettings.java 62 static final String ICON_TYPE = "iconType";
LauncherProvider.java 343 final int iconTypeIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON_TYPE);
362 values.put(LauncherSettings.Favorites.ICON_TYPE, c.getInt(iconTypeIndex));
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 111 favicon.icon_type = history::FAVICON;
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 474 if (i->icon_type == FaviconURL::FAVICON) {
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge_unittest.mm 379 favicon.icon_type = history::FAVICON;

Completed in 453 milliseconds

1 2