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

  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.h 80 enum LinkType {
184 void ShowFlashMediaLink(LinkType link_type, bool show);
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 43 enum LinkType {
75 LinkType type() const { return type_; }
90 void set_type(LinkType type) { type_ = type; }
98 // Converts value of link.rel into LinkType. Outputs to |type| and returns
101 static bool GetLinkType(const base::StringPiece& rel, LinkType* type);
108 LinkType type_;
317 const Link* GetLinkByType(Link::LinkType type) const;

Completed in 33 milliseconds