Home
last modified time | relevance | path

Searched refs:HasLoadState (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/firefox/firefox-99.0/accessible/generic/
H A DDocAccessible-inl.h50 (mDocumentNode->IsShowing() || HasLoadState(eDOMLoaded)); in IsContentLoaded()
87 if (mNotificationController && HasLoadState(eTreeConstructed)) { in UpdateText()
98 if (HasLoadState(eCompletelyLoaded) && IsLoadEventTarget()) { in NotifyOfLoad()
H A DDocAccessible.cpp233 if (!HasLoadState(eReady)) state |= states::STALE; in NativeState()
237 if (!HasLoadState(eCompletelyLoaded)) state |= states::BUSY; in NativeState()
628 if (HasLoadState(eTreeConstructed)) { in HandleScroll()
1145 if (!mNotificationController || !HasLoadState(eTreeConstructed)) { in ContentInserted()
1479 HasLoadState(eTreeConstructed)) { in NotifyOfLoading()
2518 return parentDoc && parentDoc->HasLoadState(eCompletelyLoaded); in IsLoadEventTarget()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DDocAccessible-inl.h50 (mDocumentNode->IsShowing() || HasLoadState(eDOMLoaded)); in IsContentLoaded()
87 if (mNotificationController && HasLoadState(eTreeConstructed)) { in UpdateText()
98 if (HasLoadState(eCompletelyLoaded) && IsLoadEventTarget()) { in NotifyOfLoad()
H A DDocAccessible.cpp230 if (!HasLoadState(eReady)) state |= states::STALE; in NativeState()
234 if (!HasLoadState(eCompletelyLoaded)) state |= states::BUSY; in NativeState()
601 if (HasLoadState(eTreeConstructed)) { in HandleScroll()
1452 if (!mNotificationController || !HasLoadState(eTreeConstructed)) { in ContentInserted()
1718 HasLoadState(eTreeConstructed)) { in NotifyOfLoading()
2719 return parentDoc && parentDoc->HasLoadState(eCompletelyLoaded); in IsLoadEventTarget()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DDocAccessible-inl.h50 (mDocumentNode->IsShowing() || HasLoadState(eDOMLoaded)); in IsContentLoaded()
87 if (mNotificationController && HasLoadState(eTreeConstructed)) { in UpdateText()
98 if (HasLoadState(eCompletelyLoaded) && IsLoadEventTarget()) { in NotifyOfLoad()
H A DDocAccessible.cpp230 if (!HasLoadState(eReady)) state |= states::STALE; in NativeState()
234 if (!HasLoadState(eCompletelyLoaded)) state |= states::BUSY; in NativeState()
601 if (HasLoadState(eTreeConstructed)) { in HandleScroll()
1452 if (!mNotificationController || !HasLoadState(eTreeConstructed)) { in ContentInserted()
1718 HasLoadState(eTreeConstructed)) { in NotifyOfLoading()
2719 return parentDoc && parentDoc->HasLoadState(eCompletelyLoaded); in IsLoadEventTarget()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DDocAccessible-inl.h76 if (mNotificationController && HasLoadState(eTreeConstructed)) in UpdateText()
107 if (HasLoadState(eCompletelyLoaded) && IsLoadEventTarget()) { in NotifyOfLoad()
H A DDocAccessible.h138 (mDocumentNode->IsShowing() || HasLoadState(eDOMLoaded)); in IsContentLoaded()
162 bool HasLoadState(LoadState aState) const { in HasLoadState() function
H A DDocAccessible.cpp234 if (!HasLoadState(eReady)) state |= states::STALE; in NativeState()
238 if (!HasLoadState(eCompletelyLoaded)) state |= states::BUSY; in NativeState()
1210 if (mNotificationController && HasLoadState(eTreeConstructed)) { in ContentInserted()
2235 return parentDoc && parentDoc->HasLoadState(eCompletelyLoaded); in IsLoadEventTarget()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DDocAccessible-inl.h89 if (mNotificationController && HasLoadState(eTreeConstructed)) in UpdateText()
128 if (HasLoadState(eCompletelyLoaded) && IsLoadEventTarget()) { in NotifyOfLoad()
H A DDocAccessible.h137 (mDocumentNode->IsShowing() || HasLoadState(eDOMLoaded)); in IsContentLoaded()
159 bool HasLoadState(LoadState aState) const in HasLoadState() function
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DDocAccessible-inl.h76 if (mNotificationController && HasLoadState(eTreeConstructed)) in UpdateText()
86 if (HasLoadState(eCompletelyLoaded) && IsLoadEventTarget()) { in NotifyOfLoad()
H A DDocAccessible.h147 (mDocumentNode->IsShowing() || HasLoadState(eDOMLoaded)); in IsContentLoaded()
171 bool HasLoadState(LoadState aState) const { in HasLoadState() function
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DNotificationController.cpp440 !mDocument->HasLoadState(DocAccessible::eTreeConstructed); in IsUpdatePending()
618 if (!mDocument->HasLoadState(DocAccessible::eTreeConstructed)) { in WillRefresh()
786 if (mDocument->HasLoadState(DocAccessible::eReady) && in WillRefresh()
787 !mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
792 if (!childDoc->HasLoadState(DocAccessible::eCompletelyLoaded)) break; in WillRefresh()
916 mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
H A DLogging.cpp328 if (aDocument->HasLoadState(DocAccessible::eCompletelyLoaded)) in LogDocAccState()
330 else if (aDocument->HasLoadState(DocAccessible::eReady)) in LogDocAccState()
332 else if (aDocument->HasLoadState(DocAccessible::eDOMLoaded)) in LogDocAccState()
334 else if (aDocument->HasLoadState(DocAccessible::eTreeConstructed)) in LogDocAccState()
/dports/www/firefox/firefox-99.0/accessible/base/
H A DNotificationController.cpp469 !mDocument->HasLoadState(DocAccessible::eTreeConstructed); in IsUpdatePending()
658 if (!mDocument->HasLoadState(DocAccessible::eTreeConstructed)) { in WillRefresh()
845 if (mDocument->HasLoadState(DocAccessible::eReady) && in WillRefresh()
846 !mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
851 if (!childDoc->HasLoadState(DocAccessible::eCompletelyLoaded)) break; in WillRefresh()
988 mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
H A DLogging.cpp350 if (aDocument->HasLoadState(DocAccessible::eCompletelyLoaded)) { in LogDocAccState()
352 } else if (aDocument->HasLoadState(DocAccessible::eReady)) { in LogDocAccState()
354 } else if (aDocument->HasLoadState(DocAccessible::eDOMLoaded)) { in LogDocAccState()
356 } else if (aDocument->HasLoadState(DocAccessible::eTreeConstructed)) { in LogDocAccState()
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DNotificationController.cpp458 !mDocument->HasLoadState(DocAccessible::eTreeConstructed); in IsUpdatePending()
636 if (!mDocument->HasLoadState(DocAccessible::eTreeConstructed)) { in WillRefresh()
806 if (mDocument->HasLoadState(DocAccessible::eReady) && in WillRefresh()
807 !mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
812 if (!childDoc->HasLoadState(DocAccessible::eCompletelyLoaded)) break; in WillRefresh()
939 mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
H A DLogging.cpp333 if (aDocument->HasLoadState(DocAccessible::eCompletelyLoaded)) { in LogDocAccState()
335 } else if (aDocument->HasLoadState(DocAccessible::eReady)) { in LogDocAccState()
337 } else if (aDocument->HasLoadState(DocAccessible::eDOMLoaded)) { in LogDocAccState()
339 } else if (aDocument->HasLoadState(DocAccessible::eTreeConstructed)) { in LogDocAccState()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DNotificationController.cpp458 !mDocument->HasLoadState(DocAccessible::eTreeConstructed); in IsUpdatePending()
636 if (!mDocument->HasLoadState(DocAccessible::eTreeConstructed)) { in WillRefresh()
806 if (mDocument->HasLoadState(DocAccessible::eReady) && in WillRefresh()
807 !mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
812 if (!childDoc->HasLoadState(DocAccessible::eCompletelyLoaded)) break; in WillRefresh()
939 mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
H A DLogging.cpp333 if (aDocument->HasLoadState(DocAccessible::eCompletelyLoaded)) { in LogDocAccState()
335 } else if (aDocument->HasLoadState(DocAccessible::eReady)) { in LogDocAccState()
337 } else if (aDocument->HasLoadState(DocAccessible::eDOMLoaded)) { in LogDocAccState()
339 } else if (aDocument->HasLoadState(DocAccessible::eTreeConstructed)) { in LogDocAccState()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/base/
H A DNotificationController.cpp452 !mDocument->HasLoadState(DocAccessible::eTreeConstructed); in IsUpdatePending()
630 if (!mDocument->HasLoadState(DocAccessible::eTreeConstructed)) { in WillRefresh()
801 if (mDocument->HasLoadState(DocAccessible::eReady) && in WillRefresh()
802 !mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
807 if (!childDoc->HasLoadState(DocAccessible::eCompletelyLoaded)) break; in WillRefresh()
926 mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
H A DLogging.cpp320 if (aDocument->HasLoadState(DocAccessible::eCompletelyLoaded)) in LogDocAccState()
322 else if (aDocument->HasLoadState(DocAccessible::eReady)) in LogDocAccState()
324 else if (aDocument->HasLoadState(DocAccessible::eDOMLoaded)) in LogDocAccState()
326 else if (aDocument->HasLoadState(DocAccessible::eTreeConstructed)) in LogDocAccState()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/base/
H A DNotificationController.cpp462 !mDocument->HasLoadState(DocAccessible::eTreeConstructed); in IsUpdatePending()
612 if (!mDocument->HasLoadState(DocAccessible::eTreeConstructed)) { in WillRefresh()
763 if (mDocument->HasLoadState(DocAccessible::eReady) && in WillRefresh()
764 !mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
769 if (!childDoc->HasLoadState(DocAccessible::eCompletelyLoaded)) in WillRefresh()
894 mDocument->HasLoadState(DocAccessible::eCompletelyLoaded) && in WillRefresh()
H A DLogging.cpp354 if (aDocument->HasLoadState(DocAccessible::eCompletelyLoaded)) in LogDocAccState()
356 else if (aDocument->HasLoadState(DocAccessible::eReady)) in LogDocAccState()
358 else if (aDocument->HasLoadState(DocAccessible::eDOMLoaded)) in LogDocAccState()
360 else if (aDocument->HasLoadState(DocAccessible::eTreeConstructed)) in LogDocAccState()

12