Home | History | Annotate | Download | only in extensions

Lines Matching refs:values

37 namespace values = extension_manifest_values;
61 // We persist location values in the preferences, so this is a sanity test that
533 // Now setup some values to use in the action.
547 // Parse and read back the values from the object.
559 input.SetString(keys::kType, values::kPageActionTypeTab);
591 // Now setup some values to use in the page action.
601 // Parse and read back the values from the object.
1071 DictionaryValue values;
1072 values.SetString(keys::kName, "test");
1073 values.SetString(keys::kVersion, "0.1");
1075 path, Extension::INVALID, values, Extension::STRICT_ERROR_CHECKS,