Searched defs:ContentInfo (Results 1 – 4 of 4) sorted by relevance
51 struct ContentInfo { struct52 ContentInfo() : description(NULL) {} in ContentInfo() argument53 ContentInfo(const std::string& name, in ContentInfo() argument57 ContentInfo(const std::string& name, in ContentInfo() argument62 std::string name;63 std::string type;64 bool rejected;65 ContentDescription* description;
16 public class ContentInfo class40 private ContentInfo( in ContentInfo() method in ContentInfo55 public ContentInfo( in ContentInfo() method in ContentInfo
29 public class ContentInfo class76 public ContentInfo( in ContentInfo() method in ContentInfo98 public ContentInfo( in ContentInfo() method in ContentInfo
31 struct ContentInfo { struct32 ContentInfo(int pid, content::StoragePartition* storage_partition) { in ContentInfo() function37 int pid;38 content::StoragePartition* storage_partition;