Home | History | Annotate | Download | only in features

Lines Matching defs:contexts

548   base::ListValue* contexts = new base::ListValue();
549 contexts->Append(new base::StringValue("blessed_extension"));
550 contexts->Append(new base::StringValue("unblessed_extension"));
551 contexts->Append(new base::StringValue("content_script"));
552 contexts->Append(new base::StringValue("web_page"));
553 contexts->Append(new base::StringValue("blessed_web_page"));
554 value->Set("contexts", contexts);
569 value->SetString("contexts", "all");
650 base::ListValue* contexts = new base::ListValue();
653 contexts->Append(new base::StringValue("unblessed_extension"));
656 definition.Set("contexts", contexts);