OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fMatrixLayout
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/debugger/QT/
SkInspectorWidget.cpp
75
fMatrixLayout
.setSpacing(6);
76
fMatrixLayout
.setContentsMargins(11,11,11,0);
77
fMatrixLayout
.setAlignment(Qt::AlignTop | Qt::AlignHCenter);
78
fMatrixLayout
.addWidget(&fMatrixLabel);
87
fMatrixLayout
.addLayout(&fMatrixRow[i/3]);
91
return &
fMatrixLayout
;
SkInspectorWidget.h
94
QVBoxLayout
fMatrixLayout
;
Completed in 266 milliseconds