Home | History | Annotate | Download | only in Panels

Lines Matching full:space

122     NSURLProtectionSpace *space = [chall protectionSpace];
125 if ([space port] == 0) {
126 host = [[space host] _web_decodeHostName];
128 host = [NSString stringWithFormat:@"%@:%u", [[space host] _web_decodeHostName], [space port]];
131 NSString *realm = [space realm];
140 if ([space isProxy]) {
143 [space proxyType], host];
153 if ([space isProxy]) {
156 [space proxyType], host];
167 if (![space isProxy] && !realmNameIsSimple) {
175 // and move the rest of the contents up appropriately to fill the space.
196 if ([space receivesCredentialSecurely] || [[space protocol] _webkit_isCaseInsensitiveEqualToString:@"https"]) {