Searched refs:aSafeVector (Results 1 – 6 of 6) sorted by relevance
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/ |
H A D | nsNativeThemeGTK.cpp | 160 static bool IsWidgetStateSafe(uint8_t* aSafeVector, uint8_t aWidgetType, in IsWidgetStateSafe() argument 164 return (aSafeVector[key >> 3] & (1 << (key & 7))) != 0; in IsWidgetStateSafe() 167 static void SetWidgetStateSafe(uint8_t* aSafeVector, uint8_t aWidgetType, in SetWidgetStateSafe() argument 171 aSafeVector[key >> 3] |= (1 << (key & 7)); in SetWidgetStateSafe()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/ |
H A D | nsNativeThemeGTK.cpp | 136 static bool IsWidgetStateSafe(uint8_t* aSafeVector, in IsWidgetStateSafe() argument 141 return (aSafeVector[key >> 3] & (1 << (key & 7))) != 0; in IsWidgetStateSafe() 144 static void SetWidgetStateSafe(uint8_t *aSafeVector, in SetWidgetStateSafe() argument 149 aSafeVector[key >> 3] |= (1 << (key & 7)); in SetWidgetStateSafe()
|
/dports/www/firefox/firefox-99.0/widget/gtk/ |
H A D | nsNativeThemeGTK.cpp | 148 static bool IsWidgetStateSafe(uint8_t* aSafeVector, StyleAppearance aAppearance, in IsWidgetStateSafe() argument 153 return (aSafeVector[key >> 3] & (1 << (key & 7))) != 0; in IsWidgetStateSafe() 156 static void SetWidgetStateSafe(uint8_t* aSafeVector, in SetWidgetStateSafe() argument 162 aSafeVector[key >> 3] |= (1 << (key & 7)); in SetWidgetStateSafe()
|
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/ |
H A D | nsNativeThemeGTK.cpp | 170 static bool IsWidgetStateSafe(uint8_t* aSafeVector, StyleAppearance aAppearance, in IsWidgetStateSafe() argument 175 return (aSafeVector[key >> 3] & (1 << (key & 7))) != 0; in IsWidgetStateSafe() 178 static void SetWidgetStateSafe(uint8_t* aSafeVector, in SetWidgetStateSafe() argument 184 aSafeVector[key >> 3] |= (1 << (key & 7)); in SetWidgetStateSafe()
|
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/ |
H A D | nsNativeThemeGTK.cpp | 154 static bool IsWidgetStateSafe(uint8_t* aSafeVector, StyleAppearance aAppearance, in IsWidgetStateSafe() argument 159 return (aSafeVector[key >> 3] & (1 << (key & 7))) != 0; in IsWidgetStateSafe() 162 static void SetWidgetStateSafe(uint8_t* aSafeVector, in SetWidgetStateSafe() argument 168 aSafeVector[key >> 3] |= (1 << (key & 7)); in SetWidgetStateSafe()
|
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/ |
H A D | nsNativeThemeGTK.cpp | 154 static bool IsWidgetStateSafe(uint8_t* aSafeVector, StyleAppearance aAppearance, in IsWidgetStateSafe() argument 159 return (aSafeVector[key >> 3] & (1 << (key & 7))) != 0; in IsWidgetStateSafe() 162 static void SetWidgetStateSafe(uint8_t* aSafeVector, in SetWidgetStateSafe() argument 168 aSafeVector[key >> 3] |= (1 << (key & 7)); in SetWidgetStateSafe()
|