Home | History | Annotate | Download | only in test_runner

Lines Matching refs:isCommandEnabled

162   bool IsCommandEnabled(const std::string& command);
362 .SetMethod("isCommandEnabled", &TestRunnerBindings::IsCommandEnabled)
684 bool TestRunnerBindings::IsCommandEnabled(const std::string& command) {
686 return runner_->IsCommandEnabled(command);
2070 bool TestRunner::IsCommandEnabled(const std::string& command) {
2071 return web_view_->focusedFrame()->isCommandEnabled(