Home
last modified time | relevance | path

Searched refs:category_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/drive/
Ddrive_api_parser.h107 IconCategory category() const { return category_; } in category()
116 category_ = category; in set_category()
138 IconCategory category_; variable
Ddrive_api_parser.cc257 DriveAppIcon::DriveAppIcon() : category_(UNKNOWN), icon_side_length_(0) {} in DriveAppIcon()
266 &DriveAppIcon::category_, in RegisterJSONConverter()