HomeSort by relevance Sort by last modified time
    Searched defs:full_size (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel.h 197 gfx::Size full_size() const { return full_size_; } function in class:Panel
docked_panel_collection.cc 102 gfx::Size full_size = panel->full_size(); local
103 gfx::Point pt = GetDefaultPositionForPanel(full_size);
104 panel->SetPanelBounds(gfx::Rect(pt, full_size));
125 const gfx::Size& full_size) const {
141 x = std::max(GetRightMostAvailablePosition() - full_size.width(),
144 return gfx::Point(x, work_area_.bottom() - full_size.height());
276 bounds->set_height(panel->full_size().height());
454 if (new_size == panel->full_size())
659 total_active_width += panel->full_size().width()
    [all...]
stacked_panel_collection.cc 120 gfx::Size full_size = panel->full_size(); local
121 full_size.set_width(common_width);
122 panel->set_full_size(full_size);
130 panel->full_size().height() : panel->TitleOnlyHeight());
375 int needed_space = panel->full_size().height() - panel->TitleOnlyHeight();
400 gfx::Size full_size = panel->full_size(); local
401 int reduced_height = full_size.height() - space_beyond_available;
404 full_size.set_height(reduced_height)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 269 const unsigned orig_size = orig->full_size();
270 const unsigned new_size = D->full_size();
1035 unsigned PathDiagnostic::full_size() { function in class:PathDiagnostic
    [all...]

Completed in 562 milliseconds