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

  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc 190 AppIcon::IconCategory category;
195 { AppIcon::ICON_DOCUMENT, "document" },
196 { AppIcon::ICON_APPLICATION, "application" },
197 { AppIcon::ICON_SHARED_DOCUMENT, "documentShared" },
381 // AppIcon implementation
383 AppIcon::AppIcon() : category_(AppIcon::ICON_UNKNOWN), icon_side_length_(0) {
386 AppIcon::~AppIcon() {
    [all...]
gdata_wapi_parser.h 258 class AppIcon {
268 AppIcon();
269 ~AppIcon();
274 base::JSONValueConverter<AppIcon>* converter);
282 // Get a list of links available for this AppIcon.
305 DISALLOW_COPY_AND_ASSIGN(AppIcon);
737 const ScopedVector<AppIcon>& app_icons() const {
743 IconList GetIconsForCategory(AppIcon::IconCategory category) const;
780 void set_app_icons(ScopedVector<AppIcon> app_icons) {
799 ScopedVector<AppIcon> app_icons_
    [all...]

Completed in 546 milliseconds