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

  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 40 void pressGrabTime();
390 void tst_QDeclarativeWebView::pressGrabTime()
400 QCOMPARE(wv->property("pressGrabTime").toInt(), 200);
403 wv->setProperty("pressGrabTime", 100);
404 QCOMPARE(wv->property("pressGrabTime").toInt(), 100);
407 wv->setProperty("pressGrabTime", 100);
410 wv->setProperty("pressGrabTime", 0);
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 203 The pressGrabTime property defines the time the user must touch or press a
608 \qmlproperty int WebView::pressGrabTime
617 int QDeclarativeWebView::pressGrabTime() const
    [all...]

Completed in 71 milliseconds