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 184 enum CategoryType {
202 CategoryType type() const { return type_; }
208 void set_type(CategoryType type) { type_ = type; }
213 // Converts category scheme into CategoryType enum. For example,
218 const base::StringPiece& scheme, CategoryType* result);
221 CategoryType type_;
gdata_wapi_parser.cc 136 Category::CategoryType type;
271 // Converts category.scheme into CategoryType enum.
273 const base::StringPiece& scheme, Category::CategoryType* result) {
288 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 3614 milliseconds