HomeSort by relevance Sort by last modified time
    Searched refs:windowObjectName (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 265 Q_PROPERTY(QString windowObjectName READ windowObjectName WRITE setWindowObjectName)
272 QString windowObjectName() const
qdeclarativewebview.cpp 501 property name is controlled by the value of \c WebView.windowObjectName
513 WebView.windowObjectName: "qml"
549 if (attached && !attached->windowObjectName().isEmpty())
550 q->page()->mainFrame()->addToJavaScriptWindowObject(attached->windowObjectName(), object);
    [all...]

Completed in 40 milliseconds