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

  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 185 enum CategoryType {
203 CategoryType type() const { return type_; }
209 void set_type(CategoryType type) { type_ = type; }
214 // Converts category scheme into CategoryType enum. For example,
219 const base::StringPiece& scheme, CategoryType* result);
222 CategoryType type_;
gdata_wapi_parser.cc 160 Category::CategoryType type;
295 // Converts category.scheme into CategoryType enum.
297 const base::StringPiece& scheme, Category::CategoryType* result) {
312 converter->RegisterCustomField<Category::CategoryType>(
  /external/clang/lib/Parse/
ParseObjc.cpp 247 Decl *CategoryType =
257 ParseObjCClassInstanceVariables(CategoryType, tok::objc_private, AtLoc);
259 ParseObjCInterfaceDeclList(tok::objc_not_keyword, CategoryType);
260 return CategoryType;
    [all...]

Completed in 190 milliseconds