Home
last modified time | relevance | path

Searched refs:LookupArgument (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DDashboard.cpp211 class LookupArgument : public nsISupports { class
212 virtual ~LookupArgument() = default;
217 LookupArgument(nsIDNSRecord* aRecord, LookupHelper* aHelper) { in LookupArgument() function in mozilla::net::LookupArgument
226 NS_IMPL_ISUPPORTS0(LookupArgument)
241 nsresult ConstructAnswer(LookupArgument* aArgument);
242 nsresult ConstructHTTPSRRAnswer(LookupArgument* aArgument);
262 RefPtr<LookupArgument> arg = new LookupArgument(aRecord, this); in NS_IMPL_ISUPPORTS()
264 NewRunnableMethod<RefPtr<LookupArgument>>( in NS_IMPL_ISUPPORTS()
271 RefPtr<LookupArgument> arg = new LookupArgument(aRecord, this); in NS_IMPL_ISUPPORTS()
272 mEventTarget->Dispatch(NewRunnableMethod<RefPtr<LookupArgument>>( in NS_IMPL_ISUPPORTS()
[all …]
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DDashboard.cpp211 class LookupArgument : public nsISupports { class
212 virtual ~LookupArgument() = default;
217 LookupArgument(nsIDNSRecord* aRecord, LookupHelper* aHelper) { in LookupArgument() function in mozilla::net::LookupArgument
226 NS_IMPL_ISUPPORTS0(LookupArgument)
241 nsresult ConstructAnswer(LookupArgument* aArgument);
242 nsresult ConstructHTTPSRRAnswer(LookupArgument* aArgument);
262 RefPtr<LookupArgument> arg = new LookupArgument(aRecord, this); in NS_IMPL_ISUPPORTS()
264 NewRunnableMethod<RefPtr<LookupArgument>>( in NS_IMPL_ISUPPORTS()
271 RefPtr<LookupArgument> arg = new LookupArgument(aRecord, this); in NS_IMPL_ISUPPORTS()
272 mEventTarget->Dispatch(NewRunnableMethod<RefPtr<LookupArgument>>( in NS_IMPL_ISUPPORTS()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DDashboard.cpp211 class LookupArgument : public nsISupports { class
212 virtual ~LookupArgument() = default;
217 LookupArgument(nsIDNSRecord* aRecord, LookupHelper* aHelper) { in LookupArgument() function in mozilla::net::LookupArgument
226 NS_IMPL_ISUPPORTS0(LookupArgument)
241 nsresult ConstructAnswer(LookupArgument* aArgument);
242 nsresult ConstructHTTPSRRAnswer(LookupArgument* aArgument);
262 RefPtr<LookupArgument> arg = new LookupArgument(aRecord, this); in NS_IMPL_ISUPPORTS()
264 NewRunnableMethod<RefPtr<LookupArgument>>( in NS_IMPL_ISUPPORTS()
271 RefPtr<LookupArgument> arg = new LookupArgument(aRecord, this); in NS_IMPL_ISUPPORTS()
272 mEventTarget->Dispatch(NewRunnableMethod<RefPtr<LookupArgument>>( in NS_IMPL_ISUPPORTS()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DDashboard.cpp230 class LookupArgument class
233 virtual ~LookupArgument() in ~LookupArgument()
240 LookupArgument(nsIDNSRecord *aRecord, LookupHelper *aHelper) in LookupArgument() function in mozilla::net::LookupArgument
250 NS_IMPL_ISUPPORTS0(LookupArgument)
270 nsresult ConstructAnswer(LookupArgument *aArgument);
288 RefPtr<LookupArgument> arg = new LookupArgument(aRecord, this); in NS_IMPL_ISUPPORTS()
289 mThread->Dispatch(NewRunnableMethod<RefPtr<LookupArgument>> in NS_IMPL_ISUPPORTS()
297 LookupHelper::ConstructAnswer(LookupArgument *aArgument) in ConstructAnswer()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DDashboard.cpp214 class LookupArgument : public nsISupports { class
215 virtual ~LookupArgument() {} in ~LookupArgument()
220 LookupArgument(nsIDNSRecord *aRecord, LookupHelper *aHelper) { in LookupArgument() function in mozilla::net::LookupArgument
229 NS_IMPL_ISUPPORTS0(LookupArgument)
244 nsresult ConstructAnswer(LookupArgument *aArgument);
262 RefPtr<LookupArgument> arg = new LookupArgument(aRecord, this); in NS_IMPL_ISUPPORTS()
263 mEventTarget->Dispatch(NewRunnableMethod<RefPtr<LookupArgument>>( in NS_IMPL_ISUPPORTS()
271 nsresult LookupHelper::ConstructAnswer(LookupArgument *aArgument) { in ConstructAnswer()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DDashboard.cpp213 class LookupArgument : public nsISupports { class
214 virtual ~LookupArgument() = default;
219 LookupArgument(nsIDNSRecord* aRecord, LookupHelper* aHelper) { in LookupArgument() function in mozilla::net::LookupArgument
228 NS_IMPL_ISUPPORTS0(LookupArgument)
243 nsresult ConstructAnswer(LookupArgument* aArgument);
261 RefPtr<LookupArgument> arg = new LookupArgument(aRecord, this); in NS_IMPL_ISUPPORTS()
262 mEventTarget->Dispatch(NewRunnableMethod<RefPtr<LookupArgument>>( in NS_IMPL_ISUPPORTS()
270 nsresult LookupHelper::ConstructAnswer(LookupArgument* aArgument) { in ConstructAnswer()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Filter/
H A DFilterException.cs304 public static Exception LookupArgument() in LookupArgument() method in System.Data.ExprException
H A DExpressionParser.cs261 throw ExprException.LookupArgument(); in Parse()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Filter/
H A DFilterException.cs273 static public Exception LookupArgument() { in LookupArgument() method in System.Data.ExprException
H A DExpressionParser.cs249 throw ExprException.LookupArgument(); in Parse()