/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field.mm | 100 const NSRect bounds([self bounds]); 103 const NSRect textFrame([cell textFrameForFrame:bounds]); 108 const NSRect fullFrame(NSMakeRect(bounds.origin.x, textFrame.origin.y, 109 bounds.size.width, textFrame.size.height)); 145 if ([cell mouseDown:theEvent inRect:bounds ofView:self]) { 258 [[self cell] frameForDecoration:decoration inFrame:[self bounds]]; 280 [[self cell] updateToolTipsInRect:[self bounds] ofView:self]; 283 [[self cell] setUpTrackingAreasInRect:[self bounds] ofView:self]; 403 [[self cell] drawingRectForBounds:[self bounds]]); [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
panel.h | 133 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE; 150 const gfx::Rect& bounds, 204 void Initialize(const GURL& url, const gfx::Rect& bounds, bool always_on_top); 208 // * SetBounds() is called by the API to try to change the bounds, which may 210 void SetPanelBounds(const gfx::Rect& bounds); 212 // Updates the panel bounds instantly without any animation. 213 void SetPanelBoundsInstantly(const gfx::Rect& bounds); 217 // settings are changed. Note that bounds are not updated here and the call 218 // of setting bounds or refreshing layout should be called after this. 373 // True if this panel is in preview mode. When in preview mode, panel bounds [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
chrome_views_delegate.cc | 140 const gfx::Rect& bounds, 149 window_preferences->SetInteger("left", bounds.x()); 150 window_preferences->SetInteger("top", bounds.y()); 151 window_preferences->SetInteger("right", bounds.right()); 152 window_preferences->SetInteger("bottom", bounds.bottom()); 166 gfx::Rect* bounds, 182 bounds->SetRect(left, top, right - left, bottom - top); 191 // the bounds to fit the work area. 196 GetDisplayMatching(*bounds); 197 bounds->AdjustToFit(display.work_area()) [all...] |
/external/chromium_org/ui/gfx/geometry/ |
r_tree_base.h | 53 // Returns NULL if no children. Does not recompute bounds. 62 // Recomputes our bounds by taking the union of all child rects, then calls 64 // recompute their bounds. 76 // Bounds recomputation without calling parents to do the same. 130 // the supplied list. Does not repair bounds upon completion. Nodes are 141 // list. Returns the removed child. Does not recompute bounds, as the caller 149 // Adds |node| as a child of this Node, and recomputes the bounds of this 156 // same parent. Bounds will be valid on both Nodes after this call. 168 // Given two arrays of bounds rectangles as computed by BuildLowBounds() 205 // Given two vectors of Nodes sorted by vertical or horizontal bounds, [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
PasswordTextView.java | 136 Rect bounds = getCharBounds(); local 137 int charHeight = (bounds.bottom - bounds.top); 139 float charLength = bounds.right - bounds.left; 156 Rect bounds = new Rect(); local 157 mDrawPaint.getTextBounds("0", 0, 1, bounds); 158 return bounds; 164 Rect bounds = getCharBounds(); local 165 int charLength = bounds.right - bounds.left [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeProxy.java | 74 * @param bounds The bounds of a the view in the canvas. Must be either: <br/> 77 * to the model. We never store a null bounds rectangle in the node, a null rectangle 81 /*package*/ NodeProxy(UiViewElementNode uiNode, Rectangle bounds, NodeFactory factory) { 84 if (bounds == null) { 87 mBounds = SwtUtils.toRect(bounds); 123 * Updates the bounds of this node proxy. Bounds cannot be null, but it can be invalid. 126 /*package*/ void setBounds(Rectangle bounds) { 127 SwtUtils.set(mBounds, bounds); [all...] |
/external/chromium_org/ash/shelf/ |
shelf_view_unittest.cc | 155 params.bounds = gfx::Rect(0, 0, 200, 200); 191 params.bounds = gfx::Rect(0, 0, 200, 200); 219 // No animation happens for ShelfView bounds change. 298 // The bounds should be big enough for 4 buttons + overflow chevron. 652 // Checks that the ideal item icon bounds match the view's bounds in the screen 669 // ideal bounds. 1337 gfx::Rect bounds = app_list_button->GetBoundsInScreen(); local 1384 gfx::Rect bounds = shelf_view_->bounds(); local [all...] |
app_list_button.h | 17 // Bounds size (inset) required for the app icon image (in pixels).
|
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 218 const android::uirenderer::Rect& bounds(renderer->getLocalClipBounds()); 219 return renderer->saveLayer(bounds.left, bounds.top, bounds.right, bounds.bottom, 233 const android::uirenderer::Rect& bounds(renderer->getLocalClipBounds()); 234 return renderer->saveLayerAlpha(bounds.left, bounds.top, bounds.right, bounds.bottom 633 uirenderer::Rect& bounds; member in class:android::RenderTextFunctor 814 android::uirenderer::Rect bounds; local [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 60 // Each quadratic is rendered as a five sided polygon. This poly bounds 330 SkRect bounds; local 349 bounds.setBounds(devPts, 3); 350 bounds.outset(SK_Scalar1, SK_Scalar1); 351 bounds.roundOut(&ibounds); 376 bounds.setBounds(devPts, 2); 377 bounds.outset(SK_Scalar1, SK_Scalar1); 378 bounds.roundOut(&ibounds); 396 bounds.setBounds(devPts, 3); 397 bounds.outset(SK_Scalar1, SK_Scalar1) [all...] |
/external/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 60 // Each quadratic is rendered as a five sided polygon. This poly bounds 330 SkRect bounds; local 349 bounds.setBounds(devPts, 3); 350 bounds.outset(SK_Scalar1, SK_Scalar1); 351 bounds.roundOut(&ibounds); 376 bounds.setBounds(devPts, 2); 377 bounds.outset(SK_Scalar1, SK_Scalar1); 378 bounds.roundOut(&ibounds); 396 bounds.setBounds(devPts, 3); 397 bounds.outset(SK_Scalar1, SK_Scalar1) [all...] |
/art/test/070-nio-buffer/src/ |
Main.java | 61 System.err.println("ERROR: out-of-bounds put succeeded\n"); 69 System.err.println("ERROR: out-of-bounds put succeeded\n"); 71 System.out.println("Got expected out-of-bounds exception"); 77 System.err.println("ERROR: out-of-bounds put succeeded\n");
|
/cts/tools/signature-tools/src/signature/compare/model/ |
IUpperBoundsDelta.java | 29 * bounds is relevant (for erasure).
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
heap_instance_track.js | 88 var bounds = this.getBoundingClientRect(); 89 var width = bounds.width * pixelRatio; 90 var height = bounds.height * pixelRatio; 129 // Floor the bounds to avoid a small gap between stacks.
|
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
timeline_stream_importer_test.js | 113 assertEquals(model.bounds.min, 10); 114 assertEquals(model.bounds.max, 18); 219 assertEquals(model.bounds.min, 2); 220 assertEquals(model.bounds.max, 64);
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
object_collection.js | 27 this.bounds = new base.Range(); 160 this.bounds.reset(); 163 this.bounds.addRange(instance.bounds);
|
/external/chromium_org/apps/shell/browser/ |
default_shell_app_window_controller.cc | 31 app_window_->Init(context, root_window->bounds().size());
|
/external/chromium_org/ash/accelerators/ |
exit_warning_handler.cc | 160 gfx::Size rs = root_window->bounds().size(); 162 gfx::Rect bounds((rs.width() - ps.width()) / 2, 173 params.bounds = bounds;
|
/external/chromium_org/ash/ |
ash_constants.h | 22 // window bounds and an even smaller region overlapping the window to be the
|
root_window_controller_unittest.cc | 102 views::Widget* CreateTestWidget(const gfx::Rect& bounds) { 104 NULL, CurrentContext(), bounds); 109 views::Widget* CreateModalWidget(const gfx::Rect& bounds) { 111 new TestDelegate(true), CurrentContext(), bounds); 116 views::Widget* CreateModalWidgetWithParent(const gfx::Rect& bounds, 121 bounds); 174 params.bounds = gfx::Rect(650, 10, 100, 100); 240 // Test if the restore bounds are correctly updated. 599 const gfx::Size size = root->bounds().size(); 739 keyboard_container->bounds(), 100)) [all...] |
/external/chromium_org/ash/display/ |
virtual_keyboard_window_controller.h | 35 // Updates the root window's bounds using |display_info|.
|
/external/chromium_org/ash/frame/ |
header_painter_util.h | 40 // Returns the bounds for the header's title given the header icon, the
|
/external/chromium_org/ash/host/ |
root_window_transformer.h | 33 // Returns the root window's bounds for given host window size in DIP.
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
screen_tray_item.cc | 69 // Adjust the label's bounds in case it got cut off by |stop_button_|. 70 if (label_->bounds().Intersects(stop_button_->bounds())) { 71 gfx::Rect label_bounds = label_->bounds();
|
/external/chromium_org/ash/system/chromeos/settings/ |
tray_settings.cc | 91 gfx::Rect bounds(size); 92 bounds.set_x(width() - size.width() - ash::kTrayPopupPaddingBetweenItems); 93 bounds.set_y((height() - size.height()) / 2); 94 power_status_view_->SetBoundsRect(bounds);
|