Searched refs:separatorRect (Results 1 – 4 of 4) sorted by relevance
18 NSRect separatorRect = [self bounds];19 separatorRect.size.height = [self cr_lineWidth];21 NSRectFillUsingOperation(separatorRect, NSCompositeSourceOver);
239 NSRect separatorRect = [self bounds];240 separatorRect.size.height = 1;242 separator_.reset([[NSBox alloc] initWithFrame:separatorRect]);251 [separator_ setFrame:separatorRect];
58 NSRect separatorRect = NSMakeRect(0, NSMaxY(searchAreaRect),70 NSRectFill(separatorRect);
439 IntRect separatorRect( in paintRow() local443 …gc->fillRect(separatorRect, style.menuType() == PopupMenuStyle::AutofillPopup ? Color(0xdc, 0xdc, … in paintRow()