OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:menu_width
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc
225
int
menu_width
= 0;
local
272
menu_width
= std::max(
menu_width
, menu_req.width);
283
menu_width
= std::max(kMinMediaMenuButtonWidth,
menu_width
);
284
menu_width
= std::min(kMaxMediaMenuButtonWidth,
menu_width
);
289
gtk_widget_set_size_request(i->first,
menu_width
, -1);
/external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc
298
int
menu_width
= 0;
local
333
menu_width
= std::max(
menu_width
,
345
menu_width
= std::max(kMinMediaMenuButtonWidth,
menu_width
);
350
i->first->set_min_width(
menu_width
);
351
i->first->set_max_width(
menu_width
);
/external/chromium_org/ash/system/tray/
system_tray.cc
446
int
menu_width
= std::max(kMinimumSystemTrayMenuWidth,
local
451
menu_width
,
Completed in 1408 milliseconds