Home | History | Annotate | Download | only in test_runner

Lines Matching refs:selectionAsMarkup

186   std::string SelectionAsMarkup();
386 .SetMethod("selectionAsMarkup", &TestRunnerBindings::SelectionAsMarkup)
780 std::string TestRunnerBindings::SelectionAsMarkup() {
782 return runner_->SelectionAsMarkup();
2210 std::string TestRunner::SelectionAsMarkup() {
2211 return web_view_->mainFrame()->selectionAsMarkup().utf8();