Lines Matching refs:GetInt
126779 static int32_t GetInt(const char* aPref, int32_t aDefault = 0)126782 GetInt(aPref, &result);126806 static nsresult GetInt(const char* aPref, int32_t* aResult);126811 nsresult rv = GetInt(aPref, &result);