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

  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.cc 236 AppIcon::IconCategory category;
241 { AppIcon::ICON_DOCUMENT, "document" },
242 { AppIcon::ICON_APPLICATION, "application" },
243 { AppIcon::ICON_SHARED_DOCUMENT, "documentShared" },
427 // AppIcon implementation
429 AppIcon::AppIcon() : category_(AppIcon::ICON_UNKNOWN), icon_side_length_(0) {
432 AppIcon::~AppIcon() {
    [all...]
gdata_wapi_parser.h 265 class AppIcon {
275 AppIcon();
276 ~AppIcon();
281 base::JSONValueConverter<AppIcon>* converter);
289 // Get a list of links available for this AppIcon.
312 DISALLOW_COPY_AND_ASSIGN(AppIcon);
740 const ScopedVector<AppIcon>& app_icons() const {
746 IconList GetIconsForCategory(AppIcon::IconCategory category) const;
783 void set_app_icons(ScopedVector<AppIcon>* app_icons) {
802 ScopedVector<AppIcon> app_icons_
    [all...]

Completed in 58 milliseconds