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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc2387 void TestRunner::SetMockScreenOrientation(const std::string& orientation_str) { argument
2390 if (orientation_str == "portrait-primary") {
2392 } else if (orientation_str == "portrait-secondary") {
2394 } else if (orientation_str == "landscape-primary") {
2396 } else if (orientation_str == "landscape-secondary") {

Completed in 454 milliseconds