Lines Matching defs:int32_t

65 typedef int int32_t;
1596 typedef int32_t Type;
6327 int32_t *fptr;
6328 int32_t *rptr;
6329 int32_t *state;
6333 int32_t *end_ptr;
6337 int32_t *__restrict __result) throw () __attribute__ ((__nonnull__ (1, 2)));
16571 using ::int32_t;
36031 template<> struct AllowDeprecatedAbsFixed<int32_t> : TrueType {};
36066 template<> struct AbsReturnTypeFixed<int32_t> { typedef uint32_t Type; };
46315 static __attribute__ ((warn_unused_result)) int32_t readInt32(const void* aPtr)
46351 static void writeInt32(void* aPtr, int32_t aValue)
47790 typedef JSConstScalarSpec<int32_t> JSConstIntegerSpec;
51332 const char* aFile, int32_t aLine);
51835 int32_t offset;
59529 NumberEqualsInt32(T aValue, int32_t* aInt32)
59537 return aValue == (*aInt32 = int32_t(aValue));
59542 NumberIsInt32(T aValue, int32_t* aInt32)
59806 BaseTimeDuration operator*(const int32_t aMultiplier) const
63859 int32_t resizeLog2 = 0;
65944 static const int32_t kNameSpaceID_None = 0;
66485 int32_t FindChar(char_type, index_type aOffset = 0) const;
66881 void AppendInt(int32_t aInteger)
66885 void AppendInt(int32_t aInteger, int aRadix)
67094 void StripChar(char_type aChar, int32_t aOffset = 0);
67553 int32_t FindChar(char_type, index_type aOffset = 0) const;
67942 void AppendInt(int32_t aInteger)
67946 void AppendInt(int32_t aInteger, int aRadix)
68179 void StripChar(char_type aChar, int32_t aOffset = 0);
69044 int32_t CompareUTF8toUTF16(const nsASingleFragmentCString& aUTF8String,
69157 int32_t Find(const nsCString& aString, bool aIgnoreCase = false,
69158 int32_t aOffset = 0, int32_t aCount = -1) const;
69159 int32_t Find(const char* aString, bool aIgnoreCase = false,
69160 int32_t aOffset = 0, int32_t aCount = -1) const;
69163 int32_t Find(const nsAFlatString& aString, int32_t aOffset = 0,
69164 int32_t aCount = -1) const;
69165 int32_t Find(const char16_t* aString, int32_t aOffset = 0,
69166 int32_t aCount = -1) const;
69168 int32_t RFind(const nsCString& aString, bool aIgnoreCase = false,
69169 int32_t aOffset = -1, int32_t aCount = -1) const;
69170 int32_t RFind(const char* aCString, bool aIgnoreCase = false,
69171 int32_t aOffset = -1, int32_t aCount = -1) const;
69174 int32_t RFind(const nsAFlatString& aString, int32_t aOffset = -1,
69175 int32_t aCount = -1) const;
69176 int32_t RFind(const char16_t* aString, int32_t aOffset = -1,
69177 int32_t aCount = -1) const;
69179 int32_t RFindChar(char16_t aChar, int32_t aOffset = -1,
69180 int32_t aCount = -1) const;
69182 int32_t FindCharInSet(const char* aString, int32_t aOffset = 0) const;
69183 int32_t FindCharInSet(const self_type& aString, int32_t aOffset = 0) const
69189 int32_t FindCharInSet(const char16_t* aString, int32_t aOffset = 0) const;
69191 int32_t RFindCharInSet(const char_type* aString, int32_t aOffset = -1) const;
69192 int32_t RFindCharInSet(const self_type& aString, int32_t aOffset = -1) const
69197 bool EqualsIgnoreCase(const char* aString, int32_t aCount = -1) const;
69212 int32_t ToInteger(nsresult* aErrorCode, uint32_t aRadix = (10)) const;
69286 int32_t aLength = -1);
69542 char_type operator[](int32_t aIndex) const
69759 int32_t Find(const nsCString& aString, bool aIgnoreCase = false,
69760 int32_t aOffset = 0, int32_t aCount = -1) const;
69761 int32_t Find(const char* aString, bool aIgnoreCase = false,
69762 int32_t aOffset = 0, int32_t aCount = -1) const;
69764 int32_t RFind(const nsCString& aString, bool aIgnoreCase = false,
69765 int32_t aOffset = -1, int32_t aCount = -1) const;
69766 int32_t RFind(const char* aCString, bool aIgnoreCase = false,
69767 int32_t aOffset = -1, int32_t aCount = -1) const;
69769 int32_t RFindChar(char16_t aChar, int32_t aOffset = -1,
69770 int32_t aCount = -1) const;
69772 int32_t FindCharInSet(const char* aString, int32_t aOffset = 0) const;
69773 int32_t FindCharInSet(const self_type& aString, int32_t aOffset = 0) const
69778 int32_t RFindCharInSet(const char_type* aString, int32_t aOffset = -1) const;
69779 int32_t RFindCharInSet(const self_type& aString, int32_t aOffset = -1) const
69784 int32_t Compare(const char* aString, bool aIgnoreCase = false,
69785 int32_t aCount = -1) const;
69787 bool EqualsIgnoreCase(const char* aString, int32_t aCount = -1) const
69805 int32_t ToInteger(nsresult* aErrorCode, uint32_t aRadix = (10)) const;
69870 int32_t aLength = -1);
70126 char_type operator[](int32_t aIndex) const
72297 int32_t NamespaceID() const
72347 bool Equals(nsIAtom* aNameAtom, int32_t aNamespaceID) const
72353 bool Equals(nsIAtom* aNameAtom, nsIAtom* aPrefixAtom, int32_t aNamespaceID) const
72360 bool NamespaceEquals(int32_t aNamespaceID) const
72369 inline bool Equals(const nsAString& aName, int32_t aNamespaceID) const;
72371 inline bool Equals(const nsAString& aName, const nsAString& aPrefix, int32_t aNamespaceID) const;
72396 NodeInfo(nsIAtom* aName, nsIAtom* aPrefix, int32_t aNamespaceID,
72421 NodeInfoInner(nsIAtom *aName, nsIAtom *aPrefix, int32_t aNamespaceID,
72428 int32_t aNamespaceID, uint16_t aNodeType)
72436 int32_t mNamespaceID;
72581 bool Equals(nsIAtom* aLocalName, int32_t aNamespaceID) const
72594 int32_t NamespaceID() const
72599 int32_t NamespaceEquals(int32_t aNamespaceID) const
72722 inline int32_t
72725 return aNum >= 0.0 ? int32_t(aNum + 0.5) : int32_t(aNum - 0.5);
72728 inline int32_t
72731 return aNum >= 0.0f ? int32_t(aNum + 0.5f) : int32_t(aNum - 0.5f);
72876 typedef int32_t nscoord;
73148 inline int32_t NSToIntFloor(float aValue)
73150 return int32_t(floorf(aValue));
73153 inline int32_t NSToIntCeil(float aValue)
73155 return int32_t(ceilf(aValue));
73158 inline int32_t NSToIntRound(float aValue)
73163 inline int32_t NSToIntRound(double aValue)
73168 inline int32_t NSToIntRoundUp(double aValue)
73170 return int32_t(floor(aValue + 0.5));
73181 inline nscoord NSIntPixelsToAppUnits(int32_t aPixels, int32_t aAppUnitsPerPixel)
73200 inline int32_t NSAppUnitsToIntPixels(nscoord aAppUnits, float aAppUnitsPerPixel)
73205 inline float NSCoordScale(nscoord aCoord, int32_t aFromAPP, int32_t aToAPP)
74123 typedef decltype(int32_t() + primitive()) type;
74183 public BaseCoord< int32_t, IntCoordTyped<units> >,
74189 typedef BaseCoord< int32_t, IntCoordTyped<units> > Super;
74192 constexpr IntCoordTyped(int32_t aValue) : Super(aValue) {}
74198 public CoordOperatorsHelper< !IsSame<F, int32_t>::value, CoordTyped<units, F>, int32_t >,
74215 this->value = int32_t(this->value);
74219 return IntCoordTyped<units>(int32_t(floor(this->value + 0.5)));
74222 return IntCoordTyped<units>(int32_t(this->value));
74520 public BasePoint< int32_t, IntPointTyped<units>, IntCoordTyped<units> >,
74525 typedef IntParam<int32_t> ToInt;
74527 typedef BasePoint< int32_t, IntPointTyped<units>, IntCoordTyped<units> > Super;
74533 return IntPointTyped(int32_t(floorf(aX + 0.5)), int32_t(floorf(aY + 0.5)));
74537 return IntPointTyped(int32_t(ceil(aX)), int32_t(ceil(aY)));
74541 return IntPointTyped(int32_t(floorf(aX)), int32_t(floorf(aY)));
74545 return IntPointTyped(int32_t(aX), int32_t(aY));
74703 public BaseSize< int32_t, IntSizeTyped<units> >,
74708 typedef IntParam<int32_t> ToInt;
74709 typedef BaseSize< int32_t, IntSizeTyped<units> > Super;
74715 return IntSizeTyped(int32_t(floorf(aWidth + 0.5)), int32_t(floorf(aHeight + 0.5)));
74719 return IntSizeTyped(int32_t(aWidth), int32_t(aHeight));
74723 return IntSizeTyped(int32_t(ceil(aWidth)), int32_t(ceil(aHeight)));
74727 return IntSizeTyped(int32_t(floorf(aWidth)), int32_t(floorf(aHeight)));
74778 return IntSizeTyped<units>(int32_t(floorf(aSize.width + 0.5f)),
74779 int32_t(floorf(aSize.height + 0.5f)));
74827 ScaleToOtherAppUnits(int32_t aFromAPP, int32_t aToAPP) const;
74846 nsSize::ScaleToOtherAppUnits(int32_t aFromAPP, int32_t aToAPP) const {
74889 ScaleToOtherAppUnits(int32_t aFromAPP, int32_t aToAPP) const;
74915 nsPoint::ScaleToOtherAppUnits(int32_t aFromAPP, int32_t aToAPP) const
75629 static_cast<T>(-std::numeric_limits<int32_t>::max() * 0.5),
75630 static_cast<T>(-std::numeric_limits<int32_t>::max() * 0.5),
75631 static_cast<T>(std::numeric_limits<int32_t>::max()),
75632 static_cast<T>(std::numeric_limits<int32_t>::max())
75669 inline int32_t
75670 RoundDownToMultiple(int32_t x, int32_t aMultiplier)
75684 inline int32_t
75685 RoundUpToMultiple(int32_t x, int32_t aMultiplier)
75745 struct IsSupported<int32_t>
76308 typedef CheckedInt<int32_t> CheckedInt32;
76520 int32_t GetAlignedStride(int32_t aWidth, int32_t aBytesPerPixel)
76524 const int32_t mask = alignment - 1;
77051 public BaseMargin<int32_t, IntMarginTyped<units> >,
77056 typedef BaseMargin<int32_t, IntMarginTyped<units> > Super;
77059 IntMarginTyped(int32_t aTop, int32_t aRight, int32_t aBottom, int32_t aLeft) :
77099 return IntMarginTyped<units>(int32_t(floorf(aMargin.top + 0.5f)),
77100 int32_t(floorf(aMargin.right + 0.5f)),
77101 int32_t(floorf(aMargin.bottom + 0.5f)),
77102 int32_t(floorf(aMargin.left + 0.5f)));
77107 public BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, IntSizeTyped<units>, IntMarginTyped<units> >,
77112 typedef BaseRect<int32_t, IntRectTyped<units>, IntPointTyped<units>, IntSizeTyped<units>, IntMarginTyped<units> > Super;
77114 typedef IntParam<int32_t> ToInt;
77143 return IntRectTyped(int32_t(tmp.x), int32_t(tmp.y),
77144 int32_t(tmp.width), int32_t(tmp.height));
77150 return IntRectTyped(int32_t(tmp.x), int32_t(tmp.y),
77151 int32_t(tmp.width), int32_t(tmp.height));
77157 return IntRectTyped(int32_t(tmp.x), int32_t(tmp.y),
77158 int32_t(tmp.width), int32_t(tmp.height));
77182 CheckedInt<int32_t> xMost = this->x;
77184 CheckedInt<int32_t> yMost = this->y;
77212 CheckedInt<int32_t> newX = std::min(this->x, aRect.x);
77213 CheckedInt<int32_t> newY = std::min(this->y, aRect.y);
77214 CheckedInt<int32_t> newXMost = std::max(this->XMost(), aRect.XMost());
77215 CheckedInt<int32_t> newYMost = std::max(this->YMost(), aRect.YMost());
77216 CheckedInt<int32_t> newW = newXMost - newX;
77217 CheckedInt<int32_t> newH = newYMost - newY;
77236 int32_t yMost = this->YMost();
77237 int32_t xMost = this->XMost();
77279 *aOut = IntRectTyped<units>(int32_t(this->X()), int32_t(this->Y()),
77280 int32_t(this->Width()), int32_t(this->Height()));
77311 return IntRectTyped<units>(int32_t(copy.x),
77312 int32_t(copy.y),
77313 int32_t(copy.width),
77314 int32_t(copy.height));
77616 void setInt32(int32_t i) {
77620 int32_t& getInt32Ref() {
77684 if (ui > ((int32_t)0x7fffffff)) {
77688 setInt32((int32_t)ui);
77694 int32_t i;
77756 bool isInt32(int32_t i32) const {
77873 int32_t toInt32() const {
77878 return int32_t(data.asBits);
77992 setInt32(int32_t(ui));
78055 int32_t i32;
78106 fromInt32(int32_t i) {
78152 Int32Value(int32_t i32)
78313 NumberValue(int32_t i)
78321 return i <= ((int32_t)0x7fffffff)
78322 ? Int32Value(int32_t(i))
78336 if (((int32_t)0x80000000) <= t && t <= ((int32_t)0x7fffffff))
78337 v.setInt32(int32_t(t));
78352 if (t <= ((int32_t)0x7fffffff))
78353 v.setInt32(int32_t(t));
78480 bool isInt32(int32_t i32) const { return value().isInt32(i32); }
78495 int32_t toInt32() const { return value().toInt32(); }
78527 void setInt32(int32_t i) { value().setInt32(i); }
78557 void setInt32(int32_t i) { setBarriered(JS::Int32Value(i)); }
78568 if (ui > ((int32_t)0x7fffffff)) {
78572 setInt32((int32_t)ui);
78578 int32_t i;
80168 void SetTo(int32_t aInt, const nsAString* aSerialized);
80210 inline int32_t GetIntegerValue() const;
80235 nsIAtom* AtomAt(int32_t aIndex) const;
80298 bool ParseIntWithBounds(const nsAString& aString, int32_t aMin,
80299 int32_t aMax = (2147483647));
80301 void ParseIntWithFallback(const nsAString& aString, int32_t aDefault,
80302 int32_t aMax = (2147483647));
80359 void SetIntValueAndType(int32_t aValue, ValueType aType,
80370 inline int32_t GetIntInternal() const;
80383 int32_t EnumTableEntryToValue(const EnumTable* aEnumTable,
80935 int32_t aNamespaceID) const
81037 int32_t IndexOfChild(const nsINode* aPossibleChild) const;
81046 int32_t aNamespaceID = kNameSpaceID_None) const;
81073 int32_t IndexOfAttr(nsIAtom* aLocalName, int32_t aNamespaceID = kNameSpaceID_None) const;
81122 int32_t aAttrCount = 1);
83924 virtual nsresult GetAsInt32(int32_t *_retval) = 0;
84015 virtual nsresult SetAsInt32(int32_t aValue) = 0;
84146 GetNodeInfo(nsIAtom *aName, nsIAtom *aPrefix, int32_t aNamespaceID,
84149 int32_t aNamespaceID, uint16_t aNodeType,
86958 static __attribute__((always_inline)) inline int32_t
86963 return static_cast<int32_t>(bits);
86970 INT_FITS_IN_JSID(int32_t i)
86976 INT_TO_JSID(int32_t i)
87830 virtual int32_t IndexOf(const nsINode* aPossibleChild) const = 0;
87903 inline bool IsInNamespace(int32_t aNamespace) const
88266 void ChangeEditableDescendantCount(int32_t aDelta);
89690 inline int32_t GetNameSpaceID() const
89776 nsresult SetAttr(int32_t aNameSpaceID, nsIAtom* aName,
89782 virtual nsresult SetAttr(int32_t aNameSpaceID, nsIAtom* aName,
89786 bool GetAttr(int32_t aNameSpaceID, nsIAtom* aName,
89789 bool HasAttr(int32_t aNameSpaceID, nsIAtom* aName) const;
89791 bool AttrValueIs(int32_t aNameSpaceID,
89796 bool AttrValueIs(int32_t aNameSpaceID,
89807 virtual int32_t FindAttrValueIn(int32_t aNameSpaceID,
89815 virtual nsresult UnsetAttr(int32_t aNameSpaceID, nsIAtom* aAttr,
89908 bool IsFocusable(int32_t* aTabIndex = nullptr, bool aWithMouse = false);
89909 virtual bool IsFocusableInternal(int32_t* aTabIndex, bool aWithMouse);
90154 static int32_t sTabFocusModel;
90358 int32_t aNameSpaceID,
90360 int32_t aModType,
90365 int32_t aNameSpaceID,
90367 int32_t aModType,
90376 int32_t aNameSpaceID,
90382 int32_t aNewIndexInContainer) = 0;
90387 int32_t aIndexInContainer) = 0;
90392 int32_t aIndexInContainer,
90410 explicit nsCOMArray_base(int32_t aCount) : mArray(aCount) {}
90414 int32_t IndexOf(nsISupports* aObject, uint32_t aStartIndex = 0) const;
90420 int32_t IndexOfObject(nsISupports* aObject) const;
90447 bool InsertObjectAt(nsISupports* aObject, int32_t aIndex);
90450 bool InsertObjectsAt(const nsCOMArray_base& aObjects, int32_t aIndex);
90454 void ReplaceObjectAt(nsISupports* aObject, int32_t aIndex);
90497 int32_t Count() const { return mArray.Length(); }
90504 bool SetCount(int32_t aNewCount);
90516 nsISupports* ObjectAt(int32_t aIndex) const { return mArray[aIndex]; }
90520 nsISupports* SafeObjectAt(int32_t aIndex) const
90530 nsISupports* operator[](int32_t aIndex) const { return mArray[aIndex]; }
90534 bool RemoveObjectAt(int32_t aIndex);
90540 bool RemoveObjectsAt(int32_t aIndex, int32_t aCount);
90583 int32_t length = aField.Count();
90584 for (int32_t i = 0; i < length; ++i) {
90593 typedef int32_t index_type;
90600 explicit nsCOMArray(int32_t aCount) : nsCOMArray_base(aCount) {}
90613 T* ObjectAt(int32_t aIndex) const
90624 T* SafeObjectAt(int32_t aIndex) const
90635 T* operator[](int32_t aIndex) const { return ObjectAt(aIndex); }
90640 int32_t IndexOf(T* aObject, uint32_t aStartIndex = 0) const
90654 int32_t IndexOfObject(T* aObject) const
90665 bool InsertObjectAt(T* aObject, int32_t aIndex)
90677 bool InsertObjectsAt(const nsCOMArray<T>& aObjects, int32_t aIndex)
90694 void ReplaceObjectAt(T* aObject, int32_t aIndex)
90811 int32_t length = aField.Count();
90812 for (int32_t i = 0; i < length; ++i) {
90850 int32_t aNameSpaceID,
90852 int32_t aModType,
90856 int32_t aNameSpaceID,
90858 int32_t aModType,
90862 int32_t aNameSpaceID,
90867 int32_t aNewIndexInContainer);
90880 int32_t aIndexInContainer);
90890 int32_t aIndexInContainer,
91554 void NS_MakeRandomString(char* aBuf, int32_t aBufLen);
91584 virtual int32_t operator() (const char16_t*,
91593 virtual int32_t operator() (const char*,
91639 int32_t
91642 int32_t
93056 virtual int32_t IndexOf(const nsINode* aPossibleChild) const override;
93274 nsDataHashtable<nsRefPtrHashKey<DOMIntersectionObserver>, int32_t>
93543 virtual int32_t IndexOf(nsIContent* aContent) = 0;
93744 virtual void CharacterDataWillChange(nsIDocument* aDocument, nsIContent* aContent, CharacterDataChangeInfo* aInfo) override; virtual void CharacterDataChanged(nsIDocument* aDocument, nsIContent* aContent, CharacterDataChangeInfo* aInfo) override; virtual void AttributeWillChange(nsIDocument* aDocument, mozilla::dom::Element* aElement, int32_t aNameSpaceID, nsIAtom* aAttribute, int32_t aModType, const nsAttrValue* aNewValue) override; virtual void NativeAnonymousChildListChange(nsIDocument* aDocument, nsIContent* aContent, bool aIsRemove) override; virtual void AttributeChanged(nsIDocument* aDocument, mozilla::dom::Element* aElement, int32_t aNameSpaceID, nsIAtom* aAttribute, int32_t aModType, const nsAttrValue* aOldValue) override; virtual void ContentAppended(nsIDocument* aDocument, nsIContent* aContainer, nsIContent* aFirstNewContent, int32_t aNewIndexInContainer) override; virtual void ContentInserted(nsIDocument* aDocument, nsIContent* aContainer, nsIContent* aChild, int32_t aIndexInContainer) override; virtual void ContentRemoved(nsIDocument* aDocument, nsIContent* aContainer, nsIContent* aChild, int32_t aIndexInContainer, nsIContent* aPreviousSibling) override; virtual void NodeWillBeDestroyed(const nsINode* aNode) override; virtual void ParentChainChanged(nsIContent *aContent) override;
93793 virtual int32_t IndexOf(const nsINode* aPossibleChild) const override;
94055 int32_t mNamespaceID;
94063 nsAttrKey(int32_t aNs, nsIAtom* aName)
94138 void DropAttribute(int32_t aNamespaceID, nsIAtom* aLocalName);
98003 mozilla::Atomic<int32_t> refcount;
98829 int32_t i;
98940 JS_DoubleIsInt32(double d, int32_t* ip);
99773 typedef JSConstScalarSpec<int32_t> JSConstIntegerSpec;
99797 int32_t int32;
99862 inline int CheckIsInt32(int32_t value);
100578 JS_DefinePropertyById(JSContext* cx, JS::HandleObject obj, JS::HandleId id, int32_t value,
100602 JS_DefineProperty(JSContext* cx, JS::HandleObject obj, const char* name, int32_t value,
100639 int32_t value, unsigned attrs,
100665 JS_DefineElement(JSContext* cx, JS::HandleObject obj, uint32_t index, int32_t value,
100758 JS_SetElement(JSContext* cx, JS::HandleObject obj, uint32_t index, int32_t v);
101913 JS_CompareStrings(JSContext* cx, JSString* str1, JSString* str2, int32_t* result);
106440 inline int32_t SheetCount(SheetType aType) const;
106441 inline StyleSheet* StyleSheetAt(SheetType aType, int32_t aIndex) const;
108733 ScaleToOtherAppUnitsRoundOut(int32_t aFromAPP, int32_t aToAPP) const;
108735 ScaleToOtherAppUnitsRoundIn(int32_t aFromAPP, int32_t aToAPP) const;
108774 nsRect::ScaleToOtherAppUnitsRoundOut(int32_t aFromAPP, int32_t aToAPP) const
108792 nsRect::ScaleToOtherAppUnitsRoundIn(int32_t aFromAPP, int32_t aToAPP) const
109483 { return ((int32_t)(intptr_t)(aKey)); }
109520 virtual nsresult Notify(imgIRequest *aProxy, int32_t aType, const nsIntRect *aRect) = 0;
109602 virtual nsresult GetRequest(int32_t aRequestType, imgIRequest * *_retval) = 0;
109614 virtual nsresult GetRequestType(imgIRequest *aRequest, int32_t *_retval) = 0;
110402 typedef int32_t pixman_fixed_16_16_t;
110752 int32_t x, y;
110758 int32_t x1, y1, x2, y2;
111099 int32_t src_x,
111100 int32_t src_y,
111101 int32_t mask_x,
111102 int32_t mask_y,
111103 int32_t dest_x,
111104 int32_t dest_y,
111105 int32_t width,
111106 int32_t height);
111147 int32_t src_x,
111148 int32_t src_y,
111149 int32_t mask_x,
111150 int32_t mask_y,
111151 int32_t dest_x,
111152 int32_t dest_y,
111153 int32_t width,
111154 int32_t height,
111161 int32_t src_x,
111162 int32_t src_y,
111163 int32_t dest_x,
111164 int32_t dest_y,
111284 int32_t x_off,
111285 int32_t y_off,
111489 void MoveBy (int32_t aXOffset, int32_t aYOffset)
111499 nsRegion MovedBy(int32_t aXOffset, int32_t aYOffset) const
111543 ScaleToOtherAppUnitsRoundOut (int32_t aFromAPP, int32_t aToAPP) const;
111545 ScaleToOtherAppUnitsRoundIn (int32_t aFromAPP, int32_t aToAPP) const;
111865 void MoveBy (int32_t aXOffset, int32_t aYOffset)
111873 Derived MovedBy(int32_t aXOffset, int32_t aYOffset) const
112091 inline int32_t AppUnitsPerCSSPixel() { return 60; }
112092 inline int32_t AppUnitsPerCSSInch() { return 96 * AppUnitsPerCSSPixel(); }
115098 static int32_t strcmp(const char* aStr1, const char* aStr2)
115100 return int32_t(PL_strcmp(aStr1, aStr2));
115103 static int32_t strncmp(const char* aStr1, const char* aStr2,
115106 return int32_t(PL_strncmp(aStr1, aStr2, aMaxLen));
115110 static int32_t strcasecmp(const char* aStr1, const char* aStr2)
115112 return int32_t(PL_strcasecmp(aStr1, aStr2));
115116 static int32_t strncasecmp(const char* aStr1, const char* aStr2,
115119 int32_t result = int32_t(PL_strncasecmp(aStr1, aStr2, aMaxLen));
115128 static int32_t strncmp(const char* aStr1, const char* aStr2, int32_t aMaxLen)
115131 int32_t diff =
115136 return int32_t(PL_strncmp(aStr1, aStr2, unsigned(aMaxLen)));
115142 static int32_t strcmp(const char16_t* aStr1, const char16_t* aStr2);
115144 static int32_t strncmp(const char16_t* aStr1, const char16_t* aStr2,
115235 virtual bool WindowMoved(nsIWidget* aWidget, int32_t aX, int32_t aY);
115242 int32_t aWidth, int32_t aHeight);
117857 int32_t mInt;
117908 nsStyleCoord(int32_t aValue, nsStyleUnit aUnit);
117995 int32_t GetIntValue() const;
118019 void SetIntValue(int32_t aValue, nsStyleUnit aUnit);
118032 static_assert(mozilla::EnumTypeFitsWithin<T, int32_t>::value,
118034 SetIntValue(static_cast<int32_t>(aValue), eStyleUnit_Enumerated);
118131 int32_t side354 = mozilla::eSideTop; for (mozilla::Side side; side354 <= mozilla::eSideLeft && ((side = mozilla::Side(side354)), true); ++side354) {
118219 inline int32_t nsStyleCoord::GetIntValue() const
120516 uint32_t byteOffset, int32_t length);
120519 uint32_t byteOffset, int32_t length);
120522 uint32_t byteOffset, int32_t length);
120525 uint32_t byteOffset, int32_t length);
120528 uint32_t byteOffset, int32_t length);
120531 uint32_t byteOffset, int32_t length);
120534 uint32_t byteOffset, int32_t length);
120537 uint32_t byteOffset, int32_t length);
120540 uint32_t byteOffset, int32_t length);
120652 inline void GetInt32ArrayLengthAndData(JSObject* obj, uint32_t* length, bool* isSharedMemory, int32_t** data) { do { } while (0); const JS::Value& lenSlot = GetReservedSlot(obj, detail::TypedArrayLengthSlot); *length = mozilla::AssertedCast<uint32_t>(lenSlot.toInt32()); *isSharedMemory = JS_GetTypedArraySharedness(obj); *data = static_cast<int32_t*>(GetObjectPrivate(obj)); }
120700 JS_GetObjectAsInt32Array(JSObject* obj, uint32_t* length, bool* isSharedMemory, int32_t** data);
120787 extern int32_t*
120835 JS_NewDataView(JSContext* cx, JS::HandleObject buffer, uint32_t byteOffset, int32_t byteLength);
122053 typedef TypedArray<int32_t, js::UnwrapInt32Array, JS_GetInt32ArrayData,
125391 virtual nsresult GetPort(int32_t *aPort) = 0;
125392 virtual nsresult SetPort(int32_t aPort) = 0;
125978 virtual nsresult GetInnerWidth(int32_t* aWidth) = 0;
125979 virtual nsresult GetInnerHeight(int32_t* aHeight) = 0;
125992 virtual nsresult MoveBy(int32_t aXDif, int32_t aYDif) = 0;
126536 virtual nsresult GetPrefType(const char * aPrefName, int32_t *_retval) = 0;
126569 virtual nsresult GetIntPrefWithDefault(const char * aPrefName, int32_t aDefaultValue, uint8_t _argc, int32_t *_retval) = 0;
126572 virtual nsresult GetIntPref(const char * aPrefName, int32_t *_retval) = 0;
126575 virtual nsresult SetIntPref(const char * aPrefName, int32_t aValue) = 0;
126711 virtual nsresult GetRoot(char * *aRoot) override { return sRootBranch-> GetRoot(aRoot); } virtual nsresult GetPrefType(const char * aPrefName, int32_t *_retval) override { return sRootBranch-> GetPrefType(aPrefName, _retval); } virtual nsresult GetBoolPrefWithDefault(const char * aPrefName, bool aDefaultValue, uint8_t _argc, bool *_retval) override { return sRootBranch-> GetBoolPrefWithDefault(aPrefName, aDefaultValue, _argc, _retval); } virtual nsresult GetBoolPref(const char * aPrefName, bool *_retval) override { return sRootBranch-> GetBoolPref(aPrefName, _retval); } virtual nsresult SetBoolPref(const char * aPrefName, bool aValue) override { return sRootBranch-> SetBoolPref(aPrefName, aValue); } virtual nsresult GetFloatPrefWithDefault(const char * aPrefName, float aDefaultValue, uint8_t _argc, float *_retval) override { return sRootBranch-> GetFloatPrefWithDefault(aPrefName, aDefaultValue, _argc, _retval); } virtual nsresult GetFloatPref(const char * aPrefName, float *_retval) override { return sRootBranch-> GetFloatPref(aPrefName, _retval); } virtual nsresult GetCharPrefWithDefault(const char * aPrefName, const char * aDefaultValue, uint8_t _argc, char * *_retval) override { return sRootBranch-> GetCharPrefWithDefault(aPrefName, aDefaultValue, _argc, _retval); } virtual nsresult GetCharPref(const char * aPrefName, char * *_retval) override { return sRootBranch-> GetCharPref(aPrefName, _retval); } virtual nsresult SetCharPref(const char * aPrefName, const char * aValue) override { return sRootBranch-> SetCharPref(aPrefName, aValue); } virtual nsresult GetStringPref(const char * aPrefName, const nsACString & aDefaultValue, uint8_t _argc, nsACString & _retval) override { return sRootBranch-> GetStringPref(aPrefName, aDefaultValue, _argc, _retval); } virtual nsresult SetStringPref(const char * aPrefName, const nsACString & aValue) override { return sRootBranch-> SetStringPref(aPrefName, aValue); } virtual nsresult GetIntPrefWithDefault(const char * aPrefName, int32_t aDefaultValue, uint8_t _argc, int32_t *_retval) override { return sRootBranch-> GetIntPrefWithDefault(aPrefName, aDefaultValue, _argc, _retval); } virtual nsresult GetIntPref(const char * aPrefName, int32_t *_retval) override { return sRootBranch-> GetIntPref(aPrefName, _retval); } virtual nsresult SetIntPref(const char * aPrefName, int32_t aValue) override { return sRootBranch-> SetIntPref(aPrefName, aValue); } virtual nsresult GetComplexValue(const char * aPrefName, const nsIID & aType, void **aValue) override { return sRootBranch-> GetComplexValue(aPrefName, aType, aValue); } virtual nsresult SetComplexValue(const char * aPrefName, const nsIID & aType, nsISupports *aValue) override { return sRootBranch-> SetComplexValue(aPrefName, aType, aValue); } virtual nsresult ClearUserPref(const char * aPrefName) override { return sRootBranch-> ClearUserPref(aPrefName); } virtual nsresult LockPref(const char * aPrefName) override { return sRootBranch-> LockPref(aPrefName); } virtual nsresult PrefHasUserValue(const char * aPrefName, bool *_retval) override { return sRootBranch-> PrefHasUserValue(aPrefName, _retval); } virtual nsresult PrefIsLocked(const char * aPrefName, bool *_retval) override { return sRootBranch-> PrefIsLocked(aPrefName, _retval); } virtual nsresult UnlockPref(const char * aPrefName) override { return sRootBranch-> UnlockPref(aPrefName); } virtual nsresult DeleteBranch(const char * aStartingAt) override { return sRootBranch-> DeleteBranch(aStartingAt); } virtual nsresult GetChildList(const char * aStartingAt, uint32_t *aCount, char * **aChildArray) override { return sRootBranch-> GetChildList(aStartingAt, aCount, aChildArray); } virtual nsresult ResetBranch(const char * aStartingAt) override { return sRootBranch-> ResetBranch(aStartingAt); } virtual nsresult AddObserver(const char * aDomain, nsIObserver *aObserver, bool aHoldWeak) override { return sRootBranch-> AddObserver(aDomain, aObserver, aHoldWeak); } virtual nsresult RemoveObserver(const char * aDomain, nsIObserver *aObserver) override { return sRootBranch-> RemoveObserver(aDomain, aObserver); }
126779 static int32_t GetInt(const char* aPref, int32_t aDefault = 0)
126781 int32_t result = aDefault;
126806 static nsresult GetInt(const char* aPref, int32_t* aResult);
126810 int32_t result;
126830 static nsresult SetInt(const char* aPref, int32_t aValue);
126833 return SetInt(aPref, static_cast<int32_t>(aValue));
126857 static int32_t GetType(const char* aPref);
126946 static nsresult AddIntVarCache(int32_t* aVariable,
126948 int32_t aDefault = 0);
126967 static nsresult GetDefaultInt(const char* aPref, int32_t* aResult);
126970 return GetDefaultInt(aPref, reinterpret_cast<int32_t*>(aResult));
126985 static int32_t GetDefaultInt(const char* aPref, int32_t aFailedResult)
126987 int32_t result;
126993 GetDefaultInt(aPref, static_cast<int32_t>(aFailedResult)));
127014 static int32_t GetDefaultType(const char* aPref);
127766 int32_t aExtraForgetSkippableCalls = 0);
128549 ToInt32Slow(JSContext* cx, JS::HandleValue v, int32_t* out);
128651 ToInt32(JSContext* cx, JS::HandleValue v, int32_t* out)
128855 inline int32_t
128859 return detail::ToIntWidth<int32_t>(d);
144132 const int32_t iteratorAliasMethodIndex;
144586 virtual nsresult GetLineNumber(JSContext* cx, int32_t *aLineNumber) = 0;
144589 virtual nsresult GetColumnNumber(JSContext* cx, int32_t *aColumnNumber) = 0;
144693 GetCurrentJSStack(int32_t aMaxDepth = -1);
145037 virtual bool CanContain(int32_t aParent,int32_t aChild) const = 0;
145039 virtual bool IsContainer(int32_t aTag) const = 0;
145043 virtual int32_t GetType() = 0;
145121 virtual void SetDocumentCharset(const nsACString& aCharset, int32_t aSource)=0;
145122 virtual void GetDocumentCharset(nsACString& oCharset, int32_t& oSource)=0;
145769 int32_t aNamespaceID,
145790 int32_t aMatchNameSpaceId,
145824 LogLevel ToLogLevel(int32_t aLevel);
146561 static_assert( sizeof("(nsIObserver)") != sizeof("()") && (11) > 10 && (int)(0.01) == 0, "MOZ_STATIC_ASSERT_VALID_ARG_COUNT requires 1 to 50 arguments"); static const QITableEntry table[] = { { &(nsIObserver::COMTypeInfo<nsIObserver, void>::kIID), int32_t(reinterpret_cast<char*>( static_cast<nsIObserver*>((ExpirationTrackerObserver*) 0x1000)) - reinterpret_cast<char*>((ExpirationTrackerObserver*) 0x1000)) }, { &(nsISupports::COMTypeInfo<nsISupports, void>::kIID), int32_t(reinterpret_cast<char*>( static_cast<nsISupports*>( static_cast<nsIObserver*>( (ExpirationTrackerObserver*) 0x1000))) - reinterpret_cast<char*>((ExpirationTrackerObserver*) 0x1000)) }, { nullptr, 0 } }; static_assert((sizeof(table)/sizeof(table[0])) > 1, "need at least 1 interface"); rv = NS_TableDrivenQI(static_cast<void*>(this), aIID, aInstancePtr, table);
148672 int32_t GetDocumentCharacterSetSource() const
148679 void SetDocumentCharacterSetSource(int32_t aCharsetSource)
149234 virtual int32_t GetNumberOfStyleSheets() const = 0;
149242 virtual mozilla::StyleSheet* GetStyleSheetAt(int32_t aIndex) const = 0;
149245 int32_t aIndex) = 0;
149253 virtual int32_t GetIndexOfStyleSheet(
149607 const int32_t aStandalone) = 0;
149655 int32_t aNamespaceID,
149679 int32_t GetDefaultNamespaceID() const
150250 int32_t *aHandle);
150251 void CancelFrameRequestCallback(int32_t aHandle);
150632 int32_t aIdentifier, int32_t aPageX, int32_t aPageY,
150633 int32_t aScreenX, int32_t aScreenY, int32_t aClientX,
150634 int32_t aClientY, int32_t aRadiusX, int32_t aRadiusY,
150885 int32_t mCharacterSetSource;
151186 int32_t mFrameRequestCallbackCounter;
151567 int32_t volatile lineOrPcOffset;
151643 lineOrPcOffset = static_cast<int32_t>(aLine);
151709 static const int32_t NullPCOffset = -1;
152245 virtual nsresult Callback(const nsACString & process, const nsACString & path, int32_t kind, int32_t units, int64_t amount, const nsACString & description, nsISupports *data) = 0;
156158 int32_t aArgument,
158064 int32_t GetCachedIntPref(nsPresContext_CachedIntPrefType aPrefType) const
158238 int32_t MinFontSize(nsIAtom *aLanguage) const {
158247 int32_t BaseMinFontSize() const {
158255 void SetBaseMinFontSize(int32_t aMinFontSize) {
158280 static int32_t AppUnitsPerCSSPixel() { return mozilla::AppUnitsPerCSSPixel(); }
158281 int32_t AppUnitsPerDevPixel() const;
158282 static int32_t AppUnitsPerCSSInch() { return mozilla::AppUnitsPerCSSInch(); }
158284 static nscoord CSSPixelsToAppUnits(int32_t aPixels)
158292 static int32_t AppUnitsToIntCSSPixels(nscoord aAppUnits)
158304 nscoord DevPixelsToAppUnits(int32_t aPixels) const
158307 int32_t AppUnitsToDevPixels(nscoord aAppUnits) const
158314 int32_t CSSPixelsToDevPixels(int32_t aPixels)
158323 int32_t DevPixelsToIntCSSPixels(int32_t aPixels)
158326 float DevPixelsToFloatCSSPixels(int32_t aPixels)
158916 int32_t mBaseMinFontSize;
158924 int32_t mCurAppUnitsPerDevPixel;
158925 int32_t mAutoQualityMinFontSizePixelsPref;
159264 int32_t corner54 = mozilla::eCornerTopLeftX; for (mozilla::HalfCorner corner; corner54 <= mozilla::eCornerBottomLeftY && (corner = mozilla::HalfCorner(corner54), true); ++corner54) {
159290 void ApplyRectTo(gfxContext* aContext, int32_t A2D) const;
159294 void ApplyRoundedRectClipsTo(gfxContext* aContext, int32_t A2DPRInt32,
159300 int32_t aAppUnitsPerDevPixel,
159305 int32_t A2D,
159333 bool IsRectAffectedByClip(const nsIntRect& aRect, float aXScale, float aYScale, int32_t A2D) const;
159414 virtual void ScrollByPage(nsScrollbarFrame* aScrollbar, int32_t aDirection,
159416 virtual void ScrollByWhole(nsScrollbarFrame* aScrollbar, int32_t aDirection,
159418 virtual void ScrollByLine(nsScrollbarFrame* aScrollbar, int32_t aDirection,
160345 static int32_t sGfxLogLevel;
160452 typedef mozilla::Tuple<int32_t,std::string,double> LoggingRecordEntry;
160780 const char* aFile, int32_t aLine)
161238 void SetSmoothScrollOffsetUpdated(int32_t aScrollGeneration)
165941 __attribute__ ((warn_unused_result)) virtual nsresult OpenNSPRFileDesc(int32_t flags, int32_t mode, PRFileDesc **_retval) = 0;
166536 static const nsAFlatCString& LookupPropertyValue(nsCSSPropertyID aProperty, int32_t aValue);
166540 static bool GetColorName(int32_t aPropID, nsCString &aStr);
166545 static int32_t FindIndexOfKeyword(nsCSSKeyword aKeyword,
166551 int32_t& aValue);
166554 static nsCSSKeyword ValueToKeywordEnum(int32_t aValue,
166566 static const nsAFlatCString& ValueToKeyword(int32_t aValue,
166711 static const int32_t kIDLNameSortPositionTable[eCSSProperty_COUNT];
166718 static int32_t PropertyIDLNameSortPosition(nsCSSPropertyID aProperty)
167931 nsCSSValue(int32_t aValue, nsCSSUnit aUnit);
168022 int32_t GetIntValue() const
168207 void SetIntValue(int32_t aValue, nsCSSUnit aUnit);
168212 static_assert(mozilla::EnumTypeFitsWithin<T, int32_t>::value,
168214 SetIntValue(static_cast<int32_t>(aValue), eCSSUnit_Enumerated);
168298 AppendAlignJustifyValueToString(int32_t aValue, nsAString& aResult);
168323 int32_t mInt;
169167 int32_t corner1905 = mozilla::eCornerTopLeft; for (mozilla::Corner corner; corner1905 <= mozilla::eCornerBottomLeft && (corner = mozilla::Corner(corner1905), true); ++corner1905) {
169175 int32_t corner1913 = mozilla::eCornerTopLeft; for (mozilla::Corner corner; corner1913 <= mozilla::eCornerBottomLeft && (corner = mozilla::Corner(corner1913), true); ++corner1913) {
169183 int32_t corner1921 = mozilla::eCornerTopLeft; for (mozilla::Corner corner; corner1921 <= mozilla::eCornerBottomLeft && (corner = mozilla::Corner(corner1921), true); ++corner1921) {
169416 int32_t aMatchNameSpaceId,
169540 virtual int32_t TabIndexDefault()
169548 int32_t TabIndex();
169553 void SetTabIndex(int32_t aTabIndex, mozilla::ErrorResult& aError);
169649 virtual UniquePtr<nsISMILAttr> GetAnimatedAttr(int32_t aNamespaceID,
169678 int32_t aModType) const;
169894 nsresult SetAttr(int32_t aNameSpaceID, nsIAtom* aName,
169900 bool MaybeCheckSameAttrVal(int32_t aNamespaceID, nsIAtom* aName,
169906 bool OnlyNotifySameValueSet(int32_t aNamespaceID, nsIAtom* aName,
169912 virtual nsresult SetAttr(int32_t aNameSpaceID, nsIAtom* aName, nsIAtom* aPrefix,
169916 nsresult SetParsedAttr(int32_t aNameSpaceID, nsIAtom* aName, nsIAtom* aPrefix,
169920 bool GetAttr(int32_t aNameSpaceID, nsIAtom* aName,
169922 inline bool HasAttr(int32_t aNameSpaceID, nsIAtom* aName) const;
169924 inline bool AttrValueIs(int32_t aNameSpaceID, nsIAtom* aName,
169927 inline bool AttrValueIs(int32_t aNameSpaceID, nsIAtom* aName,
169930 virtual int32_t FindAttrValueIn(int32_t aNameSpaceID,
169934 virtual nsresult UnsetAttr(int32_t aNameSpaceID, nsIAtom* aAttribute,
169987 inline bool GetAttr(int32_t aNameSpaceID, nsIAtom* aName,
170145 void SetPointerCapture(int32_t aPointerId, ErrorResult& aError)
170161 void ReleasePointerCapture(int32_t aPointerId, ErrorResult& aError)
170243 bool ScrollByNoFlush(int32_t aDx, int32_t aDy);
170244 int32_t ScrollTop();
170245 void SetScrollTop(int32_t aScrollTop);
170246 int32_t ScrollLeft();
170247 void SetScrollLeft(int32_t aScrollLeft);
170248 int32_t ScrollWidth();
170249 int32_t ScrollHeight();
170251 int32_t ClientTop()
170255 int32_t ClientLeft()
170259 int32_t ClientWidth()
170263 int32_t ClientHeight()
170267 int32_t ScrollTopMin()
170273 int32_t ScrollTopMax()
170280 int32_t ScrollLeftMin()
170286 int32_t ScrollLeftMax()
170361 const nsAttrValue* GetParsedAttr(nsIAtom* aAttr, int32_t aNameSpaceID) const
170382 virtual BorrowedAttrInfo GetAttrInfo(int32_t aNamespaceID, nsIAtom* aName) const;
170469 bool UpdateIntersectionObservation(DOMIntersectionObserver* aObserver, int32_t threshold);
170483 nsresult SetAttrAndNotify(int32_t aNamespaceID,
170497 virtual bool ParseAttribute(int32_t aNamespaceID,
170507 virtual nsresult BeforeSetAttr(int32_t aNamespaceID, nsIAtom* aName,
170514 virtual nsresult AfterSetAttr(int32_t aNamespaceID, nsIAtom* aName,
170573 nsDataHashtable<nsRefPtrHashKey<DOMIntersectionObserver>, int32_t>*
170628 virtual int32_t IndexOf(nsIContent* aContent) override;
170642 Element::HasAttr(int32_t aNameSpaceID, nsIAtom* aName) const
170652 Element::AttrValueIs(int32_t aNameSpaceID,
170665 Element::AttrValueIs(int32_t aNameSpaceID,
171238 int32_t Compare(const nsSMILKeySpline& aRhs) const {
171409 int32_t mInteger;
171410 int32_t mInteger2;
171585 int32_t Peek(uint32_t n = 0);
171811 virtual nsresult GetCORSMode(int32_t *aCORSMode) = 0;
171879 virtual nsresult GetPriority(int32_t *aPriority) = 0;
171880 virtual nsresult SetPriority(int32_t aPriority) = 0;
171883 virtual nsresult AdjustPriority(int32_t delta) = 0;
172430 int32_t aCORSMode,
172477 int32_t GetCORSMode() const { return mCORSMode; }
172522 int32_t Priority() const;
172526 void AdjustPriority(imgRequestProxy* aProxy, int32_t aDelta);
172625 int32_t mCORSMode;
172662 virtual void Notify(int32_t aType, const nsIntRect* aRect = nullptr) = 0;
172710 virtual nsresult GetImage(imgIContainer * *aImage) override; virtual nsresult GetImageStatus(uint32_t *aImageStatus) override; virtual nsresult GetImageErrorCode(nsresult *aImageErrorCode) override; virtual nsresult GetURI(nsIURI * *aURI) override; virtual nsresult GetCurrentURI(nsIURI * *aCurrentURI) override; virtual nsresult GetNotificationObserver(imgINotificationObserver * *aNotificationObserver) override; virtual nsresult GetMimeType(char * *aMimeType) override; virtual nsresult Clone(imgINotificationObserver *aObserver, imgIRequest * *_retval) override; virtual nsresult GetImagePrincipal(nsIPrincipal * *aImagePrincipal) override; virtual nsresult GetMultipart(bool *aMultipart) override; virtual nsresult GetCORSMode(int32_t *aCORSMode) override; virtual nsresult CancelAndForgetObserver(nsresult aStatus) override; virtual nsresult StartDecoding(uint32_t aFlags) override; virtual bool StartDecodingWithResult(uint32_t aFlags) override; virtual nsresult LockImage(void) override; virtual nsresult UnlockImage(void) override; virtual nsresult RequestDiscard(void) override; virtual nsresult GetStaticRequest(imgIRequest * *_retval) override; virtual nsresult IncrementAnimationConsumers(void) override; virtual nsresult DecrementAnimationConsumers(void) override;
172712 virtual nsresult GetPriority(int32_t *aPriority) override; virtual nsresult SetPriority(int32_t aPriority) override; virtual nsresult AdjustPriority(int32_t delta) override;
172749 virtual void Notify(int32_t aType,
172958 typedef int32_t CounterValue;
172969 explicit constexpr CounterStyle(int32_t aStyle)
172979 int32_t GetStyle() const { return mStyle; }
173035 int32_t mStyle;
173097 static CounterStyle* GetBuiltinStyle(int32_t aStyle);
173888 int32_t side916 = mozilla::eSideTop; for (mozilla::Side side; side916 <= mozilla::eSideLeft && ((side = mozilla::Side(side916)), true); ++side916) {
173932 int32_t side960 = mozilla::eSideTop; for (mozilla::Side side; side960 <= mozilla::eSideLeft && ((side = mozilla::Side(side960)), true); ++side960) {
174106 for (int32_t i = 0; i < 4; i++) {
174191 void GetCompositeColors(int32_t aIndex, nsBorderColors** aColors) const
174200 void AppendBorderColor(int32_t aIndex, nscolor aColor)
174443 int32_t mInteger;
174449 static const int32_t kMinLine = -10000;
174450 static const int32_t kMaxLine = 10000;
174538 return int32_t(aIndex) == mRepeatAutoIndex;
174613 int32_t mOrder;
175057 explicit nsTimingFunction(int32_t aTimingFunctionType
175143 void AssignFromKeyword(int32_t aTimingFunctionType);
175286 int32_t corner2401 = mozilla::eCornerTopLeftX; for (mozilla::HalfCorner corner; corner2401 <= mozilla::eCornerBottomLeftY && (corner = mozilla::HalfCorner(corner2401), true); ++corner2401) {
175847 int32_t mSpan;
176000 int32_t mValue;
176055 void SetCounterIncrementAt(uint32_t aIndex, const nsString& aCounter, int32_t aIncrement) {
176070 void SetCounterResetAt(uint32_t aIndex, const nsString& aCounter, int32_t aValue) {
176453 int32_t aType);
176749 int32_t Compare(const ComputedTimingFunction& aRhs) const;
176758 static int32_t Compare(const Maybe<ComputedTimingFunction>& aLhs,
177307 nsCSSValueBorrowedMut Gecko_CSSValue_GetArrayItem(nsCSSValueBorrowedMut css_value, int32_t index);
177309 nsCSSValueBorrowed Gecko_CSSValue_GetArrayItemConst(nsCSSValueBorrowed css_value, int32_t index);
177324 void Gecko_CSSValue_SetFunction(nsCSSValueBorrowedMut css_value, int32_t len);
177329 void Gecko_CSSValue_SetArray(nsCSSValueBorrowedMut css_value, int32_t len);
177331 void Gecko_CSSValue_SetInt(nsCSSValueBorrowedMut css_value, int32_t integer, nsCSSUnit unit);
177352 nscolor Gecko_GetLookAndFeelSystemColor(int32_t color_id,
177672 void Servo_DeclarationBlock_SetKeywordValue(RawServoDeclarationBlockBorrowed declarations, nsCSSPropertyID property, int32_t value);
177676 void Servo_DeclarationBlock_SetIntValue(RawServoDeclarationBlockBorrowed declarations, nsCSSPropertyID property, int32_t value);