Searched defs:definition_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dcontent_scripts_handler.cc74 int definition_index,
84 base::IntToString(definition_index));
97 base::IntToString(definition_index));
107 errors::kInvalidAllFrames, base::IntToString(definition_index));
118 base::IntToString(definition_index));
125 base::IntToString(definition_index));
133 base::IntToString(definition_index),
146 base::IntToString(definition_index),
181 base::IntToString(definition_index));
190 base::IntToString(definition_index),
73 LoadUserScriptFromDictionary(const base::DictionaryValue* content_script, int definition_index, Extension* extension, string16* error, UserScript* result) argument
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension.cc705 int definition_index,
719 base::IntToString(definition_index));
731 base::IntToString(definition_index));
741 errors::kInvalidAllFrames, base::IntToString(definition_index));
751 base::IntToString(definition_index));
757 base::IntToString(definition_index));
765 base::IntToString(definition_index),
780 base::IntToString(definition_index),
798 if (!LoadGlobsHelper(content_script, definition_index, keys::kIncludeGlobs,
803 if (!LoadGlobsHelper(content_script, definition_index, key
704 LoadUserScriptHelper(const DictionaryValue* content_script, int definition_index, int flags, std::string* error, UserScript* result) argument
[all...]

Completed in 296 milliseconds