Home | History | Annotate | Download | only in WebView

Lines Matching refs:locationString

650     NSString *locationString = [self _stringValueForKey: WebKitUserStyleSheetLocationPreferenceKey];
652 if ([locationString _webkit_looksLikeAbsoluteURL]) {
653 return [NSURL _web_URLWithDataAsString:locationString];
655 locationString = [locationString stringByExpandingTildeInPath];
656 return [NSURL fileURLWithPath:locationString];
662 NSString *locationString;
665 locationString = [[URL path] _web_stringByAbbreviatingWithTildeInPath];
667 locationString = [URL _web_originalDataAsString];
670 if (!locationString)
671 locationString = @"";
673 [self _setStringValue:locationString forKey: WebKitUserStyleSheetLocationPreferenceKey];