HomeSort by relevance Sort by last modified time
    Searched refs:user_script (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/extensions/
convert_user_script.h 25 const FilePath& user_script, const GURL& original_url, std::string* error);
user_script_master.cc 198 UserScript& user_script = result->back(); local
202 user_script.set_run_location(UserScript::DOCUMENT_END);
207 user_script.js_scripts().push_back(UserScript::File(
209 UserScript::File& script_file = user_script.js_scripts().back();
213 ParseMetadataHeader(script_file.GetContent(), &user_script);
  /external/chromium/chrome/common/extensions/
extension_unittest.cc 222 DictionaryValue* user_script = NULL; local
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)
    [all...]

Completed in 35 milliseconds