HomeSort by relevance Sort by last modified time
    Searched refs:LinkType (Results 1 - 5 of 5) 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);
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_;
317 const Link* GetLinkByType(Link::LinkType type) const;
gdata_wapi_parser.cc 120 Link::LinkType type;
263 bool Link::GetLinkType(const base::StringPiece& rel, Link::LinkType* type) {
282 // in the future, add it into LinkType and kLinkTypeMap.
290 converter->RegisterCustomField<Link::LinkType>(kRelField,
359 const Link* CommonMetadata::GetLinkByType(Link::LinkType type) const {
  /external/libpcap/
pcap-win32.c 428 /*Set the linktype*/
429 switch (type.LinkType)
432 p->linktype = DLT_EN10MB;
436 p->linktype = DLT_EN10MB;
459 p->linktype = DLT_FDDI;
463 p->linktype = DLT_IEEE802;
467 p->linktype = DLT_ARCNET;
471 p->linktype = DLT_ARCNET;
475 p->linktype = DLT_ATM_RFC1483;
479 p->linktype = DLT_CHDLC
    [all...]

Completed in 75 milliseconds