OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resized_panel
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc
161
Panel*
resized_panel
= resizing_panel_;
local
166
return
resized_panel
;
panel_manager.cc
477
Panel*
resized_panel
= resize_controller_->EndResizing(cancelled);
local
478
if (!cancelled &&
resized_panel
->collection())
479
resized_panel
->collection()->RefreshLayout();
stacked_panel_collection.cc
567
Panel*
resized_panel
, const gfx::Rect& new_bounds) {
568
resized_panel
->set_full_size(new_bounds.size());
575
Panel* other_panel =
resized_panel
== top_panel() ? bottom_panel()
587
if (panel ==
resized_panel
) {
Completed in 495 milliseconds