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

  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc 124 ResourceLink::ResourceLinkType type;
129 { ResourceLink::FEED_LINK_ACL,
131 { ResourceLink::FEED_LINK_REVISIONS,
238 // ResourceLink implementation
240 ResourceLink::ResourceLink() : type_(ResourceLink::FEED_LINK_UNKNOWN) {
244 bool ResourceLink::GetFeedLinkType(
245 const base::StringPiece& rel, ResourceLink::ResourceLinkType* result) {
257 void ResourceLink::RegisterJSONConverter
    [all...]
gdata_wapi_parser.h 118 class ResourceLink {
125 ResourceLink();
130 base::JSONValueConverter<ResourceLink>* converter);
152 DISALLOW_COPY_AND_ASSIGN(ResourceLink);
382 const ScopedVector<ResourceLink>& resource_links() const {
452 void set_resource_links(ScopedVector<ResourceLink> resource_links) {
495 ScopedVector<ResourceLink> resource_links_;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java     [all...]

Completed in 926 milliseconds