OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetPanelBounds
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
native_panel.h
38
virtual void
SetPanelBounds
(const gfx::Rect& bounds) = 0;
detached_panel_collection.cc
143
panel->
SetPanelBounds
(bounds);
208
saved_panel_placement_.panel->
SetPanelBounds
(new_bounds);
254
panel->
SetPanelBounds
(bounds);
docked_panel_collection.cc
104
panel->
SetPanelBounds
(gfx::Rect(pt, full_size));
256
panel->
SetPanelBounds
(panel_bounds);
732
panel->
SetPanelBounds
(bounds); // Animates.
panel.h
207
// *
SetPanelBounds
() is only called by PanelManager to manage its position.
210
void
SetPanelBounds
(const gfx::Rect& bounds);
panel.cc
548
void Panel::
SetPanelBounds
(const gfx::Rect& bounds) {
550
native_panel_->
SetPanelBounds
(bounds);
stacked_panel_collection.cc
90
panel->
SetPanelBounds
(bounds);
395
current_panel->
SetPanelBounds
(bounds);
base_panel_browser_test.cc
456
panel->
SetPanelBounds
(bounds);
panel_browsertest.cc
522
panel->
SetPanelBounds
(bounds);
579
panel->
SetPanelBounds
(bounds);
584
panel->
SetPanelBounds
(bounds);
589
panel->
SetPanelBounds
(bounds);
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h
28
virtual void
SetPanelBounds
(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h
49
virtual void
SetPanelBounds
(const gfx::Rect& bounds) OVERRIDE;