OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:schema_type
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/common/policy/
policy_schema.cc
61
const char*
schema_type
;
member in struct:policy::__anon9181::__anon9182
73
if (kSchemaToValueTypeMap[i].
schema_type
== type_string) {
/external/chromium_org/chrome/app/policy/
syntax_check_policy_template_json.py
152
schema_type
= policy['schema'].get('type')
153
if
schema_type
!= TYPE_TO_SCHEMA[policy_type]:
159
if (
schema_type
== 'boolean' and
/external/chromium_org/chrome/browser/policy/
policy_loader_win.cc
322
const std::string
schema_type
= GetSchemaTypeForValueType(e->value_type);
local
325
schema_type
);
registry_dict_win.cc
42
const char*
schema_type
;
member in struct:policy::__anon7926::__anon7927
61
if (type == kSchemaToValueTypeMap[i].
schema_type
)
Completed in 370 milliseconds