HomeSort by relevance Sort by last modified time
    Searched full:rect (Results 626 - 650 of 5422) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.h 13 class Rect;
34 const gfx::Rect& bounds,
44 virtual void InitWindow(GtkWindow* parent, const gfx::Rect& bounds);
  /external/chromium/chrome/browser/chromeos/login/
dom_login_display_host.h 12 #include "ui/gfx/rect.h"
15 class Rect;
24 explicit DOMLoginDisplayHost(const gfx::Rect& background_bounds);
  /external/chromium/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm 12 - (void)drawRect:(NSRect)rect {
20 NSRectFill(rect);
23 [BrowserFrameView drawWindowThemeInDirtyRect:rect
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.h 34 virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
49 virtual gfx::Rect GetBoundsForReservedArea() const;
73 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
76 virtual gfx::Rect GetWindowBoundsForClientBounds(
77 const gfx::Rect& client_bounds) const OVERRIDE;
128 gfx::Rect IconBounds() const;
146 gfx::Rect CalculateClientAreaBounds(int width, int height) const;
148 // The layout rect of the title, if visible.
149 gfx::Rect title_bounds_;
151 // The layout rect of the OTR avatar icon, if visible
    [all...]
  /external/chromium_org/ash/display/
shared_display_edge_indicator.h 15 class Rect;
40 void Show(const gfx::Rect& src_bounds, const gfx::Rect& dst_bounds);
  /external/chromium_org/ash/launcher/
overflow_button.cc 61 gfx::Rect bounds(GetContentsBounds());
62 gfx::Rect rect(0, 0, kButtonHoverSize, kButtonHoverSize);
68 rect.set_origin(gfx::Point(
73 rect.set_origin(gfx::Point(
87 path.addRoundRect(gfx::RectToSkRect(rect), radius, radius);
96 gfx::Rect bounds(GetContentsBounds());
110 bounds = gfx::Rect(
115 bounds = gfx::Rect(
120 bounds = gfx::Rect(
    [all...]
  /external/chromium_org/ash/test/
launcher_view_test_api.h 12 class Rect;
40 const gfx::Rect& GetBoundsByIndex(int index);
41 const gfx::Rect& GetIdealBoundsByIndex(int index);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 57 aura::Window* CreateNormalWindow(const gfx::Rect& bounds) {
61 aura::Window* CreatePanelWindow(const gfx::Rect& bounds) {
97 gfx::Rect panel_bounds = panel->GetBoundsInRootWindow();
101 gfx::Rect panel_bounds_in_screen = panel->GetBoundsInScreen();
105 gfx::Rect display_bounds = display.bounds();
113 gfx::Rect window1_bounds = panel1->GetBoundsInRootWindow();
114 gfx::Rect window2_bounds = panel2->GetBoundsInRootWindow();
127 gfx::Rect icon_bounds = launcher->GetScreenBoundsOfItemIconForWindow(panel);
130 gfx::Rect window_bounds = panel->GetBoundsInScreen();
131 gfx::Rect launcher_bounds = launcher->shelf_widget()-
    [all...]
  /external/chromium_org/cc/layers/
nine_patch_layer.h 13 #include "ui/gfx/rect.h"
36 void SetBitmap(const SkBitmap& bitmap, gfx::Rect aperture);
55 gfx::Rect image_aperture_;
nine_patch_layer_impl.h 13 #include "ui/gfx/rect.h"
31 void SetLayout(gfx::Size image_bounds, gfx::Rect aperture);
57 gfx::Rect image_aperture_;
  /external/chromium_org/cc/resources/
picture_pile.h 9 #include "ui/gfx/rect.h"
28 gfx::Rect visible_layer_rect,
53 gfx::Rect invalidation);
  /external/chromium_org/cc/test/
fake_proxy.h 24 virtual bool CompositeAndReadback(void* pixels, gfx::Rect rect) OVERRIDE;
34 virtual void SetNeedsRedraw(gfx::Rect damage_rect) OVERRIDE {}
fake_scrollbar.cc 43 gfx::Rect FakeScrollbar::TrackRect() const {
44 return gfx::Rect(0, 0, 100, 10);
49 gfx::Rect content_rect) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
FindNotificationDetails.java 7 import android.graphics.Rect;
18 public final Rect rendererSelectionRect;
33 int numberOfMatches, Rect rendererSelectionRect,
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_gtk.cc 24 gfx::Rect* bounds) {
37 *bounds = gfx::Rect(allocation.width, allocation.height);
52 const gfx::Rect& bounds,
  /external/chromium_org/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm 12 - (void)drawRect:(NSRect)rect {
20 NSRectFill(rect);
23 [FramedBrowserWindow drawWindowThemeInDirtyRect:rect
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_utils_cocoa.h 10 #include "ui/gfx/rect.h"
15 // Converts a rect from the platfrom-independent screen coordinates (with the
18 NSRect ConvertRectToCocoaCoordinates(const gfx::Rect& bounds);
  /external/chromium_org/chrome/browser/ui/panels/
display_settings_provider_win.h 30 DesktopBarAlignment alignment, const gfx::Rect& taskbar_bounds) const;
32 DesktopBarAlignment alignment, const gfx::Rect& taskbar_bounds) const;
47 gfx::Rect GetBounds(DesktopBarAlignment alignment) const;
panel_resize_controller.h 12 #include "ui/gfx/rect.h"
17 class Rect;
54 gfx::Rect bounds_at_start_;
  /external/chromium_org/chrome/browser/ui/
validation_message_bubble.h 16 class Rect;
27 const gfx::Rect& anchor_in_root_view,
39 const gfx::Rect& anchor_in_root_view) = 0;
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.h 25 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
26 virtual gfx::Rect GetWindowBoundsForClientBounds(
27 const gfx::Rect& client_bounds) const OVERRIDE;
  /external/chromium_org/chrome/browser/
validation_message_message_filter.h 15 class Rect;
33 const gfx::Rect& anchor_in_root_view,
38 const gfx::Rect& anchor_in_root_view);
  /external/chromium_org/chrome/renderer/
webview_color_overlay.cc 29 SkRect rect = gfx::RectToSkRect(gfx::Rect(render_view_->GetSize())); local
33 canvas->drawRect(rect, paint);
  /external/chromium_org/chrome/test/automation/
window_proxy.cc 16 #include "ui/gfx/rect.h"
19 bool WindowProxy::GetViewBounds(int view_id, gfx::Rect* bounds,
39 bool WindowProxy::SetBounds(const gfx::Rect& bounds) {
window_proxy.h 22 class Rect;
40 bool GetViewBounds(int view_id, gfx::Rect* bounds, bool screen_coordinates);
44 bool SetBounds(const gfx::Rect& bounds);

Completed in 753 milliseconds

<<21222324252627282930>>