Searched refs:NS_ERROR_NOT_AVAILABLE (Results 1 - 23 of 23) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp385 return NS_ERROR_NOT_AVAILABLE;
390 return NS_ERROR_NOT_AVAILABLE;
402 return NS_ERROR_NOT_AVAILABLE;
409 return NS_ERROR_NOT_AVAILABLE;
427 return NS_ERROR_NOT_AVAILABLE;
439 return NS_ERROR_NOT_AVAILABLE;
456 return NS_ERROR_NOT_AVAILABLE;
462 return NS_ERROR_NOT_AVAILABLE;
487 return NS_ERROR_NOT_AVAILABLE;
493 return NS_ERROR_NOT_AVAILABLE;
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadService.cpp237 nsresult rv = NS_ERROR_NOT_AVAILABLE;
262 nsresult rv = NS_ERROR_NOT_AVAILABLE;
272 // will return NS_ERROR_NOT_AVAILABLE.
274 if (NS_SUCCEEDED(rv) || rv != NS_ERROR_NOT_AVAILABLE)
296 return NS_ERROR_NOT_AVAILABLE;
312 nsresult rv = NS_ERROR_NOT_AVAILABLE;
327 if (rv == NS_ERROR_NOT_AVAILABLE && mOutputStream) {
342 nsresult rv = NS_ERROR_NOT_AVAILABLE;
354 if (rv == NS_ERROR_NOT_AVAILABLE && mOutputStream) {
371 return NS_ERROR_NOT_AVAILABLE;
[all...]
H A DnsIFastLoadService.idl86 * NS_ERROR_NOT_AVAILABLE, callers should slow-load the documents, muxing
149 if (NS_FAILED(rv) && rv != NS_ERROR_NOT_AVAILABLE)
H A DnsStorageStream.cpp124 return NS_ERROR_NOT_AVAILABLE;
260 return NS_ERROR_NOT_AVAILABLE;
H A DSpecialSystemDirectory.cpp745 return NS_ERROR_NOT_AVAILABLE;
H A DnsFastLoadFile.cpp409 // If the spec isn't in the map, return NS_ERROR_NOT_AVAILABLE so the
412 return NS_ERROR_NOT_AVAILABLE;
449 // If the URI isn't in the map, return NS_ERROR_NOT_AVAILABLE so the
452 return NS_ERROR_NOT_AVAILABLE;
512 // If the URI isn't in the map, return NS_ERROR_NOT_AVAILABLE so the
515 return NS_ERROR_NOT_AVAILABLE;
1333 return NS_ERROR_NOT_AVAILABLE;
H A DnsLocalFileWin.cpp2211 return NS_ERROR_NOT_AVAILABLE;
/vbox/src/libs/xpcom18a4/python/
H A DnsError.py100 NS_ERROR_NOT_AVAILABLE = ( -2147221231) variable
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsConsoleService.cpp308 return NS_ERROR_NOT_AVAILABLE;
H A DnsError.h199 #define NS_ERROR_NOT_AVAILABLE ((nsresult) 0x80040111L) macro
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp246 nsresult rv = NS_ERROR_NOT_AVAILABLE;
506 nsresult status = NS_ERROR_NOT_AVAILABLE;
H A DnsComponentManager.cpp1807 return NS_ERROR_NOT_AVAILABLE;
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DTimerThread.cpp371 // by returning NS_ERROR_NOT_AVAILABLE. Unlike the TimerDelayChanged case
378 return NS_ERROR_NOT_AVAILABLE;
H A DnsEventQueueService.cpp391 return NS_ERROR_NOT_AVAILABLE;
/vbox/src/VBox/Main/glue/
H A DNativeEventQueue.cpp161 if (rc == NS_ERROR_NOT_AVAILABLE)
H A Dinitterm.cpp544 if (NS_SUCCEEDED(rc) || rc == NS_ERROR_NOT_AVAILABLE)
546 /* NS_ERROR_NOT_AVAILABLE seems to mean that
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h604 #define NS_ERROR_NOT_AVAILABLE ((nsresult) 0x80040111L) macro
H A DVBoxCAPI_v3_1.h604 #define NS_ERROR_NOT_AVAILABLE ((nsresult) 0x80040111L) macro
H A DVBoxCAPI_v3_2.h604 #define NS_ERROR_NOT_AVAILABLE ((nsresult) 0x80040111L) macro
H A DVBoxCAPI_v4_0.h604 #define NS_ERROR_NOT_AVAILABLE ((nsresult) 0x80040111L) macro
H A DVBoxCAPI_v4_1.h604 #define NS_ERROR_NOT_AVAILABLE ((nsresult) 0x80040111L) macro
H A DVBoxCAPI_v4_2.h604 #define NS_ERROR_NOT_AVAILABLE ((nsresult) 0x80040111L) macro
H A DVBoxCAPI_v4_3.h668 #define NS_ERROR_NOT_AVAILABLE ((nsresult) 0x80040111L) macro
738 * NS_ERROR_NOT_AVAILABLE, but we want binary compatibility for now. */

Completed in 411 milliseconds