Home | History | Annotate | Download | only in extensions

Lines Matching refs:values

21 #include "base/values.h"
49 namespace values = extension_manifest_values;
182 // integer values may change, and should never be persisted.
723 if (run_location == values::kRunAtDocumentStart) {
725 } else if (run_location == values::kRunAtDocumentEnd) {
727 } else if (run_location == values::kRunAtDocumentIdle) {
1356 if (launch_container_string == values::kLaunchContainerPanel) {
1358 } else if (launch_container_string == values::kLaunchContainerTab) {
1424 if (isolation_string == values::kIsolatedStorage) {
2469 if (value == values::kIncognitoSpanning) {
2471 } else if (value == values::kIncognitoSplit) {