Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSFrameConstructor.h1408 #define ITEM_IS_GENERATED_CONTENT 0x4 macro
H A DnsCSSFrameConstructor.cpp1916 ITEM_IS_GENERATED_CONTENT, nullptr, in CreateGeneratedContentItem()
5754 bool isGeneratedContent = ((aFlags & ITEM_IS_GENERATED_CONTENT) != 0); in AddFrameConstructionItemsInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsCSSFrameConstructor.h1515 #define ITEM_IS_GENERATED_CONTENT 0x4 macro
H A DnsCSSFrameConstructor.cpp1898 ITEM_IS_GENERATED_CONTENT, nullptr, aItems); in CreateGeneratedContentItem()
5703 const bool isGeneratedContent = !!(aFlags & ITEM_IS_GENERATED_CONTENT); in AddFrameConstructionItemsInternal()