Home
last modified time | relevance | path

Searched refs:utf8_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.cc274 const std::string& utf8_path) { in getAbsoluteWebStringFromUTF8Path() argument
275 base::FilePath path = base::FilePath::FromUTF8Unsafe(utf8_path); in getAbsoluteWebStringFromUTF8Path()
280 net::FileURLToFilePath(base_url.Resolve(utf8_path), &path); in getAbsoluteWebStringFromUTF8Path()
312 std::string utf8_path = WideToUTF8(replace_path.value()); in rewriteLayoutTestsURL() local
314 std::string utf8_path = in rewriteLayoutTestsURL() local
318 std::string("file://") + utf8_path + utf8_url.substr(kPrefixLen); in rewriteLayoutTestsURL()
Dwebkit_test_runner.h67 const std::string& utf8_path);