OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contents_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.cc
124
int
contents_width
= width() - 2 * left;
local
126
take_photo_view_->SetBounds(left, top,
contents_width
, contents_height);
/external/chromium_org/ui/message_center/views/
message_center_bubble.cc
47
int
contents_width
= std::max(width - GetInsets().width(), 0);
local
48
int contents_height = child_at(0)->GetHeightForWidth(
contents_width
);
Completed in 155 milliseconds