Home
last modified time | relevance | path

Searched refs:inRect (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatQuad.h55 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/
Dautocomplete_text_field_cell.h50 inRect:(NSRect)cellFrame
57 inRect:(NSRect)cellFrame
63 inRect:(NSRect)cellFrame
Dautocomplete_text_field_cell.mm283 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];
Dautocomplete_text_field.mm143 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/
Dautocomplete_text_field_cell.h62 inRect:(NSRect)cellFrame
69 inRect:(NSRect)cellFrame
75 inRect:(NSRect)cellFrame
Dautocomplete_text_field_cell.mm422 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
Dautocomplete_text_field.mm142 if ([cell mouseDown:theEvent inRect:bounds ofView:self]) {
434 return [cell decorationMenuForEvent:event inRect:[self bounds] ofView:self];
/external/chromium/chrome/browser/ui/cocoa/
Dclickhold_button_cell.mm71 inRect:(NSRect)cellFrame
76 inRect:cellFrame
122 inRect:cellFrame]) {
Ddraggable_button.mm171 BOOL isInside = [self mouse:mouseLoc inRect:[self bounds]];
/external/chromium_org/chrome/browser/ui/cocoa/
Dclickhold_button_cell.mm78 inRect:(NSRect)cellFrame
83 inRect:cellFrame
129 inRect:cellFrame]) {
Ddraggable_button_mixin.mm259 BOOL isInside = [button_ mouse:mouseLoc inRect:[button_ bounds]];
/external/skia/src/views/mac/
DSkNSView.mm270 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/
DSkNSView.mm270 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/
Dproperty-9-impl-method.m23 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge ed…
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_install_view_controller.mm734 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/
Dtoolbar_button.mm25 isInside = [self mouse:mouseLoc inRect:[self bounds]];
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_button.mm60 BOOL isInside = [self mouse:mouseLoc inRect:[self bounds]];
/external/chromium_org/ui/message_center/cocoa/
Dsettings_entry_view.mm110 inRect:(NSRect)cellFrame
113 [super hitTestForEvent:event inRect:cellFrame ofView:controlView];
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dlist.js1249 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/
Ddownload_item_cell.mm377 - (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/
Ddownload_item_cell.mm336 - (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/
Dapp_list_pager_view.mm76 if (![self mouse:pointInView inRect:[self bounds]])
Dapps_grid_view_item.mm196 BOOL isInView = [self mouse:pointInView inRect:[self bounds]];
203 if (![self mouse:pointInView inRect:[self bounds]])
Dapps_collection_view_drag_manager.mm137 inRect:[page frameForItemAtIndex:indexInPage]]) {
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_button.mm167 mouseInView = [self mouse:mousePoint inRect:[self bounds]];

12