HomeSort by relevance Sort by last modified time
    Searched refs:kType (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/chrome/common/json_schema/
json_schema_constants.cc 36 const char kType[] = "type";
json_schema_constants.h 38 extern const char kType[];
json_schema_validator_unittest_base.cc 122 schema->SetString(schema::kType, schema::kString);
210 schema->SetString(schema::kType, schema::kObject);
237 additional_properties->SetString(schema::kType, schema::kAny);
247 additional_properties->SetString(schema::kType, schema::kBoolean);
287 schema->SetString(schema::kType, schema::kObject);
293 schema_inline->SetString(schema::kType, schema::kObject);
376 additional_properties->SetString(schema::kType, schema::kAny);
384 additional_properties->SetString(schema::kType, schema::kBoolean);
414 schema->SetString(schema::kType, schema::kArray);
457 schema->SetString(schema::kType, schema::kString)
    [all...]
  /external/chromium_org/net/dns/
record_parsed.cc 34 case ARecordRdata::kType:
37 case AAAARecordRdata::kType:
40 case CnameRecordRdata::kType:
43 case PtrRecordRdata::kType:
46 case SrvRecordRdata::kType:
49 case TxtRecordRdata::kType:
52 case NsecRecordRdata::kType:
record_rdata.h 46 static const uint16 kType = dns_protocol::kTypeSRV;
77 static const uint16 kType = dns_protocol::kTypeA;
99 static const uint16 kType = dns_protocol::kTypeAAAA;
121 static const uint16 kType = dns_protocol::kTypeCNAME;
143 static const uint16 kType = dns_protocol::kTypePTR;
166 static const uint16 kType = dns_protocol::kTypeTXT;
190 static const uint16 kType = dns_protocol::kTypeNSEC;
record_rdata.cc 46 return SrvRecordRdata::kType;
82 return ARecordRdata::kType;
115 return AAAARecordRdata::kType;
143 return CnameRecordRdata::kType;
172 return PtrRecordRdata::kType;
209 return TxtRecordRdata::kType;
267 return NsecRecordRdata::kType;
record_parsed.h 37 if (T::kType != type_)
mdns_cache_unittest.cc 162 cache_.FindDnsRecords(ARecordRdata::kType, "ghs.l.google.com", &results,
171 cache_.FindDnsRecords(PtrRecordRdata::kType, "ghs.l.google.com", &results,
198 cache_.FindDnsRecords(ARecordRdata::kType, "ghs.l.google.com", &results,
206 cache_.FindDnsRecords(ARecordRdata::kType, "ghs.l.google.com", &results,
220 cache_.FindDnsRecords(ARecordRdata::kType, "ghs.l.google.com", &results,
  /external/chromium/chrome/browser/
enumerate_modules_model_unittest_win.cc 14 static const ModuleEnumerator::ModuleType kType =
30 {kType, kStatus, L"c:\\foo\\bar.dll", L"", L"Prod", L"Desc", L"1.0",
32 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"Prod", L"Desc", L"1.0",
36 {kType, kStatus, L"C:\\Foo\\Bar.dll", L"", L"", L"", L"1.0",
38 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"", L"", L"1.0",
42 {kType, kStatus, L"c:\\foo.dll", L"", L"", L"", L"1.0 asdf",
44 {kType, kStatus, L"c:\\", L"foo.dll", L"", L"", L"1.0",
48 {kType, kStatus, L"bar.dll", L"", L"", L"", L"", L"", kAction},
49 {kType, kStatus, L"", L"bar.dll", L"", L"", L"", L"", kAction},
52 {kType, kStatus, L"", L"", L"", L"", L"1.0", L"", kAction}
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_unittest_win.cc 14 static const ModuleEnumerator::ModuleType kType =
33 {kType, kStatus, L"c:\\foo\\bar.dll", L"", L"Prod", L"Desc", L"1.0",
35 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"Prod", L"Desc", L"1.0",
39 {kType, kStatus, L"C:\\Foo\\Bar.dll", L"", L"", L"", L"1.0",
41 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"", L"", L"1.0",
45 {kType, kStatus, L"c:\\foo.dll", L"", L"", L"", L"1.0 asdf",
47 {kType, kStatus, L"c:\\", L"foo.dll", L"", L"", L"1.0",
51 {kType, kStatus, L"bar.dll", L"", L"", L"", L"", L"", kAction},
52 {kType, kStatus, L"", L"bar.dll", L"", L"", L"", L"", kAction},
55 {kType, kStatus, L"", L"", L"", L"", L"1.0", L"", kAction}
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_constants.cc 31 const char kType[] = "Type";
47 const char kType[] = "Type";
113 const char kType[] = "Type";
155 const char kType[] = "Type";
172 const char kType[] = "Type";
213 const char kType[] = "Type";
272 const char kType[] = "Type";
onc_constants.h 53 CHROMEOS_EXPORT extern const char kType[];
69 CHROMEOS_EXPORT extern const char kType[];
128 CHROMEOS_EXPORT extern const char kType[];
177 CHROMEOS_EXPORT extern const char kType[];
234 CHROMEOS_EXPORT extern const char kType[];
298 CHROMEOS_EXPORT extern const char kType[];
onc_normalizer.cc 86 RemoveEntryUnless(cert, certificate::kType, !remove);
89 cert->GetStringWithoutPathExpansion(certificate::kType, &type);
153 network->RemoveWithoutPathExpansion(network_config::kType, NULL);
154 // Fields dependent on kType are removed afterwards, too.
158 network->GetStringWithoutPathExpansion(network_config::kType, &type);
181 proxy->GetStringWithoutPathExpansion(proxy::kType, &type);
191 vpn->GetStringWithoutPathExpansion(vpn::kType, &type);
onc_validator.cc 408 if (FieldExistsAndHasNoValidValue(*result, kType, kValidTypes))
416 result->GetStringWithoutPathExpansion(kType, &type);
444 if (FieldExistsAndHasNoValidValue(*result, kType, kValidTypes) ||
455 allRequiredExist &= RequireField(*result, kType);
458 result->GetStringWithoutPathExpansion(kType, &type);
512 if (FieldExistsAndHasNoValidValue(*result, ipconfig::kType, kValidTypes))
516 result->GetStringWithoutPathExpansion(ipconfig::kType, &type);
527 RequireField(*result, ipconfig::kType);
562 if (FieldExistsAndHasNoValidValue(*result, vpn::kType, kValidTypes))
565 bool allRequiredExist = RequireField(*result, vpn::kType);
    [all...]
onc_translator_shill_to_onc.cc 178 vpn::kType);
182 if (onc_object_->GetStringWithoutPathExpansion(vpn::kType,
214 network_config::kType);
218 if (onc_object_->GetStringWithoutPathExpansion(network_config::kType,
onc_signature.cc 141 { vpn::kType, &kStringSignature },
160 { ipconfig::kType, &kStringSignature },
183 { proxy::kType, &kStringSignature },
255 { network_config::kType, &kStringSignature },
273 { certificate::kType, &kStringSignature },
282 { toplevel_config::kType, &kStringSignature },
onc_translator_onc_to_shill.cc 130 onc_object_->GetStringWithoutPathExpansion(vpn::kType, &type);
173 onc_object_->GetStringWithoutPathExpansion(network_config::kType, &type);
  /external/chromium_org/chrome/browser/sync/glue/
generic_change_processor_unittest.cc 31 static const syncer::ModelType kType = syncer::PREFERENCES;
35 sync_merge_result_(kType),
65 root.InitByTagLookup(syncer::ModelTypeToRootTag(kType)));
68 node.InitUniqueByCreation(kType, root, base::StringPrintf("node%05d", i));
107 change_processor()->GetSyncDataForType(kType, &sync_data);
  /external/chromium_org/webkit/browser/blob/
view_blob_internals_job.cc 31 const char kType[] = "Type: ";
202 AddHTMLListItem(kType, "data", out);
205 AddHTMLListItem(kType, "file", out);
216 AddHTMLListItem(kType, "blob", out);
220 AddHTMLListItem(kType, "filesystem", out);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_unittest.cc 85 static const SpellCheckResult::Type kType = SpellCheckResult::SPELLING;
93 results.push_back(SpellCheckResult(kType, kLocation, kLength, kReplacement));
116 EXPECT_EQ(kType, sent_results[0].type);
  /external/chromium_org/remoting/jingle_glue/
iq_sender_unittest.cc 34 const char kType[] = "get";
66 request_ = sender_->SendIq(kType, kTo, iq_body.Pass(), base::Bind(
75 kType, kTo, kStanzaId, kNamespacePrefix, kBodyTag,
  /external/chromium/chrome/browser/extensions/
extension_input_api.cc 27 const char kType[] = "type";
81 EXTENSION_FUNCTION_VALIDATE(args->GetString(kType, &type_name));
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc     [all...]
  /external/chromium/chrome/common/extensions/
extension_constants.cc 80 const char* kType = "type";
  /external/chromium_org/chrome/common/policy/
policy_schema.cc 84 if (!schema.GetString(json_schema_constants::kType, &type_string)) {
226 if (!dict->GetString(json_schema_constants::kType, &string_value) ||

Completed in 392 milliseconds

1 2