Home
last modified time | relevance | path

Searched refs:aGetter (Results 1 – 25 of 29) sorted by relevance

12

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dproperty.h300 void ( Base::*aSetter )( SetType ), GetType( Base::*aGetter )(),
303 METHOD<Owner, T, Base>::Wrap( aGetter ), aDisplay ) in PROPERTY()
309 void ( Base::*aSetter )( SetType ), GetType( Base::*aGetter )() const,
312 METHOD<Owner, T, Base>::Wrap( aGetter ), aDisplay ) in PROPERTY()
389 void ( Base::*aSetter )( SetType ), GetType( Base::*aGetter )(),
392 METHOD<Owner, T, Base>::Wrap( aGetter ), aDisplay )
403 void ( Base::*aSetter )( SetType ), GetType( Base::*aGetter )() const,
406 METHOD<Owner, T, Base>::Wrap( aGetter ), aDisplay )
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/
H A DnsXBLProtoImplProperty.h22 const char16_t* aGetter,
31 void AppendGetterText(const nsAString& aGetter);
H A DnsXBLProtoImplProperty.cpp23 const char16_t* aGetter, in nsXBLProtoImplProperty() argument
41 if (aGetter) { in nsXBLProtoImplProperty()
42 AppendGetterText(nsDependentString(aGetter)); in nsXBLProtoImplProperty()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DnsXBLProtoImplProperty.h20 nsXBLProtoImplProperty(const char16_t* aName, const char16_t* aGetter,
28 void AppendGetterText(const nsAString& aGetter);
H A DnsXBLProtoImplProperty.cpp23 const char16_t* aGetter, in nsXBLProtoImplProperty() argument
43 if (aGetter) { in nsXBLProtoImplProperty()
44 AppendGetterText(nsDependentString(aGetter)); in nsXBLProtoImplProperty()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DTreeWalker.h95 inline nsresult ImplNodeGetter(NodeGetter aGetter, nsIDOMNode** aRetval) in ImplNodeGetter() argument
98 nsCOMPtr<nsINode> node = (this->*aGetter)(rv); in ImplNodeGetter()
H A DNodeIterator.h98 inline nsresult ImplNodeGetter(NodeGetter aGetter, nsIDOMNode** aRetval) in ImplNodeGetter() argument
101 nsCOMPtr<nsINode> node = (this->*aGetter)(rv); in ImplNodeGetter()
H A DnsGlobalWindow.h1293 void GetReplaceableWindowCoord(JSContext* aCx, WindowCoordGetter aGetter,
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/settings/
H A Dparameters.h283 PARAM_LAMBDA( const std::string& aJsonPath, std::function<ValueType()> aGetter,
288 m_getter( aGetter ), in PARAM_BASE()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsGlobalWindowInner.h990 void GetReplaceableWindowCoord(JSContext* aCx, WindowCoordGetter<T> aGetter,
H A DnsGlobalWindowInner.cpp7326 JSContext* aCx, nsGlobalWindowInner::WindowCoordGetter<T> aGetter, in GetReplaceableWindowCoord() argument
7329 T coord = (this->*aGetter)(aCallerType, aError); in GetReplaceableWindowCoord()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsGlobalWindowInner.h963 void GetReplaceableWindowCoord(JSContext* aCx, WindowCoordGetter aGetter,
H A DnsGlobalWindowInner.cpp6961 JSContext* aCx, nsGlobalWindowInner::WindowCoordGetter aGetter, in GetReplaceableWindowCoord() argument
6964 int32_t coord = (this->*aGetter)(aCallerType, aError); in GetReplaceableWindowCoord()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsGlobalWindowInner.h990 void GetReplaceableWindowCoord(JSContext* aCx, WindowCoordGetter<T> aGetter,
H A DnsGlobalWindowInner.cpp7326 JSContext* aCx, nsGlobalWindowInner::WindowCoordGetter<T> aGetter, in GetReplaceableWindowCoord() argument
7329 T coord = (this->*aGetter)(aCallerType, aError); in GetReplaceableWindowCoord()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsGlobalWindowInner.h960 void GetReplaceableWindowCoord(JSContext* aCx, WindowCoordGetter aGetter,
H A DnsGlobalWindowInner.cpp7037 JSContext* aCx, nsGlobalWindowInner::WindowCoordGetter aGetter, in GetReplaceableWindowCoord() argument
7040 int32_t coord = (this->*aGetter)(aCallerType, aError); in GetReplaceableWindowCoord()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsGlobalWindowInner.h1010 void GetReplaceableWindowCoord(JSContext* aCx, WindowCoordGetter<T> aGetter,
H A DnsGlobalWindowInner.cpp7427 JSContext* aCx, nsGlobalWindowInner::WindowCoordGetter<T> aGetter, in GetReplaceableWindowCoord() argument
7430 T coord = (this->*aGetter)(aCallerType, aError); in GetReplaceableWindowCoord()
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DBindingUtils.cpp4308 JSJitGetterOp aGetter, in IsGetterEnabled() argument
4325 if (info->getter == aGetter) { in IsGetterEnabled()
H A DBindingUtils.h3163 JSJitGetterOp aGetter,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DBindingUtils.cpp4209 JSJitGetterOp aGetter, in IsGetterEnabled() argument
4226 if (info->getter == aGetter) { in IsGetterEnabled()
H A DBindingUtils.h3177 JSJitGetterOp aGetter,
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DBindingUtils.cpp4318 JSJitGetterOp aGetter, in IsGetterEnabled() argument
4335 if (info->getter == aGetter) { in IsGetterEnabled()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DBindingUtils.cpp4308 JSJitGetterOp aGetter, in IsGetterEnabled() argument
4325 if (info->getter == aGetter) { in IsGetterEnabled()

12