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

/external/chromium_org/chrome/browser/extensions/api/
H A Dexecute_code_function.cc122 ScriptExecutor::FrameScope frame_scope = local
147 frame_scope,
/external/chromium_org/chrome/browser/extensions/
H A Dscript_executor.cc115 ScriptExecutor::FrameScope frame_scope,
127 params.all_frames = (frame_scope == ALL_FRAMES);
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 93 milliseconds