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

<<41424344454647484950>>

  /external/chromium_org/ash/wm/
default_window_resizer.h 39 // Set to true once Drag() is invoked and the bounds of the window change.
root_window_layout_manager.h 30 // Resizes all of its immediate children to fill the bounds of the root window.
stacking_controller.h 25 const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/base/test/
test_support_ios.mm 49 CGRect bounds = [[UIScreen mainScreen] bounds];
52 window_.reset([[UIWindow alloc] initWithFrame:bounds]);
56 UILabel* label = [[[UILabel alloc] initWithFrame:bounds] autorelease];
  /external/chromium_org/cc/base/
switches.cc 84 const char kShowLayerAnimationBounds[] = "show-layer-animation-bounds";
85 const char kUIShowLayerAnimationBounds[] = "ui-show-layer-animation-bounds";
96 // Show rects in the HUD around the screen-space transformed bounds of every
101 // Show rects in the HUD around the screen-space transformed bounds of every
  /external/chromium_org/cc/layers/
painted_scrollbar_layer.cc 92 return (MaxTextureSize() - 1) / static_cast<float>(bounds().width());
94 return (MaxTextureSize() - 1) / static_cast<float>(bounds().height());
172 // Don't intersect with the bounds as in LayerRectToContentRect() because
210 gfx::Rect track_layer_rect = gfx::Rect(location_, bounds());
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 85 calibration_layer_->SetBounds(parent_layer->bounds());
107 calibration_layer_->SchedulePaint(calibration_layer_->bounds());
115 calibration_layer_->SchedulePaint(calibration_layer_->bounds());
120 gfx::Rect full_bounds = calibration_layer_->bounds();
  /external/chromium_org/chrome/browser/chromeos/login/screens/
core_oobe_actor.h 42 virtual void SetKeyboardState(bool shown, const gfx::Rect& bounds) = 0;
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.h 33 // Create the layer and update its bounds and position in the hierarchy.
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmark_api_constants.cc 19 const char kInvalidIndexError[] = "Index out of bounds.";
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.cc 36 return display_.bounds().CenterPoint();
41 const gfx::Rect& screen_rect = display_.bounds();
65 const gfx::Rect& screen_rect = display_.bounds();
142 const gfx::Rect& screen_rect = display_.bounds();
  /external/chromium_org/chrome/browser/ui/autofill/
popup_controller_common.cc 66 int leftmost_display_x = left_display.bounds().x();
68 right_display.GetSizeInPixel().width() + right_display.bounds().x();
97 int topmost_display_y = top_display.bounds().y();
99 bottom_display.GetSizeInPixel().height() + bottom_display.bounds().y();
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_view_bridge.h 39 // Set the initial bounds of the popup, including its placement.
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_started_animation_mac.mm 51 gfx::Rect bounds = webContents->GetContainerBounds();
56 if (bounds.height() < imageHeight) {
74 CGFloat animationHeight = MIN(bounds.height(), 4 * imageHeight);
80 animationHeight = MIN(bounds.height(), 3 * imageHeight);
  /external/chromium_org/chrome/browser/ui/cocoa/
fast_resize_view.h 12 // completely fill this view's bounds. In fast resizing mode, the subviews'
hover_close_button.mm 89 NSRect destRect = [self bounds];
192 [self addToolTipRect:[self bounds] owner:self userData:NULL];
205 // hover state, but is outside the bounds of its parent and not visible.
208 NSRect parentRect = [[self superview] bounds];
one_click_signin_dialog_controller.mm 28 initWithContentRect:[[view_controller_ view] bounds]]);
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller.mm 48 [[self view] setFrame:[ns_view bounds]];
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_button.mm 25 isInside = [self mouse:mouseLoc inRect:[self bounds]];
  /external/chromium_org/chrome/browser/ui/panels/
panel_collection.h 35 // Do not update panel bounds. Only valid with DEFAULT_POSIITON.
87 // Change panel's bounds and take care of all possible side effects
147 // Returns the initial bounds to show the panel based on the requested bounds.
panel_resize_controller.h 53 // Bounds to restore the panel to if resize is cancelled.
  /external/chromium_org/chrome/browser/ui/views/autofill/
password_generation_popup_view_views.h 49 // Sub views. Used to change bounds when updating. Weak references.
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.h 89 // there is enough room for the dialog to draw within the bounds. If not, the
112 // the Chrome window borders. |bounds| is relative to the browser
115 // then |bounds| will be an empty rectangle.
116 virtual void GetWidgetBounds(gfx::Rect* bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_ash.h 43 gfx::Rect* bounds,
browser_view_layout.cc 267 // See if the mouse pointer is within the bounds of the TabStrip.
289 // within the bounds of this view, the point is considered to be within the
291 gfx::Rect bv_bounds = browser_view_->bounds();
307 bv_bounds = browser_view_->bounds();
334 // Top container requires updated toolbar and bookmark bar to compute bounds.
348 // TabContentsContainer's bounds being up to date.
354 // Adjust the fullscreen exit bubble bounds for |top_container_|'s new bounds.
362 // Adjust any hosted dialogs if the browser's dialog hosting bounds changed.
386 // This retrieves the bounds for the tab strip based on whether or not we sho
    [all...]

Completed in 956 milliseconds

<<41424344454647484950>>