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

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

Completed in 52 milliseconds