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

  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 125 QAction* stopAction = wv->property("stop").value<QAction*>();
126 QVERIFY(stopAction);
127 QVERIFY(!stopAction->isEnabled());
174 QAction* stopAction = wv->property("stop").value<QAction*>();
175 QVERIFY(stopAction);
192 QVERIFY(!stopAction->isEnabled());
210 QVERIFY(!stopAction->isEnabled());
223 QVERIFY(!stopAction->isEnabled());
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 112 Q_PROPERTY(QAction* stop READ stopAction CONSTANT)
161 QAction *stopAction() const;
qdeclarativewebview.cpp 662 QAction* QDeclarativeWebView::stopAction() const
    [all...]

Completed in 47 milliseconds