HomeSort by relevance Sort by last modified time
    Searched full:buttoncell (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 333 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
335 if (!buttonCell) {
336 buttonCell = [[NSButtonCell alloc] init];
337 [buttonCell setTitle:nil];
338 [buttonCell setButtonType:NSMomentaryPushInButton];
340 [buttonCell setKeyEquivalent:@"\r"];
347 [buttonCell setBezelStyle:NSRoundedDisclosureBezelStyle];
353 if ([buttonCell bezelStyle] != NSShadowlessSquareBezelStyle)
354 [buttonCell setBezelStyle:NSShadowlessSquareBezelStyle];
355 } else if ([buttonCell bezelStyle] != NSRoundedBezelStyle
    [all...]
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 489 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
491 if (!buttonCell) {
492 buttonCell = [[NSButtonCell alloc] init];
493 [buttonCell setTitle:nil];
494 [buttonCell setButtonType:NSMomentaryPushInButton];
496 [buttonCell setKeyEquivalent:@"\r"];
503 [buttonCell setBezelStyle:NSRoundedDisclosureBezelStyle];
509 if ([buttonCell bezelStyle] != NSShadowlessSquareBezelStyle)
510 [buttonCell setBezelStyle:NSShadowlessSquareBezelStyle];
511 } else if ([buttonCell bezelStyle] != NSRoundedBezelStyle
    [all...]

Completed in 356 milliseconds