Home
last modified time | relevance | path

Searched refs:normalizeLayoutTestURL (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
Dweb_permissions.cc25 normalizeLayoutTestURL(image_url.spec()) + "): " + in allowImage()
35 normalizeLayoutTestURL(image_url.spec()) + "): " + in allowMedia()
46 normalizeLayoutTestURL(scriptURL.spec()) + "): " + in allowScriptFromSource()
DTestCommon.h23 std::string normalizeLayoutTestURL(const std::string& url);
DTestCommon.cpp22 string normalizeLayoutTestURL(const string& url) in normalizeLayoutTestURL() function
/external/chromium_org/content/test/
Dlayouttest_support.cc264 std::string url = normalizeLayoutTestURL(item.urlString().utf8()); in DumpHistoryItem()