Home
last modified time | relevance | path

Searched refs:ShouldDisableApz (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DAccessibleCaretEventHub.h100 bool ShouldDisableApz() const;
H A DAccessibleCaretEventHub.cpp667 bool AccessibleCaretEventHub::ShouldDisableApz() const { in ShouldDisableApz() function in mozilla::AccessibleCaretEventHub
668 return mManager && mManager->ShouldDisableApz(); in ShouldDisableApz()
H A DAccessibleCaretManager.h127 bool ShouldDisableApz() const;
H A DAccessibleCaretManager.cpp800 bool AccessibleCaretManager::ShouldDisableApz() const { in ShouldDisableApz() function in mozilla::AccessibleCaretManager
H A DnsLayoutUtils.cpp762 if (eventHub->ShouldDisableApz()) { in ShouldDisableApzForElement()
/dports/www/firefox/firefox-99.0/layout/base/
H A DAccessibleCaretEventHub.h100 bool ShouldDisableApz() const;
H A DAccessibleCaretEventHub.cpp667 bool AccessibleCaretEventHub::ShouldDisableApz() const { in ShouldDisableApz() function in mozilla::AccessibleCaretEventHub
668 return mManager && mManager->ShouldDisableApz(); in ShouldDisableApz()
H A DAccessibleCaretManager.h127 bool ShouldDisableApz() const;
H A DAccessibleCaretManager.cpp800 bool AccessibleCaretManager::ShouldDisableApz() const { in ShouldDisableApz() function in mozilla::AccessibleCaretManager
H A DnsLayoutUtils.cpp761 if (eventHub->ShouldDisableApz()) { in ShouldDisableApzForElement()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DAccessibleCaretEventHub.h100 bool ShouldDisableApz() const;
H A DAccessibleCaretEventHub.cpp667 bool AccessibleCaretEventHub::ShouldDisableApz() const { in ShouldDisableApz() function in mozilla::AccessibleCaretEventHub
668 return mManager && mManager->ShouldDisableApz(); in ShouldDisableApz()
H A DAccessibleCaretManager.h127 bool ShouldDisableApz() const;
H A DAccessibleCaretManager.cpp800 bool AccessibleCaretManager::ShouldDisableApz() const { in ShouldDisableApz() function in mozilla::AccessibleCaretManager
H A DnsLayoutUtils.cpp762 if (eventHub->ShouldDisableApz()) { in ShouldDisableApzForElement()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DAccessibleCaretEventHub.h100 bool ShouldDisableApz() const;
H A DAccessibleCaretManager.h121 bool ShouldDisableApz() const { return mShouldDisableApz; } in ShouldDisableApz() function
H A DAccessibleCaretEventHub.cpp678 bool AccessibleCaretEventHub::ShouldDisableApz() const { in ShouldDisableApz() function in mozilla::AccessibleCaretEventHub
679 return mManager && mManager->ShouldDisableApz(); in ShouldDisableApz()
H A DnsLayoutUtils.cpp1005 if (eventHub->ShouldDisableApz()) { in ShouldDisableApzForElement()