Home
last modified time | relevance | path

Searched defs:ContentInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessiondescription.h51 struct ContentInfo { struct
52 ContentInfo() : description(NULL) {} in ContentInfo() argument
53 ContentInfo(const std::string& name, in ContentInfo() argument
57 ContentInfo(const std::string& name, in ContentInfo() argument
62 std::string name;
63 std::string type;
64 bool rejected;
65 ContentDescription* description;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DContentInfo.java16 public class ContentInfo class
40 private ContentInfo( in ContentInfo() method in ContentInfo
55 public ContentInfo( in ContentInfo() method in ContentInfo
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DContentInfo.java29 public class ContentInfo class
76 public ContentInfo( in ContentInfo() method in ContentInfo
98 public ContentInfo( in ContentInfo() method in ContentInfo
/external/chromium_org/chrome/browser/ui/webui/signin/
Dinline_login_ui_browsertest.cc31 struct ContentInfo { struct
32 ContentInfo(int pid, content::StoragePartition* storage_partition) { in ContentInfo() argument
37 int pid;
38 content::StoragePartition* storage_partition;