Home | History | Annotate | Download | only in win

Lines Matching refs:persistentUserStyleSheetLocation

89 static RetainPtr<CFStringRef> persistentUserStyleSheetLocation;
113 persistentUserStyleSheetLocation = url;
857 if (persistentUserStyleSheetLocation) {
858 Vector<wchar_t> urlCharacters(CFStringGetLength(persistentUserStyleSheetLocation.get()));
859 CFStringGetCharacters(persistentUserStyleSheetLocation.get(), CFRangeMake(0, CFStringGetLength(persistentUserStyleSheetLocation.get())), (UniChar *)urlCharacters.data());