Home
last modified time | relevance | path

Searched refs:mShowFocusRings (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DTabContext.cpp23 mShowFocusRings(UIStateChangeType_NoChange), in TabContext()
54 UIStateChangeType TabContext::ShowFocusRings() const { return mShowFocusRings; } in ShowFocusRings()
63 mShowFocusRings = aShowFocusRings; in SetTabContext()
81 return IPCTabContext(FrameIPCTabContext(mChromeOuterWindowID, mShowFocusRings, in AsIPCTabContext()
H A DTabContext.h113 UIStateChangeType mShowFocusRings; variable
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DTabContext.cpp23 mShowFocusRings(UIStateChangeType_NoChange), in TabContext()
54 UIStateChangeType TabContext::ShowFocusRings() const { return mShowFocusRings; } in ShowFocusRings()
63 mShowFocusRings = aShowFocusRings; in SetTabContext()
81 return IPCTabContext(FrameIPCTabContext(mChromeOuterWindowID, mShowFocusRings, in AsIPCTabContext()
H A DTabContext.h113 UIStateChangeType mShowFocusRings; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DTabContext.cpp23 mShowFocusRings(UIStateChangeType_NoChange), in TabContext()
54 UIStateChangeType TabContext::ShowFocusRings() const { return mShowFocusRings; } in ShowFocusRings()
63 mShowFocusRings = aShowFocusRings; in SetTabContext()
81 return IPCTabContext(FrameIPCTabContext(mChromeOuterWindowID, mShowFocusRings, in AsIPCTabContext()
H A DTabContext.h113 UIStateChangeType mShowFocusRings; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DTabContext.cpp24 mShowFocusRings(UIStateChangeType_NoChange), in TabContext()
59 UIStateChangeType TabContext::ShowFocusRings() const { return mShowFocusRings; } in ShowFocusRings()
70 mShowFocusRings = aShowFocusRings; in SetTabContext()
89 mPresentationURL, mShowFocusRings, in AsIPCTabContext()
H A DTabContext.h125 UIStateChangeType mShowFocusRings; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DTabContext.cpp28 mShowFocusRings(UIStateChangeType_NoChange) {} in TabContext()
81 UIStateChangeType TabContext::ShowFocusRings() const { return mShowFocusRings; } in ShowFocusRings()
98 mShowFocusRings = aShowFocusRings; in SetTabContext()
117 mPresentationURL, mShowAccelerators, mShowFocusRings)); in AsIPCTabContext()
H A DTabContext.h163 UIStateChangeType mShowFocusRings; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsWindowRoot.h72 bool ShowFocusRings() override { return mShowFocusRings; } in ShowFocusRings()
74 void SetShowFocusRings(bool aEnable) override { mShowFocusRings = aEnable; } in SetShowFocusRings()
91 bool mShowFocusRings; variable
H A DnsWindowRoot.cpp46 mShowFocusRings = StaticPrefs::browser_display_show_focus_rings(); in nsWindowRoot()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsWindowRoot.h72 bool ShowFocusRings() override { return mShowFocusRings; } in ShowFocusRings()
74 void SetShowFocusRings(bool aEnable) override { mShowFocusRings = aEnable; } in SetShowFocusRings()
92 bool mShowFocusRings; variable
H A DnsWindowRoot.cpp44 mShowFocusRings = StaticPrefs::browser_display_show_focus_rings(); in nsWindowRoot()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsWindowRoot.h73 bool ShowFocusRings() override { return mShowFocusRings; } in ShowFocusRings()
75 void SetShowFocusRings(bool aEnable) override { mShowFocusRings = aEnable; } in SetShowFocusRings()
92 bool mShowFocusRings; variable
H A DnsWindowRoot.cpp44 mShowFocusRings = StaticPrefs::browser_display_show_focus_rings(); in nsWindowRoot()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsWindowRoot.h72 bool ShowFocusRings() override { return mShowFocusRings; } in ShowFocusRings()
74 void SetShowFocusRings(bool aEnable) override { mShowFocusRings = aEnable; } in SetShowFocusRings()
91 bool mShowFocusRings; variable
H A DnsWindowRoot.cpp46 mShowFocusRings = StaticPrefs::browser_display_show_focus_rings(); in nsWindowRoot()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsWindowRoot.h82 return mShowFocusRings; in ShowFocusRings()
92 mShowFocusRings = aEnable; in SetShowFocusRings()
112 bool mShowFocusRings; variable
H A DnsWindowRoot.cpp44 mShowFocusRings = false; in nsWindowRoot()
47 mShowFocusRings = true; in nsWindowRoot()
H A DnsContentUtils.cpp7422 UIStateChangeType mShowFocusRings; member
7427 mShowFocusRings(aShowFocusRings) in UIStateChangeInfo()
7436 stateInfo->mShowFocusRings); in SetKeyboardIndicatorsChild()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsWindowRoot.h81 virtual bool ShowFocusRings() override { return mShowFocusRings; } in ShowFocusRings()
88 mShowFocusRings = aEnable; in SetShowFocusRings()
109 bool mShowFocusRings; variable
H A DnsWindowRoot.cpp42 mShowFocusRings = false; in nsWindowRoot()
45 mShowFocusRings = true; in nsWindowRoot()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DTabContext.cpp29 , mShowFocusRings(UIStateChangeType_NoChange) in TabContext()
209 return mShowFocusRings; in ShowFocusRings()
254 mShowFocusRings = aShowFocusRings; in SetTabContext()
267 mShowFocusRings)); in AsIPCTabContext()
H A DTabContext.h238 UIStateChangeType mShowFocusRings; variable

12