Searched defs:has_type (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems_support_uma.cc22 bool has_type,
34 bool has_type,
38 if (has_type)
59 void Report(bool has_type, bool is_supported);
79 void KeySystemsSupportUMA::Reporter::Report(bool has_type, bool is_supported) { argument
81 if (has_type)
88 if (has_type)
102 bool has_type) {
106 reporter->Report(has_type, false);
110 bool has_type) {
33 OneTimeReporter(const std::string& key_system, bool has_type, const std::string& event) argument
101 ReportKeySystemQuery(const std::string& key_system, bool has_type) argument
109 ReportKeySystemSupport(const std::string& key_system, bool has_type) argument
[all...]
H A Dkey_systems.cc388 bool has_type = !mime_type.empty(); local
390 key_systems_support_uma_.ReportKeySystemQuery(key_system, has_type);
400 if (!has_type) {
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_finder_unittest.py45 def has_type(array, browser_type): function
/external/checkpolicy/
H A Dpolicy_define.c4496 int define_genfs_context_helper(char *fstype, int has_type) argument
4511 if (has_type)
4549 if (has_type) {
4621 int define_genfs_context(int has_type) argument
4623 return define_genfs_context_helper(queue_remove(id_queue), has_type);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h837 inline bool has_type() const;
3047 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h866 inline bool has_type() const;
3622 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto

Completed in 290 milliseconds