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

/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp124 class QtWebElementRuntime { class in namespace:JSC::Bindings
767 ret = QVariant::fromValue<QWebElement>(QtWebElementRuntime::create((static_cast<JSHTMLElement*>(object))->impl()));
769 ret = QVariant::fromValue<QWebElement>(QtWebElementRuntime::create((static_cast<JSDocument*>(object))->impl()->documentElement()));
914 return toJS(exec, toJSDOMGlobalObject(document, exec), QtWebElementRuntime::get(variant.value<QWebElement>()));

Completed in 73 milliseconds