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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc266 void SetWindowIsKey(bool value);
501 .SetMethod("setWindowIsKey", &TestRunnerBindings::SetWindowIsKey)
1256 void TestRunnerBindings::SetWindowIsKey(bool value) { function in class:content::TestRunnerBindings
1258 runner_->SetWindowIsKey(value);
2715 void TestRunner::SetWindowIsKey(bool value) { function in class:content::TestRunner

Completed in 526 milliseconds