OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetWidgetBounds
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/shelf/
shelf_widget.h
78
void
SetWidgetBounds
(const gfx::Rect& rect);
shelf_widget.cc
258
void
SetWidgetBounds
(const gfx::Rect bounds);
362
void ShelfWidget::DelegateView::
SetWidgetBounds
(const gfx::Rect bounds) {
605
void ShelfWidget::
SetWidgetBounds
(const gfx::Rect& rect) {
607
delegate_view_->
SetWidgetBounds
(rect);
shelf_layout_manager.cc
280
shelf_->
SetWidgetBounds
(
[
all
...]
/external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h
181
void
SetWidgetBounds
(const gfx::Rect& new_bounds);
panel_view.cc
337
SetWidgetBounds
(bounds_);
371
SetWidgetBounds
(new_bounds);
374
void PanelView::
SetWidgetBounds
(const gfx::Rect& new_bounds) {
[
all
...]
Completed in 102 milliseconds