Lines Matching defs:aPref
126772 static bool GetBool(const char* aPref, bool aDefault = false) in GetBool()
126779 static int32_t GetInt(const char* aPref, int32_t aDefault = 0) in GetInt()
126786 static uint32_t GetUint(const char* aPref, uint32_t aDefault = 0) in GetUint()
126793 static float GetFloat(const char* aPref, float aDefault = 0) in GetFloat()
126808 static nsresult GetUint(const char* aPref, uint32_t* aResult) in GetUint()
126831 static nsresult SetUint(const char* aPref, uint32_t aValue) in SetUint()
126884 const char* aPref, in RegisterCallback()
126890 const char* aPref, in UnregisterCallback()
126898 const char* aPref, in RegisterCallbackAndCall()
126909 const char* aPref, in RegisterPrefixCallback()
126920 const char* aPref, in RegisterPrefixCallbackAndCall()
126931 const char* aPref, in UnregisterPrefixCallback()
126968 static nsresult GetDefaultUint(const char* aPref, uint32_t* aResult) in GetDefaultUint()
126979 static bool GetDefaultBool(const char* aPref, bool aFailedResult) in GetDefaultBool()
126985 static int32_t GetDefaultInt(const char* aPref, int32_t aFailedResult) in GetDefaultInt()
126990 static uint32_t GetDefaultUint(const char* aPref, uint32_t aFailedResult) in GetDefaultUint()