/external/chromium_org/ui/gfx/ |
canvas_paint_gtk.h | 40 GdkRectangle rectangle() const { 41 GdkRectangle bounds;
|
canvas_paint_gtk.cc | 45 GdkRectangle bounds = rectangle(); 56 GdkRectangle bounds = rectangle(); 93 GdkRectangle bounds = {0, 0, size_.width(), size_.height()};
|
rect.cc | 39 Rect::Rect(const GdkRectangle& r) 60 GdkRectangle Rect::ToGdkRectangle() const { 61 GdkRectangle r = {x(), y(), width(), height()};
|
rect.h | 27 typedef struct _GdkRectangle GdkRectangle; 56 explicit Rect(const GdkRectangle& r); 71 GdkRectangle ToGdkRectangle() const;
|
gtk_util.cc | 132 GdkRectangle rect = cutouts[i].ToGdkRectangle();
|
screen_gtk.cc | 51 GdkRectangle bounds;
|
/external/chromium/chrome/browser/chromeos/frame/ |
bubble_window.cc | 22 GdkRectangle rect = {i, j, 1, 1}; 65 GdkRectangle rect0 = {0, border_radius, w, h - 2 * border_radius}; 66 GdkRectangle rect1 = {border_radius, 0, w - 2 * border_radius, h};
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.h | 192 GdkRectangle* dirty_rec, 193 GdkRectangle* rec);
|
gtk_window_util.cc | 112 GdkRectangle monitor_size; 127 GdkRectangle monitor_size; 212 GdkRectangle size_with_decorations = {0}; 227 GdkRectangle monitor_size;
|
browser_window_gtk.cc | [all...] |
/external/chromium/chrome/browser/ui/ |
window_sizer_linux.cc | 37 GdkRectangle rect;
|
/external/chromium_org/content/browser/renderer_host/ |
gtk_plugin_container_manager.cc | 84 GdkRectangle clip_rect = move.clip_rect.ToGdkRectangle();
|
gtk_window_utils.cc | 77 GdkRectangle monitor_rect;
|
render_widget_host_view_gtk.cc | 211 GdkRectangle* allocation, 675 GdkRectangle monitor_rect; 813 GdkRectangle window_rect; [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.h | 246 GdkRectangle* dirty_rec, 247 GdkRectangle* rec);
|
browser_window_gtk.cc | 255 GdkRectangle monitor_size; [all...] |
/external/chromium_org/chrome/browser/ui/gtk/autofill/ |
autofill_popup_view_gtk.cc | 89 GdkRectangle row_rect = controller_->GetRowBounds(row).ToGdkRectangle(); 103 GdkRectangle popup_rect = controller_->popup_bounds().ToGdkRectangle();
|
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_gtk.cc | 369 GdkRectangle top_top_rect = { 3, 0, width - 6, 1 }; 370 GdkRectangle top_mid_rect = { 1, 1, width - 2, 2 }; 374 GdkRectangle top_rect = { 0, 0, width, 3 }; 379 GdkRectangle mid_rect = { 0, 3, width, height - 6 }; 380 GdkRectangle bottom_mid_rect = { 1, height - 3, width - 2, 2 }; 381 GdkRectangle bottom_bottom_rect = { 3, height - 1, width - 6, 1 }; 386 GdkRectangle mid_rect = { 0, 3, width, height - 3 }; [all...] |
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.h | 263 bool CanPaintOnlyFavicons(const GdkRectangle* rects,
|
tab_strip_gtk.cc | 85 int p1_x = static_cast<const GdkRectangle*>(p1)->x; 86 int p2_x = static_cast<const GdkRectangle*>(p2)->x; 94 bool GdkRectMatchesTabFaviconBounds(const GdkRectangle& gdk_rect, TabGtk* tab) { [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.h | 286 bool CanPaintOnlyFavicons(const GdkRectangle* rects,
|
tab_strip_gtk.cc | 106 int p1_x = static_cast<const GdkRectangle*>(p1)->x; 107 int p2_x = static_cast<const GdkRectangle*>(p2)->x; 115 bool GdkRectMatchesTabFaviconBounds(const GdkRectangle& gdk_rect, TabGtk* tab) { [all...] |
/external/chromium_org/chrome/browser/ui/gtk/website_settings/ |
website_settings_popup_gtk.cc | 685 GdkRectangle left_tiling_area = 688 GdkRectangle invalid_left_tiling_area; 695 GdkRectangle right_tiling_area = 700 GdkRectangle invalid_right_tiling_area;
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
x11_input_method_context_impl_gtk2.cc | 170 // to a GdkRectangle relative to the client window. 174 GdkRectangle rect = {last_caret_bounds_.x() - x,
|
/external/chromium_org/chrome/browser/ui/gtk/apps/ |
native_app_window_gtk.cc | 214 GdkRectangle window_bounds = {0}; 679 GdkRectangle rect_with_decorations = {0};
|