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

/external/chromium_org/chrome/browser/extensions/api/
H A Dexecute_code_function.cc38 ScriptExecutor::ScriptType script_type = local
54 script_type,
62 ScriptExecutor::ScriptType script_type,
70 if ((script_type == ScriptExecutor::CSS) &&
118 ScriptExecutor::ScriptType script_type = ScriptExecutor::JAVASCRIPT;
120 script_type = ScriptExecutor::CSS;
145 script_type,
61 GetFileURLAndLocalizeCSS( ScriptExecutor::ScriptType script_type, const std::string& data, const std::string& extension_id, const base::FilePath& extension_path, const std::string& extension_default_locale) argument
/external/chromium_org/chrome/browser/extensions/
H A Dscript_executor.cc113 ScriptExecutor::ScriptType script_type,
125 params.is_javascript = (script_type == JAVASCRIPT);
111 ExecuteScript( const std::string& extension_id, ScriptExecutor::ScriptType script_type, const std::string& code, ScriptExecutor::FrameScope frame_scope, UserScript::RunLocation run_at, ScriptExecutor::WorldType world_type, ScriptExecutor::ProcessType process_type, const GURL& file_url, ScriptExecutor::ResultType result_type, const ExecuteScriptCallback& callback) argument

Completed in 77 milliseconds