Home | History | Annotate | Download | only in runner

Lines Matching defs:selectionAsMarkup

203     bindMethod("selectionAsMarkup", &TestRunner::selectionAsMarkup);
1388 void TestRunner::selectionAsMarkup(const CppArgumentList& arguments, CppVariant* result)
1390 result->set(m_webView->mainFrame()->selectionAsMarkup().utf8());