Searched refs:has_type (Results 1 - 24 of 24) 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_support_uma.h34 // Reports that the |key_system| is queried. When |has_type|, also reports
36 void ReportKeySystemQuery(const std::string& key_system, bool has_type);
38 // Reports that the queried |key_system| is supported. When |has_type| (a
41 void ReportKeySystemSupport(const std::string& key_system, bool has_type);
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/nanopb-c/tests/basic_buffer/
H A Ddecode_buffer.c38 if (phone->has_type)
/external/checkpolicy/
H A Dpolicy_define.h38 int define_genfs_context(int has_type);
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/nanopb-c/tests/basic_stream/
H A Ddecode_stream.c34 if (phone->has_type)
/external/chromium_org/chrome/browser/policy/cloud/
H A Dtest_request_interceptor.cc131 if (!register_request.has_type() || register_request.type() != expected_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/chromium_org/media/cast/test/
H A Dsimulator.cc456 if (!model.has_type())
/external/chromium_org/remoting/host/
H A Dclient_session.cc215 if (message.has_type()) {
/external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
H A Ddom_distiller_json_converter.h226 if (message.has_type()) {
331 if (message.has_type()) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc699 if (field->has_type() && field->type() == FieldDescriptorProto::TYPE_GROUP) {
791 if (!field->has_type()) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_policy_decoder_chromeos.cc188 if (entry->has_type()) {
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc171 if (entry->has_type()) {
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc533 if (!field->has_type()) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc3371 if (proto.has_type()) {
3834 if (!proto.has_type()) {
H A Ddescriptor.pb.cc2749 if (has_type()) {
2818 if (has_type()) {
2882 if (has_type()) {
2951 if (from.has_type()) {
H A Ddescriptor.pb.h866 inline bool has_type() const;
3622 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor_unittest.cc1960 EXPECT_FALSE(proto.has_type());
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2983 if (proto.has_type()) {
3440 if (!proto.has_type()) {
H A Ddescriptor.pb.h837 inline bool has_type() const;
3047 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor_unittest.cc1858 EXPECT_FALSE(proto.has_type());
H A Ddescriptor.pb.cc2658 if (has_type()) {

Completed in 450 milliseconds