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

<<71727374757677787980>>

  /external/chromium_org/ash/wm/overview/
scoped_window_copy.cc 47 // Set the bounds in the target root window.
62 gfx::Rect layer_bounds = recreated_layer->bounds();
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.h 140 // Returns the bounds for the resize widget.
170 // Bounds the widget was last shown at in screen coordinates.
  /external/chromium_org/athena/home/
home_card_impl.cc 49 // Currently the home card is provided as a bubble and the bounds has to be
58 gfx::Rect screen_bounds = home_card->GetRootWindow()->bounds();
  /external/chromium_org/cc/animation/
layer_animation_controller.h 123 gfx::BoxF* bounds) const;
125 gfx::BoxF* bounds) const;
  /external/chromium_org/cc/base/
math_util_unittest.cc 41 // The bounds of the enclosing clipped rect should be -100 to -10 for both x
61 // The bounds of the enclosing rect should be -100 to -10 for both x and y.
  /external/chromium_org/cc/layers/
render_surface_impl.cc 188 (!mask_layer->DrawsContent() || mask_layer->bounds().IsEmpty()))
194 (!mask_layer->DrawsContent() || mask_layer->bounds().IsEmpty()))
ui_resource_layer_impl_unittest.cc 127 expected_opaque_bounds = gfx::Rect(layer->bounds());
149 expected_opaque_bounds = gfx::Rect(layer->bounds());
  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc 224 gfx::Rect* bounds) {
229 bounds);
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl.cc 89 // Remember the cursor bounds.
93 // Mode indicator controller also needs the cursor bounds.
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display.h 112 // |background_bounds| determines the bounds of login UI background.
180 // Bounds of the login UI background.
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.h 64 // Get the content bounds of the app list in the screen. On platforms that
65 // use views, this returns the bounds of the AppListView. Without views, this
  /external/chromium_org/chrome/browser/ui/
browser_tabrestore.cc 126 // Fallback to the restore bounds if it's empty as the window is not shown
127 // yet and the bounds may not be available on all platforms.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_tooltip_controller.mm 158 [oldContentView setFrame:[trackingView bounds]];
165 NSRect viewRect = [view_ convertRect:[view_ bounds] toView:nil];
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 47 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
146 const gfx::Rect& bounds) OVERRIDE;
browser_window_utils.mm 172 NSHeight([windowView bounds]) +
197 NSHeight([tabStripView bounds]) +
dock_icon.mm 59 [appIcon drawInRect:[self bounds]
67 NSRect badgeRect = [self bounds];
draggable_button_mixin.mm 75 if (NSPointInRect(viewLocal, [button_ bounds]))
259 BOOL isInside = [button_ mouse:mouseLoc inRect:[button_ bounds]];
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_view.mm 40 rect = NSInsetRect([self bounds], halfLineWidth, halfLineWidth);
103 NSRect rect = NSInsetRect([self bounds], kCurveSize, 0);
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.h 151 // Makes sure the panel's bounds reflect its expansion state and the
163 // Compute default bounds for a panel of |full_size| that would be used
native_panel.h 38 virtual void SetPanelBounds(const gfx::Rect& bounds) = 0;
39 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) = 0;
panel_manager.cc 232 // Compute initial bounds for the panel.
264 // Let the panel collection decide the initial bounds.
265 gfx::Rect bounds = collection->GetInitialPanelBounds( local
267 bounds.AdjustToFit(work_area);
269 panel->Initialize(url, bounds, collection->UsesAlwaysOnTopPanels());
286 const gfx::Rect& bounds,
336 if (bounds.height() <= stack->GetMaximiumAvailableBottomSpace()) {
381 if (bounds.height() <= max_available_space) {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 60 gfx::Rect bounds(screen_loc.x(), screen_loc.y(), menu_button->width(),
67 bounds, anchor, ui::MENU_SOURCE_NONE,
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 51 x = label_->bounds().right() + kEndOfLabelSpacing;
55 x = ok_button_->bounds().right() + kButtonButtonSpacing;
  /external/chromium_org/chrome/browser/ui/views/
menu_model_adapter_test.cc 233 gfx::Rect bounds(screen_location, source->size());
236 bounds,
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 80 // |description| at offset |x| in the bounds of this view.
145 // within the text bounds. The directionality of UI and match contents is used

Completed in 935 milliseconds

<<71727374757677787980>>