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

  /external/chromium_org/third_party/skia/debugger/QT/
SkSettingsWidget.cpp 20 , fCurrentCommandBox(&fCommandFrame)
150 fCurrentCommandBox.setText("0");
151 fCurrentCommandBox.setMinimumSize(QSize(50,25));
152 fCurrentCommandBox.setMaximumSize(QSize(50,25));
153 fCurrentCommandBox.setAlignment(Qt::AlignRight);
159 fCurrentCommandLayout.addWidget(&fCurrentCommandBox);
208 fCurrentCommandBox.setText(QString::number(newCommand));
SkSettingsWidget.h 110 QLineEdit fCurrentCommandBox;
  /external/skia/debugger/QT/
SkSettingsWidget.cpp 20 , fCurrentCommandBox(&fCommandFrame)
150 fCurrentCommandBox.setText("0");
151 fCurrentCommandBox.setMinimumSize(QSize(50,25));
152 fCurrentCommandBox.setMaximumSize(QSize(50,25));
153 fCurrentCommandBox.setAlignment(Qt::AlignRight);
159 fCurrentCommandLayout.addWidget(&fCurrentCommandBox);
208 fCurrentCommandBox.setText(QString::number(newCommand));
SkSettingsWidget.h 110 QLineEdit fCurrentCommandBox;

Completed in 33 milliseconds