Home | History | Annotate | Download | only in extensions

Lines Matching refs:user_script

222   DictionaryValue* user_script = NULL;
223 content_scripts->GetDictionary(0, &user_script);
224 user_script->Remove(keys::kMatches, NULL);
229 user_script->Set(keys::kMatches, Value::CreateIntegerValue(42));
235 user_script->Set(keys::kMatches, matches);
254 content_scripts->GetDictionary(0, &user_script);
255 user_script->Remove(keys::kJs, NULL);
256 user_script->Remove(keys::kCss, NULL);
261 user_script->Set(keys::kJs, Value::CreateIntegerValue(42));
266 user_script->Set(keys::kCss, new ListValue);
267 user_script->Set(keys::kJs, new ListValue);
271 user_script->Remove(keys::kCss, NULL);
274 user_script->Set(keys::kJs, files);
285 user_script->Remove(keys::kJs, NULL);
287 user_script->Set(keys::kCss, Value::CreateIntegerValue(42));
294 user_script->Set(keys::kCss, css_files);