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

  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 120 enum ResourceLinkType {
133 ResourceLinkType type() const { return type_; }
138 void set_type(ResourceLinkType type) { type_ = type; }
143 // Converts value of gd$feedLink.rel into ResourceLinkType enum.
147 const base::StringPiece& rel, ResourceLinkType* result);
149 ResourceLinkType type_;
gdata_wapi_parser.cc 124 ResourceLink::ResourceLinkType type;
245 const base::StringPiece& rel, ResourceLink::ResourceLinkType* result) {
259 converter->RegisterCustomField<ResourceLink::ResourceLinkType>(

Completed in 933 milliseconds