Home | History | Annotate | Download | only in WebView

Lines Matching refs:locationString

596     NSString *locationString = [self _stringValueForKey: WebKitUserStyleSheetLocationPreferenceKey];
598 if ([locationString _webkit_looksLikeAbsoluteURL]) {
599 return [NSURL _web_URLWithDataAsString:locationString];
601 locationString = [locationString stringByExpandingTildeInPath];
602 return [NSURL fileURLWithPath:locationString];
608 NSString *locationString;
611 locationString = [[URL path] _web_stringByAbbreviatingWithTildeInPath];
613 locationString = [URL _web_originalDataAsString];
616 [self _setStringValue:locationString forKey: WebKitUserStyleSheetLocationPreferenceKey];