Searched refs:g_url_file_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/test/reliability/
H A Dpage_load_test.cc90 base::FilePath g_url_file_path; member in namespace:__anon7199
301 std::ifstream file(g_url_file_path.value().c_str());
505 EXPECT_FALSE(g_url_file_path.empty());
549 g_url_file_path = parsed_command_line.GetSwitchValuePath(kListSwitch);
/external/chromium_org/chrome/test/reliability/
H A Dpage_load_test.cc111 base::FilePath g_url_file_path; member in namespace:__anon7087
181 g_url_file_path = parsed_command_line.GetSwitchValuePath(kListSwitch);
535 std::ifstream file(g_url_file_path.value().c_str());
780 if (g_url_file_path.empty()) {

Completed in 56 milliseconds