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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc185 void InjectStyleSheet(const std::string& source_code, bool all_frames);
385 .SetMethod("injectStyleSheet", &TestRunnerBindings::InjectStyleSheet)
773 void TestRunnerBindings::InjectStyleSheet(const std::string& source_code, function in class:content::TestRunnerBindings
776 runner_->InjectStyleSheet(source_code, all_frames);
2210 void TestRunner::InjectStyleSheet(const std::string& source_code, function in class:content::TestRunner

Completed in 62 milliseconds