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

  /external/chromium_org/content/shell/
shell_layout_tests_android.h 17 bool GetTestUrlForAndroid(std::string& path_or_url, GURL* url);
shell_browser_main.cc 39 std::string path_or_url = test_name; local
42 std::string::size_type separator_position = path_or_url.find('\'');
44 pixel_switch = path_or_url.substr(separator_position + 1);
45 path_or_url.erase(separator_position);
61 if (content::GetTestUrlForAndroid(path_or_url, &test_url))
65 test_url = GURL(path_or_url);
71 base::SysNativeMBToWide(path_or_url);
74 base::FilePath local_file(path_or_url);
shell_layout_tests_android.cc 48 bool GetTestUrlForAndroid(std::string& path_or_url, GURL* url) {
49 if (path_or_url.find(kAndroidLayoutTestPath) == std::string::npos)
53 test_location.append(path_or_url.substr(strlen(kAndroidLayoutTestPath)));

Completed in 33 milliseconds