HomeSort by relevance Sort by last modified time
    Searched refs:bounds_ (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/ui/views/
browser_bubble.h 84 int width() { return bounds_.width(); }
85 int height() { return bounds_.height(); }
86 const gfx::Rect& bounds() const { return bounds_; }
128 gfx::Rect bounds_; member in class:BrowserBubble
browser_bubble.cc 106 bounds_.SetRect(x, y, w, h);
111 SetBounds(x, y, bounds_.width(), bounds_.height());
117 MovePopup(top_left.x() + bounds_.x(),
118 top_left.y() + bounds_.y(),
119 bounds_.width(),
120 bounds_.height());
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 203 int x() const { return bounds_.x(); }
204 int y() const { return bounds_.y(); }
205 int width() const { return bounds_.width(); }
206 int height() const { return bounds_.height(); }
208 gfx::Rect bounds() const { return bounds_; }
419 gfx::Rect bounds_; member in class:TabRendererGtk
tab_strip_gtk.h 70 const gfx::Rect& bounds() const { return bounds_; }
428 gfx::Rect bounds_; member in class:TabStripGtk
tab_renderer_gtk.cc 662 return gfx::Rect(0, 0, bounds_.width(), bounds_.height());
681 bounds_.width() < kMiniTabRendererAsNormalTabWidth) {
683 int ideal_delta = bounds_.width() - GetMiniWidth();
    [all...]
tab_strip_gtk.cc 764 bounds_ = GetInitialWidgetBounds(tabstrip_.get());
820 bounds_ = bounds;
    [all...]
  /external/chromium/chrome/browser/ui/panels/
panel.h 37 const gfx::Rect& bounds() const { return bounds_; }
147 gfx::Rect bounds_; member in class:Panel
panel.cc 13 : bounds_(bounds),
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 792 return bounds_;
    [all...]
browser_window_gtk.h 198 gfx::Rect bounds() const { return bounds_; }
424 gfx::Rect bounds_; member in class:BrowserWindowGtk
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 115 SkRect* bounds_ = NULL; local
119 bounds_ = &storage;
121 return canvas->saveLayer(bounds_, paint, (SkCanvas::SaveFlags)flags);
135 SkRect* bounds_ = NULL; local
139 bounds_ = &storage;
141 return canvas->saveLayerAlpha(bounds_, alpha,
    [all...]
Path.cpp 87 const SkRect& bounds_ = obj->getBounds(); local
88 GraphicsJNI::rect_to_jrectf(bounds_, env, bounds);

Completed in 945 milliseconds