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

/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc473 std::string WebKitTestRunner::PathToLocalResource(const std::string& resource) { function in class:content::WebKitTestRunner
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc267 std::string PathToLocalResource(const std::string& path);
503 &TestRunnerBindings::PathToLocalResource)
1261 std::string TestRunnerBindings::PathToLocalResource(const std::string& path) { function in class:content::TestRunnerBindings
1263 return runner_->PathToLocalResource(path);
2719 std::string TestRunner::PathToLocalResource(const std::string& path) { function in class:content::TestRunner
2720 return delegate_->PathToLocalResource(path);

Completed in 208 milliseconds