Searched refs:SetPOSIXLocale (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h516 void SetPOSIXLocale(const std::string& locale);
H A Dtest_runner.cc271 void SetPOSIXLocale(const std::string& locale);
507 .SetMethod("setPOSIXLocale", &TestRunnerBindings::SetPOSIXLocale)
1279 void TestRunnerBindings::SetPOSIXLocale(const std::string& locale) { function in class:content::TestRunnerBindings
1281 runner_->SetPOSIXLocale(locale);
2735 void TestRunner::SetPOSIXLocale(const std::string& locale) { function in class:content::TestRunner

Completed in 245 milliseconds