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

  /external/chromium_org/chrome/browser/ui/panels/
panel.h 207 gfx::Size full_size() const { return full_size_; } function in class:Panel
docked_panel_collection.cc 95 gfx::Size full_size = panel->full_size(); local
96 gfx::Point pt = GetDefaultPositionForPanel(full_size);
97 panel->SetPanelBounds(gfx::Rect(pt, full_size));
118 const gfx::Size& full_size) const {
134 x = std::max(GetRightMostAvailablePosition() - full_size.width(),
137 return gfx::Point(x, work_area_.bottom() - full_size.height());
269 bounds->set_height(panel->full_size().height());
447 if (new_size == panel->full_size())
639 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());
381 int needed_space = panel->full_size().height() - panel->TitleOnlyHeight();
406 gfx::Size full_size = panel->full_size(); local
407 int reduced_height = full_size.height() - space_beyond_available;
410 full_size.set_height(reduced_height)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 270 const unsigned orig_size = orig->full_size();
271 const unsigned new_size = D->full_size();
1050 unsigned PathDiagnostic::full_size() { function in class:PathDiagnostic
    [all...]
  /external/chromium_org/v8/src/
factory.cc 2029 int full_size = isolate()->heap()->FullSizeNumberStringCacheLength(); local
    [all...]

Completed in 315 milliseconds