Home
last modified time | relevance | path

Searched refs:touchMockAction (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Tools/QtTestBrowser/
Dlauncherwindow.cpp259 …QAction* touchMockAction = toolsMenu->addAction("Toggle touch mocking", this, SLOT(setTouchMocking… in createChrome() local
260 touchMockAction->setCheckable(true); in createChrome()
261 touchMockAction->setShortcut(QKeySequence(Qt::CTRL | Qt::ALT | Qt::Key_T)); in createChrome()