HomeSort by relevance Sort by last modified time
    Searched refs:ExecuteCodeInTabFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.h 16 class ExecuteCodeInTabFunction : public AsyncExtensionFunction,
19 ExecuteCodeInTabFunction();
20 virtual ~ExecuteCodeInTabFunction();
54 class TabsExecuteScriptFunction : public ExecuteCodeInTabFunction {
58 class TabsInsertCSSFunction : public ExecuteCodeInTabFunction {
execute_code_in_tab_function.cc 28 ExecuteCodeInTabFunction::ExecuteCodeInTabFunction()
34 ExecuteCodeInTabFunction::~ExecuteCodeInTabFunction() {
37 bool ExecuteCodeInTabFunction::RunImpl() {
119 resource_, NewCallback(this, &ExecuteCodeInTabFunction::DidLoadFile)));
126 void ExecuteCodeInTabFunction::DidLoadFile(bool success,
145 bool ExecuteCodeInTabFunction::Execute(const std::string& code_string) {
187 bool ExecuteCodeInTabFunction::OnMessageReceived(const IPC::Message& message) {
201 IPC_BEGIN_MESSAGE_MAP(ExecuteCodeInTabFunction, message
    [all...]

Completed in 514 milliseconds