OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPreferredSize
(Results
401 - 425
of
537
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/ui/views/autofill/
autocheckout_bubble_views.cc
61
std::min(kMaxMessageWidth, message_label->
GetPreferredSize
().width());
autofill_dialog_views.cc
154
virtual gfx::Size
GetPreferredSize
() OVERRIDE {
162
gfx::Size size = child_at(i)->
GetPreferredSize
();
404
label_width -= tooltip_icon->
GetPreferredSize
().width() +
421
gfx::Size icon_size = tooltip_icon->
GetPreferredSize
();
494
bubble_bounds.set_size(contents_->
GetPreferredSize
());
706
gfx::Size image_size = image_view_->
GetPreferredSize
();
832
gfx::Size AutofillDialogViews::NotificationArea::
GetPreferredSize
() {
833
gfx::Size size = views::View::
GetPreferredSize
();
[
all
...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h
90
virtual gfx::Size
GetPreferredSize
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
browser_actions_container.h
88
// calculate the size in
GetPreferredSize
(), though that function never exceeds
163
virtual gfx::Size
GetPreferredSize
() OVERRIDE;
content_setting_bubble_contents.cc
163
gfx::Size ContentSettingBubbleContents::
GetPreferredSize
() {
164
gfx::Size preferred_size(views::View::
GetPreferredSize
());
485
int width = button->
GetPreferredSize
().width();
488
width = std::max(width, button->
GetPreferredSize
().width());
tab_icon_view.cc
157
gfx::Size TabIconView::
GetPreferredSize
() {
toolbar_view.h
126
virtual gfx::Size
GetPreferredSize
() OVERRIDE;
/external/chromium_org/content/public/browser/
web_contents.h
416
virtual gfx::Size
GetPreferredSize
() const = 0;
/external/chromium_org/ui/views/controls/button/
checkbox.cc
67
const gfx::Size preferred_size(LabelButton::
GetPreferredSize
());
/external/chromium_org/ui/views/controls/combobox/
native_combobox_win.cc
105
gfx::Size NativeComboboxWin::
GetPreferredSize
() {
/external/chromium_org/ui/views/controls/
label.h
165
virtual gfx::Size
GetPreferredSize
() OVERRIDE;
168
//
GetPreferredSize
().height() if the receiver is not multi-line.
scroll_view_unittest.cc
23
virtual gfx::Size
GetPreferredSize
() OVERRIDE {
28
gfx::Size pref =
GetPreferredSize
();
/external/chromium_org/ui/views/controls/native/
native_view_host.cc
71
gfx::Size NativeViewHost::
GetPreferredSize
() {
/external/chromium_org/ui/views/controls/table/
table_view.h
169
virtual gfx::Size
GetPreferredSize
() OVERRIDE;
/external/chromium_org/ui/views/controls/textfield/
textfield.h
267
virtual gfx::Size
GetPreferredSize
() OVERRIDE;
/external/chromium_org/ui/views/layout/
grid_layout.h
181
virtual gfx::Size
GetPreferredSize
(View* host) OVERRIDE;
188
// As both Layout and
GetPreferredSize
need to do nearly the same thing,
/external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc
64
gfx::Size icon_size = icon->
GetPreferredSize
();
195
gfx::Size preferred = layout->
GetPreferredSize
(root_view);
/external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc
100
gfx::Size ImportProgressDialogView::
GetPreferredSize
() {
157
gfx::Size ps = state_history_->
GetPreferredSize
();
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc
195
EXPECT_EQ(normal_height, tab_strip_->
GetPreferredSize
().height());
203
EXPECT_EQ(immersive_height, tab_strip_->
GetPreferredSize
().height());
/external/chromium_org/ui/app_list/views/
app_list_item_view.cc
237
const gfx::Size title_size = title_->
GetPreferredSize
();
245
gfx::Rect progress_bar_bounds(progress_bar_->
GetPreferredSize
());
/external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc
71
virtual gfx::Size
GetPreferredSize
() {
72
gfx::Size size = Label::
GetPreferredSize
();
233
wrapped_shortcut_label->
GetPreferredSize
().width());
270
candidate_label->
GetPreferredSize
().width());
298
annotation_label->
GetPreferredSize
().width());
[
all
...]
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc
135
virtual gfx::Size
GetPreferredSize
() {
269
virtual gfx::Size
GetPreferredSize
() {
348
preferred_size_ = sticky_container_->
GetPreferredSize
();
350
gfx::Size non_sticky_size = non_sticky_container_->
GetPreferredSize
();
749
gfx::Size pref_size = balloon_container_->
GetPreferredSize
();
760
gfx::Size pref_size = balloon_container_->
GetPreferredSize
();
/external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc
392
gfx::Size WebsiteSettingsPopupView::
GetPreferredSize
() {
394
return views::View::
GetPreferredSize
();
398
height += header_->
GetPreferredSize
().height();
400
height += tabbed_pane_->
GetPreferredSize
().height();
404
width = std::max(width, site_data_content_->
GetPreferredSize
().width());
406
width = std::max(width, permissions_content_->
GetPreferredSize
().width());
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc
679
tabstrip->
GetPreferredSize
().height());
[
all
...]
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc
255
v->
GetPreferredSize
().height());
492
popup_height += GetChildViewAt(i)->
GetPreferredSize
().height();
494
(opt_in_view_ ? opt_in_view_->
GetPreferredSize
().height() : 0);
Completed in 610 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>