Home
last modified time | relevance | path

Searched refs:code_string (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dexecute_code_in_tab_function.cc95 std::string code_string; in RunImpl() local
97 if (!script_info->GetString(keys::kCodeKey, &code_string)) in RunImpl()
101 if (!code_string.empty()) { in RunImpl()
102 if (!Execute(code_string)) in RunImpl()
145 bool ExecuteCodeInTabFunction::Execute(const std::string& code_string) { in Execute() argument
176 params.code = code_string; in Execute()
Dexecute_code_in_tab_function.h38 bool Execute(const std::string& code_string);
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h450 bool is_js_code, const std::string& code_string,