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

  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 170 [separateRealmLabel setHidden:NO];
171 [separateRealmLabel setStringValue:realm];
172 [separateRealmLabel setAutoresizingMask:NSViewMinYMargin];
173 [separateRealmLabel sizeToFitAndAdjustWindowHeight];
174 [separateRealmLabel setAutoresizingMask:NSViewMaxYMargin];
176 // In the proxy or "simple" realm name case, we need to hide the 'separateRealmLabel'
179 NSRect realmFrame = [separateRealmLabel frame];
182 // Find the distance between the 'smallLabel' and the label above it, initially the 'separateRealmLabel'.
184 // these two is how much shorter the panel needs to be after hiding the 'separateRealmLabel'.
189 [separateRealmLabel setHidden:YES]
    [all...]
WebAuthenticationPanel.h 43 IBOutlet NSTextField *separateRealmLabel;

Completed in 69 milliseconds