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

  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.h 82 enum LinkType {
211 void ShowFlashMediaLink(LinkType link_type, bool show);
content_settings_handler.cc     [all...]
  /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_;
263 const Link* GetLinkByType(Link::LinkType type) const;
gdata_wapi_parser.cc 100 Link::LinkType type;
221 bool Link::GetLinkType(const base::StringPiece& rel, Link::LinkType* type) {
240 // in the future, add it into LinkType and kLinkTypeMap.
248 converter->RegisterCustomField<Link::LinkType>(kRelField,
317 const Link* CommonMetadata::GetLinkByType(Link::LinkType type) const {
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 112 enum LinkType { REGULAR_LINK, LINk_WITH_TARGET_BLANK, };
145 LinkType link_type,
  /external/libpcap/
pcap-win32.c 510 /*Set the linktype*/
511 switch (type.LinkType)
514 p->linktype = DLT_EN10MB;
518 p->linktype = DLT_EN10MB;
541 p->linktype = DLT_FDDI;
545 p->linktype = DLT_IEEE802;
549 p->linktype = DLT_ARCNET;
553 p->linktype = DLT_ARCNET;
557 p->linktype = DLT_ATM_RFC1483;
561 p->linktype = DLT_CHDLC
    [all...]

Completed in 866 milliseconds