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 333 fCurrentCommandBox.setText("");
352 fCurrentCommandBox.setText(QString::number(currentRow));
535 fViewStateLayout.addRow("Current Command", &fCurrentCommandBox);
536 fCurrentCommandBox.setText("0");
537 fCurrentCommandBox.setMinimumSize(QSize(50,25));
538 fCurrentCommandBox.setMaximumSize(QSize(50,25));
539 fCurrentCommandBox.setAlignment(Qt::AlignRight);
540 fCurrentCommandBox.setReadOnly(true);
SkDebuggerGUI.h 284 QLineEdit fCurrentCommandBox;

Completed in 71 milliseconds