OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWidthOfDescriptionText
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.cc
53
const int
kWidthOfDescriptionText
= 320;
250
text_label->SizeToFit(
kWidthOfDescriptionText
);
266
GridLayout::FIXED,
kWidthOfDescriptionText
, 0);
357
GridLayout::FIXED,
kWidthOfDescriptionText
, 0);
outdated_upgrade_bubble_view.cc
38
const int
kWidthOfDescriptionText
= 330;
152
views::GridLayout::FIXED,
kWidthOfDescriptionText
, 0);
/external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.cc
42
const int
kWidthOfDescriptionText
= 370;
50
const int kFeedbackViewColumnWidth =
kWidthOfDescriptionText
/ 2 + kMarginWidth;
57
kWidthOfDescriptionText
+ 2 * kMarginWidth;
304
GridLayout::FIXED,
kWidthOfDescriptionText
, 0);
Completed in 914 milliseconds