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

  /external/skia/debugger/QT/
SkDebuggerGUI.h 242 QAction fActionCancel;
SkDebuggerGUI.cpp 36 , fActionCancel(this)
85 connect(&fActionCancel, SIGNAL(triggered()), this, SLOT(actionCancel()));
479 fActionCancel.setIcon(cancel);
480 fActionCancel.setText("Clear Filter");
660 fToolBar.addAction(&fActionCancel);

Completed in 32 milliseconds