HomeSort by relevance Sort by last modified time
    Searched refs:get_icon (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/
content_setting_image_model_unittest.cc 36 EXPECT_EQ(0, content_setting_image_model->get_icon());
44 EXPECT_NE(0, content_setting_image_model->get_icon());
58 EXPECT_EQ(0, content_setting_image_model->get_icon());
66 EXPECT_NE(0, content_setting_image_model->get_icon());
78 EXPECT_NE(0, content_setting_image_model->get_icon());
86 EXPECT_NE(0, content_setting_image_model->get_icon());
content_setting_image_model.h 33 int get_icon() const { return icon_; } function in class:ContentSettingImageModel
  /external/bluetooth/glib/gio/
gdrive.h 47 * @get_icon: Returns a #GIcon for the given #GDrive.
79 GIcon * (* get_icon) (GDrive *drive); member in struct:_GDriveIface
gvolume.h 82 * @get_icon: Gets a #GIcon for the #GVolume.
119 GIcon * (* get_icon) (GVolume *volume); member in struct:_GVolumeIface
gmount.h 49 * @get_icon: Gets a #GIcon for the #GMount.
82 GIcon * (* get_icon) (GMount *mount); member in struct:_GMountIface
gappinfo.h 65 * @get_icon: Gets the #GIcon for the #GAppInfo.
99 GIcon * (* get_icon) (GAppInfo *appinfo); member in struct:_GAppInfoIface
gdrive.c 194 return (* iface->get_icon) (drive);
gvolume.c 202 return (* iface->get_icon) (volume);
gwin32mount.c 339 iface->get_icon = g_win32_mount_get_icon;
gappinfo.c 465 return (* iface->get_icon) (appinfo);
gmount.c 212 return (* iface->get_icon) (mount);
gunixmount.c 457 iface->get_icon = g_unix_mount_get_icon;
gunixvolume.c 521 iface->get_icon = g_unix_volume_get_icon;
gwin32appinfo.c 384 iface->get_icon = g_win32_app_info_get_icon;
gdesktopappinfo.c     [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.h 71 #define xdg_mime_get_icon XDG_ENTRY(get_icon)
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 76 content_setting_image_model_->get_icon()));
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc     [all...]

Completed in 139 milliseconds