Home
last modified time | relevance | path

Searched refs:localization_messages (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Duser_script_master.cc198 const SubstitutionMap* localization_messages, in LoadScriptContent() argument
233 if (localization_messages) { in LoadScriptContent()
236 *localization_messages, &content, &error); in LoadScriptContent()
257 scoped_ptr<SubstitutionMap> localization_messages( in LoadUserScripts() local
270 localization_messages.get(), in LoadUserScripts()
/external/chromium_org/chrome/browser/extensions/api/
Dexecute_code_function.cc74 scoped_ptr<SubstitutionMap> localization_messages( in GetFileURLAndLocalizeCSS() local
80 MessageBundle::ReplaceMessagesWithExternalDictionary(*localization_messages, in GetFileURLAndLocalizeCSS()