Searched defs:utf8_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc276 const std::string& utf8_path) {
277 base::FilePath path = base::FilePath::FromUTF8Unsafe(utf8_path);
282 net::FileURLToFilePath(base_url.Resolve(utf8_path), &path);
314 std::string utf8_path = base::WideToUTF8(replace_path.value()); local
316 std::string utf8_path = local
320 std::string("file://") + utf8_path + utf8_url.substr(kPrefixLen);
275 GetAbsoluteWebStringFromUTF8Path( const std::string& utf8_path) argument

Completed in 218 milliseconds