OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetScrollBarWidth
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.cc
39
bounds.set_width(std::max(0, width() -
GetScrollBarWidth
()));
45
bounds.set_width(bounds.width() +
GetScrollBarWidth
());
52
bounds.set_width(std::max(0, width() -
GetScrollBarWidth
()));
tray_details_view.cc
126
width() + scroller_->
GetScrollBarWidth
(),
/external/chromium_org/ui/views/controls/
scroll_view_unittest.cc
66
EXPECT_EQ(100 - scroll_view.
GetScrollBarWidth
(), contents->parent()->width());
87
EXPECT_EQ(100 - scroll_view.
GetScrollBarWidth
(), contents->parent()->width());
140
EXPECT_EQ(100 - scroll_view.
GetScrollBarWidth
(), contents->parent()->width());
144
EXPECT_EQ(100 - scroll_view.
GetScrollBarWidth
(), header->parent()->width());
174
EXPECT_EQ(100 - scroll_view.
GetScrollBarWidth
(), contents->parent()->width());
179
EXPECT_EQ(100 - scroll_view.
GetScrollBarWidth
(), header->parent()->width());
scroll_view.h
57
int
GetScrollBarWidth
() const;
scroll_view.cc
165
int ScrollView::
GetScrollBarWidth
() const {
217
int vert_sb_width =
GetScrollBarWidth
();
475
} else if (content_size.width() <= vp_size.width() -
GetScrollBarWidth
()) {
/external/chromium_org/ui/message_center/views/
notifier_settings_view.cc
463
content_width -= scroller_->
GetScrollBarWidth
();
475
size.Enlarge(scroller_->
GetScrollBarWidth
(), 0);
message_center_view.cc
107
content_width = std::max(content_width -
GetScrollBarWidth
(), 0);
[
all
...]
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc
700
scroll_view_->
GetScrollBarWidth
();
754
new_width += scroll_view_->
GetScrollBarWidth
();
766
new_width += scroll_view_->
GetScrollBarWidth
();
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc
269
size.Enlarge(
GetScrollBarWidth
(), GetScrollBarHeight());
680
content_width -= scroll_view_->
GetScrollBarWidth
();
Completed in 665 milliseconds