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

  /external/chromium_org/chrome/browser/policy/
policy_loader_win.cc 481 std::string schema_json; local
483 if (schema_value && schema_value->GetAsString(&schema_json)) {
484 schema.reset(base::JSONReader::Read(schema_json));
policy_loader_win_unittest.cc 612 std::string schema_json; local
613 base::JSONWriter::Write(schema_dict.get(), &schema_json);
614 if (!schema_json.empty()) {
616 schema_json);
    [all...]

Completed in 50 milliseconds