Home
last modified time | relevance | path

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

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp39 , fActionZoomIn(this) in SkDebuggerGUI()
90 fMapper.setMapping(&fActionZoomIn, SkCanvasWidget::kIn_ZoomCommand); in SkDebuggerGUI()
93 connect(&fActionZoomIn, SIGNAL(triggered()), &fMapper, SLOT(map())); in SkDebuggerGUI()
496 fActionZoomIn.setShortcut(QKeySequence(tr("Ctrl+="))); in setupUi()
497 fActionZoomIn.setText("Zoom In"); in setupUi()
616 fMenuView.addAction(&fActionZoomIn); in setupUi()
DSkDebuggerGUI.h256 QAction fActionZoomIn; variable