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

  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 398 fCurrentCommandBox.setText("");
417 fCurrentCommandBox.setText(QString::number(currentRow));
607 fViewStateLayout.addRow("Current Command", &fCurrentCommandBox);
608 fCurrentCommandBox.setText("0");
609 fCurrentCommandBox.setMinimumSize(QSize(50,25));
610 fCurrentCommandBox.setMaximumSize(QSize(50,25));
611 fCurrentCommandBox.setAlignment(Qt::AlignRight);
612 fCurrentCommandBox.setReadOnly(true);
SkDebuggerGUI.h 286 QLineEdit fCurrentCommandBox;

Completed in 35 milliseconds