Home | History | Annotate | Download | only in extensions

Lines Matching refs:js

808   // js and css keys
809 ListValue* js = NULL;
811 !content_script->GetList(keys::kJs, &js)) {
825 // The manifest needs to have at least one js or css user script definition.
826 if (((js ? js->GetSize() : 0) + (css ? css->GetSize() : 0)) == 0) {
832 if (js) {
833 for (size_t script_index = 0; script_index < js->GetSize();
837 if (!js->Get(script_index, &value) || !value->GetAsString(&relative)) {
2782 // access to special JS bindings we expose to the gallery (and avoid things