Searched refs:get_icon (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/
H A Dcontent_setting_image_model_unittest.cc36 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());
H A Dcontent_setting_image_model.h33 int get_icon() const { return icon_; } function in class:ContentSettingImageModel
/external/bluetooth/glib/gio/
H A Dgdrive.h47 * @get_icon: Returns a #GIcon for the given #GDrive.
79 GIcon * (* get_icon) (GDrive *drive); member in struct:_GDriveIface
H A Dgvolume.h82 * @get_icon: Gets a #GIcon for the #GVolume.
119 GIcon * (* get_icon) (GVolume *volume); member in struct:_GVolumeIface
H A Dgmount.h49 * @get_icon: Gets a #GIcon for the #GMount.
82 GIcon * (* get_icon) (GMount *mount); member in struct:_GMountIface
H A Dgappinfo.h65 * @get_icon: Gets the #GIcon for the #GAppInfo.
99 GIcon * (* get_icon) (GAppInfo *appinfo); member in struct:_GAppInfoIface
H A Dgdrive.c194 return (* iface->get_icon) (drive);
H A Dgvolume.c202 return (* iface->get_icon) (volume);
H A Dgwin32mount.c339 iface->get_icon = g_win32_mount_get_icon;
H A Dgappinfo.c465 return (* iface->get_icon) (appinfo);
H A Dgmount.c212 return (* iface->get_icon) (mount);
H A Dgunixmount.c457 iface->get_icon = g_unix_mount_get_icon;
H A Dgunixvolume.c521 iface->get_icon = g_unix_volume_get_icon;
H A Dgwin32appinfo.c384 iface->get_icon = g_win32_app_info_get_icon;
H A Dgdesktopappinfo.c1770 iface->get_icon = g_desktop_app_info_get_icon;
/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmime.h71 #define xdg_mime_get_icon XDG_ENTRY(get_icon)
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc76 content_setting_image_model_->get_icon()));
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc1282 content_setting_image_model_->get_icon()));

Completed in 1448 milliseconds