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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h249 void InjectStyleSheet(const std::string& source_code, bool all_frames);
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 85 milliseconds