OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_width_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_table.js
43
FileTableColumnModel.
MIN_WIDTH_
= 10;
48
* than
MIN_WIDTH_
.
56
if (newPos[i + 1] - newPos[i] < FileTableColumnModel.
MIN_WIDTH_
) {
57
newPos[i + 1] = newPos[i] + FileTableColumnModel.
MIN_WIDTH_
;
61
if (newPos[i] - newPos[i - 1] < FileTableColumnModel.
MIN_WIDTH_
) {
62
newPos[i - 1] = newPos[i] - FileTableColumnModel.
MIN_WIDTH_
;
134
FileTableColumnModel.
MIN_WIDTH_
);
/external/chromium_org/ui/views/controls/button/
text_button.h
143
void set_min_width(int min_width) {
min_width_
= min_width; }
266
int
min_width_
;
member in class:views::TextButtonBase
text_button.cc
211
min_width_
(0),
323
prefsize.set_width(std::max(prefsize.width(),
min_width_
));
671
prefsize.set_width(std::max(prefsize.width(),
min_width_
));
/external/chromium/chrome/browser/chromeos/status/
network_menu.cc
[
all
...]
network_menu.h
304
int
min_width_
;
member in class:chromeos::NetworkMenu
/external/chromium_org/ui/views/layout/
grid_layout.cc
172
min_width_
(min_width),
201
const int
min_width_
;
member in class:views::Column
226
SetSize(
min_width_
);
[
all
...]
Completed in 244 milliseconds