HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 476 - 500 of 5192) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 35 PanelStackWindow(const gfx::Rect& bounds,
57 PanelStackWindow::PanelStackWindow(const gfx::Rect& bounds,
65 params.bounds = bounds;
207 // with the new target bounds even we want to update the bounds instantly
223 // Old bounds are stored as the map value.
226 // New bounds are directly applied to the valued stored in native panel
257 // Refresh the thumbnail each time when any bounds updates are done.
375 // update panels to their taget bounds immediately
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 71 // Sets widget bounds and sizes opaque background layer to fill the widget.
72 void SetBackgroundBounds(const gfx::Rect bounds, DockedAlignment alignment) {
73 SetBounds(bounds);
74 opaque_background_.SetBounds(gfx::Rect(bounds.size()));
232 gfx::Rect previous_bounds = window->bounds();
238 // previous window bounds.
247 DCHECK_LE(window->bounds().width(),
249 return window->bounds().width();
268 return window->bounds().height();
364 // A class that observes shelf for bounds changes
1175 gfx::Rect bounds = ScreenUtil::ConvertRectToScreen( local
1237 gfx::Rect bounds = gfx::Rect( local
1288 gfx::Rect bounds = (*it)->bounds(); local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 83 // Wait till the shelf finishes animating to its expected bounds.
171 // if the shelf is being dimmed test dimmer bounds as well.
362 params.bounds = gfx::Rect(0, 0, 200, 200);
385 params.bounds = gfx::Rect(0, 0, 200, 200);
397 gfx::Rect bounds_shelf = window->bounds();
404 gfx::Rect bounds_noshelf = window->bounds();
429 EXPECT_NE(bounds_shelf.ToString(), window->bounds().ToString());
443 EXPECT_EQ(bounds_shelf.ToString(), window->bounds().ToString());
484 EXPECT_EQ(bounds_shelf.ToString(), window->bounds().ToString());
501 EXPECT_EQ(bounds_noshelf.ToString(), window->bounds().ToString())
    [all...]
shelf.cc 86 gfx::Rect bounds(shelf_view_->GetIdealBoundsOfItemIcon(id));
89 return gfx::Rect(screen_origin.x() + bounds.x(),
90 screen_origin.y() + bounds.y(),
91 bounds.width(),
92 bounds.height());
182 void Shelf::SetShelfViewBounds(gfx::Rect bounds) {
183 shelf_view_->SetBoundsRect(bounds);
187 return shelf_view_->bounds();
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 555 SkRect bounds = SkRect::MakeLTRB( local
562 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
567 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
572 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
577 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
582 target->drawNonIndexed(kTriangleStrip_GrPrimitiveType, 0, 4, &bounds);
703 SkRect bounds = SkRect::MakeLTRB( local
821 SkRect bounds = SkRect::MakeLTRB( local
935 SkRect bounds = outer->getBounds(); local
966 SkRect bounds; local
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 555 SkRect bounds = SkRect::MakeLTRB( local
562 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
567 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
572 verts[2].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
577 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
582 target->drawNonIndexed(kTriangleStrip_GrPrimitiveType, 0, 4, &bounds);
703 SkRect bounds = SkRect::MakeLTRB( local
821 SkRect bounds = SkRect::MakeLTRB( local
935 SkRect bounds = outer->getBounds(); local
966 SkRect bounds; local
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
process_base.js 35 this.bounds = new base.Range();
129 this.bounds.reset();
132 this.bounds.addRange(this.threads[tid].bounds);
136 this.bounds.addRange(this.counters[id].bounds);
139 this.bounds.addRange(this.objects.bounds);
  /external/chromium_org/ash/tooltips/
tooltip_controller_unittest.cc 35 const gfx::Rect& bounds) {
42 params.bounds = bounds;
61 gfx::Rect contents_view_bounds = contents_view->bounds();
62 contents_view_bounds.Union(view->bounds());
110 view->bounds().CenterPoint());
153 view2->bounds().CenterPoint());
172 view1->bounds().CenterPoint());
  /external/chromium_org/ash/wm/overview/
transparent_activate_window_button.h 20 // Sets the bounds of the transparent window.
21 void SetBounds(const gfx::Rect& bounds);
  /external/chromium_org/ash/wm/
resize_shadow.h 44 // Updates the effect positions based on the |bounds| of the window.
45 void Layout(const gfx::Rect& bounds);
system_background_controller.cc 22 layer_->SetBounds(gfx::Rect(root_layer->bounds().size()));
40 layer_->SetBounds(gfx::Rect(root_window_->layer()->bounds().size()));
  /external/chromium_org/athena/common/
fill_layout_manager.cc 21 gfx::Rect full_bounds = gfx::Rect(container_->bounds().size());
31 SetChildBoundsDirect(child, (gfx::Rect(container_->bounds().size())));
  /external/chromium_org/cc/layers/
contents_scaling_layer.cc 13 return gfx::ToCeiledSize(gfx::ScaleSize(bounds(), scale_x, scale_y));
50 SetNeedsDisplayRect(gfx::Rect(paint_properties().bounds));
  /external/chromium_org/chrome/browser/apps/
app_window_browsertest.cc 25 const gfx::Rect& bounds)
29 bounds_(bounds),
49 const gfx::Rect& bounds)
54 if (bounds_.x() != bounds.x() &&
55 bounds_.y() != bounds.y() &&
56 bounds_.width() != bounds.width() &&
57 bounds_.height() != bounds.height()) {
153 // These tests will be flaky in Linux as window bounds change asynchronously.
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_views.cc 19 // We use the bounds of the app list view here because the bounds of the app
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_view_delegate.h 37 // out of the popup bounds.
40 // The actual bounds of the popup.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
error_applescript.h 29 // Error when tab index is out of bounds.
33 // Error when index of browser window is out of bounds.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_view.mm 26 [self setIsHighlighted:NSPointInRect(mouseLoc, [self bounds])];
41 NSRectFill([self bounds]);
  /external/chromium_org/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm 24 bounds:[self bounds]
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.h 26 // within |bounds|.
27 NSTextField* CreateLabel(NSRect bounds);
  /external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.h 66 gfx::Rect bounds; member in struct:BasePanelBrowserTest::CreatePanelParams
75 const gfx::Rect& bounds,
81 const gfx::Rect& bounds);
84 Panel* CreateDockedPanel(const std::string& name, const gfx::Rect& bounds);
85 Panel* CreateDetachedPanel(const std::string& name, const gfx::Rect& bounds);
87 const gfx::Rect& bounds,
92 const gfx::Rect& bounds);
94 const gfx::Rect& bounds);
  /external/chromium_org/chrome/browser/ui/views/frame/
native_browser_frame.h 32 // Retrieves the window placement (show state and bounds) for restoring.
33 virtual void GetWindowPlacement(gfx::Rect* bounds,
  /external/chromium_org/chrome/common/
icon_with_badge_image_source.cc 33 gfx::Rect bounds(size_.width() + spacing_.width(),
37 badge_util::PaintBadge(canvas, bounds, text_, text_color_,
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller_delegate.h 22 // Get the bounds of the view corresponding to the delegate. Overscroll-ending
23 // events will only be processed if the visible bounds are non-empty.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
TestsJavaScriptEvalTest.java 41 // DOMUtils does need to evaluate a JavaScript and get its result to get DOM bounds.
42 assertNotNull("Failed to get bounds",

Completed in 2682 milliseconds

<<11121314151617181920>>