Home
last modified time | relevance | path

Searched refs:widthErrorCode (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsDocument.cpp6769 nsresult widthErrorCode, heightErrorCode; in GetViewportInfo() local
6770 mViewportSize.width = widthStr.ToInteger(&widthErrorCode); in GetViewportInfo()
6775 mValidWidth = (!widthStr.IsEmpty() && NS_SUCCEEDED(widthErrorCode) && in GetViewportInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsDocument.cpp7532 nsresult widthErrorCode, heightErrorCode; in GetViewportInfo() local
7533 mViewportSize.width = widthStr.ToInteger(&widthErrorCode); in GetViewportInfo()
7538 mValidWidth = (!widthStr.IsEmpty() && NS_SUCCEEDED(widthErrorCode) && mViewportSize.width > 0); in GetViewportInfo()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.cpp10025 nsresult widthErrorCode; in ParseWidthAndHeightInMetaViewport() local
10026 mMaxWidth = aWidthString.ToInteger(&widthErrorCode); in ParseWidthAndHeightInMetaViewport()
10027 if (NS_FAILED(widthErrorCode)) { in ParseWidthAndHeightInMetaViewport()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocument.cpp9458 nsresult widthErrorCode; in ParseWidthAndHeightInMetaViewport() local
9459 mMaxWidth = aWidthString.ToInteger(&widthErrorCode); in ParseWidthAndHeightInMetaViewport()
9460 if (NS_FAILED(widthErrorCode)) { in ParseWidthAndHeightInMetaViewport()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.cpp10232 nsresult widthErrorCode; in ParseWidthAndHeightInMetaViewport() local
10233 mMaxWidth = aWidthString.ToInteger(&widthErrorCode); in ParseWidthAndHeightInMetaViewport()
10234 if (NS_FAILED(widthErrorCode)) { in ParseWidthAndHeightInMetaViewport()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.cpp10025 nsresult widthErrorCode; in ParseWidthAndHeightInMetaViewport() local
10026 mMaxWidth = aWidthString.ToInteger(&widthErrorCode); in ParseWidthAndHeightInMetaViewport()
10027 if (NS_FAILED(widthErrorCode)) { in ParseWidthAndHeightInMetaViewport()