Searched refs:buttonRect (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollbarThemeMacNonOverlayAPI.mm | 182 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, Scrol… 186 IntRect paintRect(buttonRect); 190 paintRect.setX(buttonRect.x() - (cRealButtonLength[controlSize] - buttonRect.width())); 194 paintRect.setY(buttonRect.y() - (cRealButtonLength[controlSize] - buttonRect.height()));
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderScrollbarTheme.cpp | 76 return toRenderScrollbar(scrollbar)->buttonRect(partType); in backButtonRect() 81 return toRenderScrollbar(scrollbar)->buttonRect(partType); in forwardButtonRect()
|
D | RenderScrollbar.cpp | 267 IntRect RenderScrollbar::buttonRect(ScrollbarPart partType) in buttonRect() function in blink::RenderScrollbar 285 IntRect previousButton = buttonRect(BackButtonStartPart); in buttonRect() 292 IntRect followingButton = buttonRect(ForwardButtonEndPart); in buttonRect()
|
D | RenderScrollbar.h | 54 IntRect buttonRect(ScrollbarPart);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | hover_close_button.mm | 207 NSRect buttonRect = [self frame]; 209 if (NSIntersectsRect(buttonRect, parentRect))
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_item_cell.mm | 283 NSRect buttonRect, dropdownRect; 284 NSDivideRect(bounds, &dropdownRect, &buttonRect, 288 initWithRect:buttonRect
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | profile_chooser_controller.mm | 2169 NSRect buttonRect; 2170 NSDivideRect(rect, &buttonRect, &rect, 2172 buttonRect.origin.y = 0; 2175 [[HoverImageButton alloc] initWithFrame:buttonRect]);
|