OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc
267
int
top_width
= 0;
local
271
top_width
= panel->GetBounds().width();
306
RefreshLayoutWithTopPanelStartingAt(top_origin,
top_width
);
/external/chromium_org/ui/message_center/views/
notification_view.cc
364
int
top_width
= top_view_->GetPreferredSize().width() +
local
367
int preferred_width = std::max(
top_width
, bottom_width) + GetInsets().width();
Completed in 59 milliseconds