Home
last modified time | relevance | path

Searched refs:mUserContentSheet (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DGlobalStyleSheetCache.cpp117 mUserContentSheet = nullptr; in NS_IMPL_ISUPPORTS()
138 return mUserContentSheet; in GetUserContentSheet()
216 MEASURE(mUserContentSheet); in SizeOfIncludingThis()
244 mUserContentSheet = in GlobalStyleSheetCache()
488 mUserContentSheet = LoadSheetFile(contentFile, eUserSheetFeatures); in InitFromProfile()
H A DGlobalStyleSheetCache.h128 RefPtr<StyleSheet> mUserContentSheet; variable
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DGlobalStyleSheetCache.cpp117 mUserContentSheet = nullptr; in NS_IMPL_ISUPPORTS()
138 return mUserContentSheet; in GetUserContentSheet()
216 MEASURE(mUserContentSheet); in SizeOfIncludingThis()
244 mUserContentSheet = in GlobalStyleSheetCache()
488 mUserContentSheet = LoadSheetFile(contentFile, eUserSheetFeatures); in InitFromProfile()
H A DGlobalStyleSheetCache.h128 RefPtr<StyleSheet> mUserContentSheet; variable
/dports/www/firefox/firefox-99.0/layout/style/
H A DGlobalStyleSheetCache.cpp119 mUserContentSheet = nullptr; in NS_IMPL_ISUPPORTS()
140 return mUserContentSheet; in GetUserContentSheet()
218 MEASURE(mUserContentSheet); in SizeOfIncludingThis()
246 mUserContentSheet = in GlobalStyleSheetCache()
490 mUserContentSheet = LoadSheetFile(contentFile, eUserSheetFeatures); in InitFromProfile()
H A DGlobalStyleSheetCache.h129 RefPtr<StyleSheet> mUserContentSheet; variable
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DGlobalStyleSheetCache.cpp117 mUserContentSheet = nullptr; in NS_IMPL_ISUPPORTS()
138 return mUserContentSheet; in GetUserContentSheet()
216 MEASURE(mUserContentSheet); in SizeOfIncludingThis()
244 mUserContentSheet = in GlobalStyleSheetCache()
501 mUserContentSheet = LoadSheetFile(contentFile, eUserSheetFeatures); in InitFromProfile()
H A DGlobalStyleSheetCache.h136 RefPtr<StyleSheet> mUserContentSheet; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsLayoutStylesheetCache.cpp55 mUserContentSheet = nullptr; in NS_IMPL_ISUPPORTS()
115 return mUserContentSheet; in UserContentSheet()
307 MEASURE(mUserContentSheet); in SizeOfIncludingThis()
349 LoadSheet(gUserContentSheetURL, &mUserContentSheet, eUserSheetFeatures, eLogToConsole); in nsLayoutStylesheetCache()
431 LoadSheetFile(contentFile, &mUserContentSheet, eUserSheetFeatures, eLogToConsole); in InitFromProfile()
H A DnsLayoutStylesheetCache.h131 RefPtr<mozilla::StyleSheet> mUserContentSheet; variable
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsLayoutStylesheetCache.cpp53 mUserContentSheet = nullptr; in NS_IMPL_ISUPPORTS()
102 return mUserContentSheet; in UserContentSheet()
268 MEASURE(mUserContentSheet); in SizeOfIncludingThis()
317 LoadSheet(userContentSheetURL, &mUserContentSheet, eUserSheetFeatures, in nsLayoutStylesheetCache()
389 LoadSheetFile(contentFile, &mUserContentSheet, eUserSheetFeatures, in InitFromProfile()
H A DnsLayoutStylesheetCache.h126 RefPtr<mozilla::StyleSheet> mUserContentSheet; variable