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

  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 123 DictionaryValue* content_script = new DictionaryValue(); local
124 content_script->Set(keys::kMatches, matches);
125 content_script->Set(keys::kIncludeGlobs, includes);
126 content_script->Set(keys::kExcludeGlobs, excludes);
127 content_script->Set(keys::kJs, js_files);
130 content_scripts->Append(content_script);
  /external/chromium/chrome/common/extensions/
extension.cc 703 // content_script list of the manifest.
704 bool Extension::LoadUserScriptHelper(const DictionaryValue* content_script,
715 if (content_script->HasKey(keys::kRunAt)) {
717 if (!content_script->GetString(keys::kRunAt, &run_location)) {
737 if (content_script->HasKey(keys::kAllFrames)) {
739 if (!content_script->GetBoolean(keys::kAllFrames, &all_frames)) {
749 if (!content_script->GetList(keys::kMatches, &matches)) {
798 if (!LoadGlobsHelper(content_script, definition_index, keys::kIncludeGlobs,
803 if (!LoadGlobsHelper(content_script, definition_index, keys::kExcludeGlobs,
810 if (content_script->HasKey(keys::kJs) &
2060 DictionaryValue* content_script = NULL; local
    [all...]
extension.h 685 // dictionary in the content_script list of the manifest.
686 bool LoadUserScriptHelper(const DictionaryValue* content_script,
693 // from an entry in the content_script lists of the manifest.
694 bool LoadGlobsHelper(const DictionaryValue* content_script,
    [all...]

Completed in 78 milliseconds