Searched refs:test_strings (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/
H A Dwindow_open_apitest.cc312 std::vector<std::string> test_strings; local
313 test_strings.push_back("content_tab");
315 test_strings.push_back("content_panel");
316 test_strings.push_back("content_popup");
319 for (size_t i = 0; i < test_strings.size(); ++i) {
321 new ExtensionTestMessageListener(test_strings[i], false));
374 std::vector<std::string> test_strings; local
375 test_strings.push_back("content_tab");
377 test_strings.push_back("content_panel");
378 test_strings
[all...]

Completed in 87 milliseconds