OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_width_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/controls/
native_control.h
107
int
fixed_width_
;
member in class:views::NativeControl
native_control.cc
176
fixed_width_
(-1),
230
if (
fixed_width_
> 0) {
231
width = std::min(
fixed_width_
, width);
326
fixed_width_
= width;
/external/chromium_org/ui/views/layout/
grid_layout.cc
171
fixed_width_
(fixed_width),
200
const int
fixed_width_
;
member in class:views::Column
224
SetSize(
fixed_width_
);
[
all
...]
Completed in 3196 milliseconds