HomeSort by relevance Sort by last modified time
    Searched refs:schema_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.cc 335 : policy_name_(policy_name), schema_(schema), strategy_(strategy) {
336 DCHECK(schema_.valid());
355 bool result = schema_.Validate(*value, strategy_, &error_path, &error);
378 schema_.Normalize(output->get(), strategy_, &error_path, &error, NULL);
configuration_policy_handler.h 287 Schema schema_; member in class:policy::SchemaValidatingPolicyHandler
  /external/chromium_org/extensions/renderer/resources/
binding.js 148 this.schema_ = schema;
184 if (!isSchemaNodeSupported(this.schema_, platform, manifestVersion))
192 schema: this.schema_,
198 // Generates the bindings from |this.schema_| and integrates any custom
201 var schema = this.schema_;

Completed in 3871 milliseconds