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

  /external/chromium_org/third_party/skia/debugger/QT/
SkSettingsWidget.cpp 168 fCommandHitLayout.setSpacing(0);
169 fCommandHitLayout.setContentsMargins(0,0,0,0);
170 fCommandHitLayout.setAlignment(Qt::AlignLeft);
171 fCommandHitLayout.addWidget(&fCommandHitLabel);
172 fCommandHitLayout.addWidget(&fCommandHitBox);
177 fCommandLayout.addLayout(&fCommandHitLayout);
SkSettingsWidget.h 112 QHBoxLayout fCommandHitLayout;
  /external/skia/debugger/QT/
SkSettingsWidget.cpp 168 fCommandHitLayout.setSpacing(0);
169 fCommandHitLayout.setContentsMargins(0,0,0,0);
170 fCommandHitLayout.setAlignment(Qt::AlignLeft);
171 fCommandHitLayout.addWidget(&fCommandHitLabel);
172 fCommandHitLayout.addWidget(&fCommandHitBox);
177 fCommandLayout.addLayout(&fCommandHitLayout);
SkSettingsWidget.h 112 QHBoxLayout fCommandHitLayout;

Completed in 43 milliseconds