Searched refs:bounds_ (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/ui/views/ |
D | browser_bubble.cc | 106 bounds_.SetRect(x, y, w, h); in SetBounds() 111 SetBounds(x, y, bounds_.width(), bounds_.height()); in MoveTo() 117 MovePopup(top_left.x() + bounds_.x(), in Reposition() 118 top_left.y() + bounds_.y(), in Reposition() 119 bounds_.width(), in Reposition() 120 bounds_.height()); in Reposition()
|
D | browser_bubble.h | 84 int width() { return bounds_.width(); } in width() 85 int height() { return bounds_.height(); } in height() 86 const gfx::Rect& bounds() const { return bounds_; } in bounds() 128 gfx::Rect bounds_; variable
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.h | 203 int x() const { return bounds_.x(); } in x() 204 int y() const { return bounds_.y(); } in y() 205 int width() const { return bounds_.width(); } in width() 206 int height() const { return bounds_.height(); } in height() 208 gfx::Rect bounds() const { return bounds_; } in bounds() 419 gfx::Rect bounds_; variable
|
D | tab_renderer_gtk.cc | 662 return gfx::Rect(0, 0, bounds_.width(), bounds_.height()); in GetLocalBounds() 681 bounds_.width() < kMiniTabRendererAsNormalTabWidth) { in Layout() 683 int ideal_delta = bounds_.width() - GetMiniWidth(); in Layout() 1056 if (bounds_ == bounds) in OnSizeAllocate() 1059 bounds_ = bounds; in OnSizeAllocate()
|
D | tab_strip_gtk.h | 70 const gfx::Rect& bounds() const { return bounds_; } in bounds() 428 gfx::Rect bounds_; variable
|
D | tab_strip_gtk.cc | 764 bounds_ = GetInitialWidgetBounds(tabstrip_.get()); in Init() 820 bounds_ = bounds; in SetBounds() 1265 return last_tab->x() - bounds_.x() + last_tab->width(); in GetAvailableWidthForTabs() 1267 return bounds_.width() - last_tab->x(); in GetAvailableWidthForTabs() 1365 bounds.set_x(bounds_.width() - newtab_button_->width()); in LayoutNewTabButton() 1396 available_width = bounds_.width(); in GetDesiredTabWidths() 1892 event->area.width = bounds_.width(); in OnExpose() 1893 event->area.height = bounds_.height(); in OnExpose() 1931 if (bounds_ == bounds) in OnSizeAllocate()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_window_gtk.cc | 792 return bounds_; in GetBounds() 961 UpdateWindowShape(bounds_.width(), bounds_.height()); in UserChangedTheme() 1216 UpdateWindowShape(bounds_.width(), bounds_.height()); in ActiveWindowChanged() 1310 if (bounds == bounds_) in OnConfigure() 1319 if (bounds_.size() != bounds.size()) in OnConfigure() 1327 bounds_ = bounds; in OnConfigure() 1353 bounds_.set_origin(origin); in OnDebouncedBoundsChanged() 1355 restored_bounds_ = bounds_; in OnDebouncedBoundsChanged() 1386 UpdateWindowShape(bounds_.width(), bounds_.height()); in OnWindowState() 1426 if (bounds_.size() == restored_bounds_.size()) in UnMaximize() [all …]
|
D | browser_window_gtk.h | 198 gfx::Rect bounds() const { return bounds_; } in bounds() 424 gfx::Rect bounds_; variable
|
/external/chromium/chrome/browser/ui/panels/ |
D | panel.h | 37 const gfx::Rect& bounds() const { return bounds_; } in bounds() 147 gfx::Rect bounds_; variable
|
D | panel.cc | 13 : bounds_(bounds), in Panel()
|