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

  /external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.cc 30 execute_tab_id_(-1),
56 execute_tab_id_ = -1;
70 if (!ExtensionTabUtil::GetDefaultTab(browser, &contents, &execute_tab_id_))
73 EXTENSION_FUNCTION_VALIDATE(tab_value->GetAsInteger(&execute_tab_id_));
74 if (!ExtensionTabUtil::GetTabById(execute_tab_id_, profile(),
150 execute_tab_id_, profile(), include_incognito(), &browser, NULL,
execute_code_in_tab_function.h 43 int execute_tab_id_; member in class:ExecuteCodeInTabFunction

Completed in 505 milliseconds