Searched refs:inRect (Results 1 – 25 of 30) sorted by relevance
12
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | FloatQuad.h | 55 FloatQuad(const FloatRect& inRect) in FloatQuad() argument 56 : m_p1(inRect.location()) in FloatQuad() 57 , m_p2(inRect.maxX(), inRect.y()) in FloatQuad() 58 , m_p3(inRect.maxX(), inRect.maxY()) in FloatQuad() 59 , m_p4(inRect.x(), inRect.maxY()) in FloatQuad()
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_cell.h | 50 inRect:(NSRect)cellFrame 57 inRect:(NSRect)cellFrame 63 inRect:(NSRect)cellFrame
|
D | autocomplete_text_field_cell.mm | 283 inRect:(NSRect)cellFrame 305 inRect:(NSRect)cellFrame 308 [self decorationForEvent:theEvent inRect:cellFrame ofView:controlView]; 315 inRect:(NSRect)cellFrame 318 [self decorationForEvent:theEvent inRect:cellFrame ofView:controlView];
|
D | autocomplete_text_field.mm | 143 if ([cell mouseDown:theEvent inRect:bounds ofView:self]) { 373 return [cell decorationMenuForEvent:event inRect:[self bounds] ofView:self];
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_cell.h | 62 inRect:(NSRect)cellFrame 69 inRect:(NSRect)cellFrame 75 inRect:(NSRect)cellFrame
|
D | autocomplete_text_field_cell.mm | 422 inRect:(NSRect)cellFrame 445 inRect:(NSRect)cellFrame 448 [self decorationForEvent:theEvent inRect:cellFrame ofView:controlView]; 455 inRect:(NSRect)cellFrame 458 [self decorationForEvent:theEvent inRect:cellFrame ofView:controlView]; 523 inRect:cellFrame
|
D | autocomplete_text_field.mm | 142 if ([cell mouseDown:theEvent inRect:bounds ofView:self]) { 434 return [cell decorationMenuForEvent:event inRect:[self bounds] ofView:self];
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | clickhold_button_cell.mm | 71 inRect:(NSRect)cellFrame 76 inRect:cellFrame 122 inRect:cellFrame]) {
|
D | draggable_button.mm | 171 BOOL isInside = [self mouse:mouseLoc inRect:[self bounds]];
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | clickhold_button_cell.mm | 78 inRect:(NSRect)cellFrame 83 inRect:cellFrame 129 inRect:cellFrame]) {
|
D | draggable_button_mixin.mm | 259 BOOL isInside = [button_ mouse:mouseLoc inRect:[button_ bounds]];
|
/external/skia/src/views/mac/ |
D | SkNSView.mm | 270 if ([self mouse:p inRect:[self bounds]] && NULL != fWind) { 285 if ([self mouse:p inRect:[self bounds]] && NULL != fWind) { 300 if ([self mouse:p inRect:[self bounds]] && NULL != fWind) { 315 if ([self mouse:p inRect:[self bounds]] && NULL != fWind) {
|
/external/chromium_org/third_party/skia/src/views/mac/ |
D | SkNSView.mm | 270 if ([self mouse:p inRect:[self bounds]] && NULL != fWind) { 285 if ([self mouse:p inRect:[self bounds]] && NULL != fWind) { 300 if ([self mouse:p inRect:[self bounds]] && NULL != fWind) { 315 if ([self mouse:p inRect:[self bounds]] && NULL != fWind) {
|
/external/clang/test/SemaObjC/ |
D | property-9-impl-method.m | 23 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge ed…
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | extension_install_view_controller.mm | 734 inRect:(NSRect)cellFrame 737 [super hitTestForEvent:event inRect:cellFrame ofView:controlView]; 748 inRect:(NSRect)cellFrame 753 [self hitTestForEvent:event inRect:cellFrame ofView:controlView]; 756 inRect:cellFrame 761 [self hitTestForEvent:event inRect:cellFrame ofView:controlView];
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_button.mm | 25 isInside = [self mouse:mouseLoc inRect:[self bounds]];
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_button.mm | 60 BOOL isInside = [self mouse:mouseLoc inRect:[self bounds]];
|
/external/chromium_org/ui/message_center/cocoa/ |
D | settings_entry_view.mm | 110 inRect:(NSRect)cellFrame 113 [super hitTestForEvent:event inRect:cellFrame ofView:controlView];
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | list.js | 1249 var inRect = this.getBoundingClientRect(); 1250 var x = event.clientX - inRect.left + this.scrollLeft; 1251 var y = event.clientY - inRect.top + this.scrollTop;
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_item_cell.mm | 377 - (NSBezierPath*)leftRoundedPath:(CGFloat)radius inRect:(NSRect)rect { 395 - (NSBezierPath*)rightRoundedPath:(CGFloat)radius inRect:(NSRect)rect { 521 leftRoundedPath:radius inRect:buttonDrawRect]; 523 rightRoundedPath:radius inRect:dropdownDrawRect];
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_item_cell.mm | 336 - (NSBezierPath*)leftRoundedPath:(CGFloat)radius inRect:(NSRect)rect { 354 - (NSBezierPath*)rightRoundedPath:(CGFloat)radius inRect:(NSRect)rect { 486 leftRoundedPath:radius inRect:buttonDrawRect]; 488 rightRoundedPath:radius inRect:dropdownDrawRect];
|
/external/chromium_org/ui/app_list/cocoa/ |
D | app_list_pager_view.mm | 76 if (![self mouse:pointInView inRect:[self bounds]])
|
D | apps_grid_view_item.mm | 196 BOOL isInView = [self mouse:pointInView inRect:[self bounds]]; 203 if (![self mouse:pointInView inRect:[self bounds]])
|
D | apps_collection_view_drag_manager.mm | 137 inRect:[page frameForItemAtIndex:indexInPage]]) {
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
D | constrained_window_button.mm | 167 mouseInView = [self mouse:mousePoint inRect:[self bounds]];
|
12