Home
last modified time | relevance | path

Searched refs:StyleSheets (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DStyleSheetFactory.h78 typedef std::map<String, StyleSheet*> StyleSheets; typedef
79 StyleSheets stylesheets;
82 StyleSheets stylesheet_cache;
H A DStyleSheetFactory.cpp96 StyleSheets::iterator itr = instance->stylesheets.find(sheet_name); in GetStyleSheet()
126 StyleSheets::iterator itr = instance->stylesheet_cache.find(combined_key); in GetStyleSheet()
167 …for (StyleSheets::iterator i = instance->stylesheets.begin(); i != instance->stylesheets.end(); ++… in ClearStyleSheetCache()
170 …for (StyleSheets::iterator i = instance->stylesheet_cache.begin(); i != instance->stylesheet_cache… in ClearStyleSheetCache()
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dmdictparser.hh119 typedef map<qint32, pair<QString, QString> > StyleSheets; typedef in Mdict::MdictParser
131 inline StyleSheets const & styleSheets() const in styleSheets()
171 static QString & substituteStylesheet( QString & article, StyleSheets const & styleSheets );
172 …static inline string substituteStylesheet( string const & article, StyleSheets const & styleSheets… in substituteStylesheet()
193 StyleSheets styleSheets_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_sheet_list.cc38 inline const HeapVector<Member<StyleSheet>>& StyleSheetList::StyleSheets() in StyleSheets() function in blink::StyleSheetList
47 return StyleSheets().size(); in length()
55 const HeapVector<Member<StyleSheet>>& sheets = StyleSheets(); in item()
H A Dstyle_sheet_list.h56 const HeapVector<Member<StyleSheet>>& StyleSheets() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_sheet_list.cc38 inline const HeapVector<Member<StyleSheet>>& StyleSheetList::StyleSheets() in StyleSheets() function in blink::StyleSheetList
47 return StyleSheets().size(); in length()
55 const HeapVector<Member<StyleSheet>>& sheets = StyleSheets(); in item()
H A Dstyle_sheet_list.h56 const HeapVector<Member<StyleSheet>>& StyleSheets() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument_or_shadow_root.h31 return &document.StyleSheets(); in styleSheets()
35 return &shadow_root.StyleSheets(); in styleSheets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Ddocument_or_shadow_root.h31 return &document.StyleSheets(); in styleSheets()
35 return &shadow_root.StyleSheets(); in styleSheets()
/dports/www/eolie/eolie-0.9.101/eolie/
H A Dwebview_night_mode.py18 from eolie.css_stylesheets import StyleSheets
34 self.__stylesheets = StyleSheets()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/elements/
H A D_svg.py35 from ..styles import StyleSheets
188 sheets = StyleSheets(self)
/dports/lang/kawa/kawa-3.1.1/kawa/
H A DDomTermBackend.java5 import org.domterm.util.StyleSheets;
175 String command = StyleSheets.loadStyleSheetRequest(name, fname); in loadStyleSheet()
/dports/lang/gauche/Gauche-0.9.10/test/data/
H A Dcss-2.css1 /* Taken from http://www.w3.org/StyleSheets/TR/W3C-REC.css
86 background-image: url(//www.w3.org/StyleSheets/TR/logo-REC);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/css/tools/w3ctestlib/templates/
H A Dindex.htm.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
H A Dindex.xht.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
H A Dchapter-toc.tmpl21 @import "http://www.w3.org/StyleSheets/TR/base.css";
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/css/tools/w3ctestlib/templates/
H A Dindex.htm.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
H A Dindex.xht.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/css/tools/w3ctestlib/templates/
H A Dindex.htm.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
H A Dindex.xht.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/css/tools/w3ctestlib/templates/
H A Dindex.htm.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
H A Dindex.xht.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/css/tools/w3ctestlib/templates/
H A Dindex.htm.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
H A Dindex.xht.tmpl11 @import "http://www.w3.org/StyleSheets/TR/base.css";
/dports/graphics/dia/dia-0.97.3/plug-ins/vdx/
H A Dvdx.h39 GArray *StyleSheets; member

12345678