Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/dom/xul/
H A DXULDocument.cpp162 mIsWritingFastLoad(false), in XULDocument()
405 mIsWritingFastLoad = useXULCache; in StartDocumentLoad()
449 if (useXULCache && mIsWritingFastLoad && isChrome && in EndLoad()
2087 mIsWritingFastLoad = useXULCache; in LoadOverlayInternal()
2465 if (mIsWritingFastLoad && IsChromeURI(mDocumentURI)) in DoneWalking()
2861 if (mIsWritingFastLoad && mCurrentPrototype != mMasterPrototype) { in OnScriptCompileComplete()
H A DXULDocument.h267 bool mIsWritingFastLoad; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/
H A DXULDocument.cpp457 mIsWritingFastLoad = useXULCache; in StartDocumentLoad()
504 if (useXULCache && mIsWritingFastLoad && isChrome && in EndLoad()
2619 mIsWritingFastLoad = useXULCache; in LoadOverlayInternal()
3020 if (mIsWritingFastLoad && IsChromeURI(mDocumentURI)) in DoneWalking()
3441 if (mIsWritingFastLoad && mCurrentPrototype != mMasterPrototype) { in OnScriptCompileComplete()
H A DXULDocument.h326 bool mIsWritingFastLoad; variable