Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/dom/xul/
H A DXULDocument.cpp248 NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mMasterPrototype)
380 mMasterPrototype = mCurrentPrototype = proto; in StartDocumentLoad()
450 mMasterPrototype != mCurrentPrototype) { in EndLoad()
523 if (mCurrentPrototype && mMasterPrototype != mCurrentPrototype) { in OnDocumentParserError()
1486 if (!mMasterPrototype) { in PrepareToLoadPrototype()
1487 mMasterPrototype = mCurrentPrototype; in PrepareToLoadPrototype()
2466 nsXULPrototypeCache::GetInstance()->WritePrototype(mMasterPrototype); in DoneWalking()
2861 if (mIsWritingFastLoad && mCurrentPrototype != mMasterPrototype) { in OnScriptCompileComplete()
H A DXULDocument.h512 RefPtr<nsXULPrototypeDocument> mMasterPrototype; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/
H A DXULDocument.cpp288 NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mMasterPrototype)
430 mMasterPrototype = mCurrentPrototype = proto; in StartDocumentLoad()
505 mMasterPrototype != mCurrentPrototype) { in EndLoad()
582 if (mCurrentPrototype && mMasterPrototype != mCurrentPrototype) { in OnDocumentParserError()
1994 if (! mMasterPrototype) { in PrepareToLoadPrototype()
1995 mMasterPrototype = mCurrentPrototype; in PrepareToLoadPrototype()
3021 nsXULPrototypeCache::GetInstance()->WritePrototype(mMasterPrototype); in DoneWalking()
3441 if (mIsWritingFastLoad && mCurrentPrototype != mMasterPrototype) { in OnScriptCompileComplete()
H A DXULDocument.h620 RefPtr<nsXULPrototypeDocument> mMasterPrototype; variable