Home
last modified time | relevance | path

Searched defs:stopAction (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
Dtst_qdeclarativewebview.cpp125 QAction* stopAction = wv->property("stop").value<QAction*>(); in basicProperties() local
174 QAction* stopAction = wv->property("stop").value<QAction*>(); in historyNav() local
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp662 QAction* QDeclarativeWebView::stopAction() const in stopAction() function in QDeclarativeWebView