OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previous_bounds
(Results
1 - 25
of
40
) sorted by null
1
2
/external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.h
34
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
fixed_sized_scroll_view.cc
49
void FixedSizedScrollView::OnBoundsChanged(const gfx::Rect&
previous_bounds
) {
/external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.h
41
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
submenu_view.h
165
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
/external/chromium_org/ui/views/window/
client_view.h
69
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
client_view.cc
81
void ClientView::OnBoundsChanged(const gfx::Rect&
previous_bounds
) {
non_client_view.h
89
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
non_client_view.cc
323
void NonClientFrameView::OnBoundsChanged(const gfx::Rect&
previous_bounds
) {
/external/chromium_org/ui/views/controls/
single_split_view.h
87
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
99
const gfx::Rect&
previous_bounds
,
single_split_view.cc
194
void SingleSplitView::OnBoundsChanged(const gfx::Rect&
previous_bounds
) {
195
divider_offset_ = CalculateDividerOffset(divider_offset_,
previous_bounds
,
222
const gfx::Rect&
previous_bounds
,
229
previous_bounds
.height() == 0 || new_bounds.height() == 0;
232
divider_offset += new_bounds.width() -
previous_bounds
.width();
234
divider_offset += new_bounds.height() -
previous_bounds
.height();
label.h
141
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
/external/chromium_org/ui/message_center/views/
bounded_label.h
63
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
bounded_label.cc
51
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
166
void InnerBoundedLabel::OnBoundsChanged(const gfx::Rect&
previous_bounds
) {
168
views::Label::OnBoundsChanged(
previous_bounds
);
339
void BoundedLabel::OnBoundsChanged(const gfx::Rect&
previous_bounds
) {
341
views::View::OnBoundsChanged(
previous_bounds
);
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.h
74
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
extension_view_views.cc
143
void ExtensionViewViews::OnBoundsChanged(const gfx::Rect&
previous_bounds
) {
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h
138
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
/external/chromium_org/ui/views/controls/webview/
webview.h
102
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
webview.cc
139
void WebView::OnBoundsChanged(const gfx::Rect&
previous_bounds
) {
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc
581
gfx::Rect
previous_bounds
;
local
590
previous_bounds
= new_bounds;
608
bounds.set_y(
previous_bounds
.bottom());
611
bounds.set_y(
previous_bounds
.bottom());
620
previous_bounds
= bounds;
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h
373
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
396
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
/external/chromium_org/ash/shelf/
shelf_view.h
249
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h
371
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE;
/external/chromium_org/ui/views/examples/
multiline_example.cc
107
virtual void OnBoundsChanged(const gfx::Rect&
previous_bounds
) OVERRIDE {
/external/chromium_org/ui/views/
view.h
[
all
...]
/external/chromium_org/cc/resources/
picture_layer_tiling.h
272
gfx::Rect
previous_bounds
;
member in struct:cc::PictureLayerTiling::RectExpansionCache
Completed in 583 milliseconds
1
2