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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h284 void SetMockDeviceLight(double value);
H A Dtest_runner.cc198 void SetMockDeviceLight(double value);
398 .SetMethod("setMockDeviceLight", &TestRunnerBindings::SetMockDeviceLight)
830 void TestRunnerBindings::SetMockDeviceLight(double value) { function in class:content::TestRunnerBindings
833 runner_->SetMockDeviceLight(value);
2305 void TestRunner::SetMockDeviceLight(double value) { function in class:content::TestRunner

Completed in 239 milliseconds