HomeSort by relevance Sort by last modified time
    Searched defs:stopAction (Results 1 - 2 of 2) 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.cpp 662 QAction* QDeclarativeWebView::stopAction() const
    [all...]

Completed in 50 milliseconds