Home
last modified time | relevance | path

Searched refs:SIZE_STYLE_TABLE (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DHTMLEditRules.h61 #define SIZE_STYLE_TABLE 19 macro
495 void InitStyleCacheArray(StyleCache aStyleCache[SIZE_STYLE_TABLE]);
502 StyleCache aStyleCache[SIZE_STYLE_TABLE]);
522 StyleCache mCachedStyles[SIZE_STYLE_TABLE];
H A DHTMLEditRules.cpp188 StyleCache aStyleCache[SIZE_STYLE_TABLE]) { in InitStyleCacheArray() argument
7500 nsINode* aNode, StyleCache aStyleCache[SIZE_STYLE_TABLE]) { in GetInlineStyles() argument
7506 for (size_t j = 0; j < SIZE_STYLE_TABLE; ++j) { in GetInlineStyles()
7568 StyleCache styleAtInsertionPoint[SIZE_STYLE_TABLE]; in ReapplyCachedStyles()
7575 for (size_t i = 0; i < SIZE_STYLE_TABLE; ++i) { in ReapplyCachedStyles()
7613 for (size_t j = 0; j < SIZE_STYLE_TABLE; j++) { in ClearCachedStyles()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DHTMLEditRules.h66 #define SIZE_STYLE_TABLE 19 macro
371 StyleCache mCachedStyles[SIZE_STYLE_TABLE];
H A DHTMLEditRules.cpp7013 for (int32_t j = 0; j < SIZE_STYLE_TABLE; ++j) { in CacheInlineStyles()
7079 for (int32_t i = 0; i < SIZE_STYLE_TABLE; ++i) { in ReapplyCachedStyles()
7120 for (uint32_t j = 0; j < SIZE_STYLE_TABLE; j++) { in ClearCachedStyles()