Home | History | Annotate | Download | only in mac

Lines Matching refs:persistentUserStyleSheetLocation

146 static RetainPtr<CFStringRef> persistentUserStyleSheetLocation;
202 persistentUserStyleSheetLocation = url;
462 if (persistentUserStyleSheetLocation) {
463 [preferences setUserStyleSheetLocation:[NSURL URLWithString:(NSString *)(persistentUserStyleSheetLocation.get())]];