Searched refs:code_string (Results 1 - 6 of 6) 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;
H A Dexecute_code_in_tab_function.h38 bool Execute(const std::string& code_string);
/external/chromium_org/chrome/browser/extensions/api/
H A Dexecute_code_function.h62 bool Execute(const std::string& code_string);
H A Dexecute_code_function.cc87 bool ExecuteCodeFunction::Execute(const std::string& code_string) { argument
124 code_string,
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h450 bool is_js_code, const std::string& code_string,
/external/chromium_org/v8/src/
H A Dheap.h212 V(code_string, ".code") \

Completed in 141 milliseconds