Searched refs:ResourceLinkType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/google_apis/
H A Dgdata_wapi_parser.h128 enum ResourceLinkType { enum in class:google_apis::ResourceLink
141 ResourceLinkType type() const { return type_; }
146 void set_type(ResourceLinkType type) { type_ = type; }
151 // Converts value of gd$feedLink.rel into ResourceLinkType enum.
155 const base::StringPiece& rel, ResourceLinkType* result);
157 ResourceLinkType type_;
H A Dgdata_wapi_parser.cc214 ResourceLink::ResourceLinkType type;
357 const base::StringPiece& rel, ResourceLink::ResourceLinkType* result) {
371 converter->RegisterCustomField<ResourceLink::ResourceLinkType>(

Completed in 97 milliseconds