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

<<61626364656667686970>>

  /external/chromium_org/base/files/
memory_mapped_file_win.cc 61 DLOG(ERROR) << "Region bounds are not valid for MapViewOfFile";
  /external/chromium_org/cc/animation/
transform_operations.cc 50 gfx::BoxF* bounds) const {
51 *bounds = box;
73 if (!TransformOperation::BlendedBoundsForBox(*bounds,
80 *bounds = bounds_for_operation;
  /external/chromium_org/cc/layers/
nine_patch_layer_impl.h 32 // The bitmap stretches out the bounds of the layer. The following picture
texture_layer_unittest.cc 695 gfx::Size bounds(100, 100);
697 root_->SetBounds(bounds);
701 layer_->SetBounds(bounds);
705 layer_tree_host()->SetViewportSize(bounds); variable
818 gfx::Size bounds(100, 100);
820 root_->SetBounds(bounds);
824 layer_->SetBounds(bounds);
828 layer_tree_host()->SetViewportSize(bounds); variable
1437 layer_tree_host()->SetViewportSize(bounds); variable
1508 layer_tree_host()->SetViewportSize(bounds); variable
    [all...]
  /external/chromium_org/cc/resources/
content_layer_updater.cc 67 // If the layer has opaque contents or will fill the bounds completely there
  /external/chromium_org/cc/test/
geometry_test_utils.cc 14 // for equality within single-precision error bounds because many transforms
  /external/chromium_org/chrome/browser/chromeos/login/
helper.h 26 // Returns bounds of the screen to use for login wizard.
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.h 71 // Sets the border and bounds for the styled label containing the dialog
  /external/chromium_org/chrome/browser/extensions/
browser_action_test_util.h 62 // Returns the bounds of the current browser action popup.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
find_util.js 52 // the DOM including returning null at page bounds.
  /external/chromium_org/chrome/browser/spellchecker/
misspelling.cc 70 // that are out-of-bounds of checked text length.
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_mac.h 38 // bounds and display work area), whether the mouse cursor is visible and its
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.cc 80 // same size as the work area, we only compare the bounds against the work
84 gfx::Rect bounds = window->GetBoundsInRootWindow();
87 bounds.Intersect(work_area);
88 return work_area == bounds;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_container.mm 60 NSRect remaining = [[self view] bounds];
  /external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller.mm 61 NSRect bounds = [view convertRect:[view bounds] toView:nil];
62 NSPoint anchor = NSMakePoint(NSMinX(bounds) + offset.x,
63 NSMinY(bounds) + offset.y);
menu_button.h 49 // subclasses, returns -bounds by default.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.mm 52 [NSBezierPath gtm_bezierPathWithRoundRect:[self bounds]
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
zoom_bubble_controller.mm 321 NSRect bounds = [self bounds];
327 NSRectFillUsingOperation(bounds, NSCompositeSourceOver);
342 withFrame:bounds
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_button.mm 24 [self dragFile:filename fromRect:[self bounds] slideBack:YES event:event];
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.mm 416 const NSRect bounds = [button bounds];
418 NSPoint anchor = NSMakePoint(NSMidX(bounds),
419 NSMaxY(bounds) - kBrowserActionBubbleYOffset);
600 if (NSContainsRect([containerView_ bounds], buttonFrame)) {
607 NSWidth(NSIntersectionRect([containerView_ bounds], buttonFrame));
636 // Chevron and buttons both include 1px padding w/in their bounds,
681 if (NSContainsRect([containerView_ bounds], buttonFrame))
685 NSWidth(NSIntersectionRect([containerView_ bounds], buttonFrame));
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
zoom_decoration.mm 58 [[field cell] frameForDecoration:this inFrame:[field bounds]];
  /external/chromium_org/chrome/browser/ui/cocoa/profiles/
profile_signin_confirmation_dialog_cocoa.mm 76 initWithContentRect:[[controller_ view] bounds]]);
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
media_indicator_view.mm 104 [[self image] drawInRect:[self bounds]
tab_view.mm 178 CGFloat rightX = NSWidth([self bounds]) - [right size].width;
200 // overridden acceptsFirstMouse: and the click is within our bounds.
412 NSRect rect = [self bounds];
436 NSDrawThreePartImage(NSMakeRect(0, 0, NSWidth([self bounds]), height),
445 NSDrawThreePartImage(NSMakeRect(0, 0, NSWidth([self bounds]), height),
741 // NOTE: NSHeight([self bounds]) doesn't match the height of the bitmaps.
746 NSRect bounds = [self bounds];
747 CGFloat tabWidth = NSWidth(bounds);
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.h 73 // new bounds for the dragging panel and |target_edge| contains the matched

Completed in 306 milliseconds

<<61626364656667686970>>