Home
last modified time | relevance | path

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

/external/skia/debugger/QT/
DSkDebuggerGUI.h79 void actionCancel();
DSkDebuggerGUI.cpp70 connect(&fActionCancel, SIGNAL(triggered()), this, SLOT(actionCancel())); in SkDebuggerGUI()
120 void SkDebuggerGUI::actionCancel() { in actionCancel() function in SkDebuggerGUI