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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc202 void SetMockScreenOrientation(const std::string& orientation);
405 &TestRunnerBindings::SetMockScreenOrientation)
931 void TestRunnerBindings::SetMockScreenOrientation(const std::string& orientation) { function in class:content::TestRunnerBindings
935 runner_->SetMockScreenOrientation(orientation);
2387 void TestRunner::SetMockScreenOrientation(const std::string& orientation_str) { function in class:content::TestRunner

Completed in 801 milliseconds