Searched defs:full_size (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.h207 gfx::Size full_size() const { return full_size_; } function in class:Panel
H A Ddocked_panel_collection.cc95 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()
[all...]
H A Dstacked_panel_collection.cc120 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
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp270 const unsigned orig_size = orig->full_size();
271 const unsigned new_size = D->full_size();
1050 unsigned PathDiagnostic::full_size() { function in class:PathDiagnostic
/external/chromium_org/v8/src/
H A Dfactory.cc2029 int full_size = isolate()->heap()->FullSizeNumberStringCacheLength(); local
2030 if (number_string_cache()->length() != full_size) {
2037 Handle<FixedArray> new_cache = NewFixedArray(full_size, TENURED);

Completed in 872 milliseconds