Home
last modified time | relevance | path

Searched refs:withinHTMLDateLimits (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DDateComponents.cpp149 static bool withinHTMLDateLimits(int year, int month) in withinHTMLDateLimits() function
158 static bool withinHTMLDateLimits(int year, int month, int monthDay) in withinHTMLDateLimits() function
169 static bool withinHTMLDateLimits(int year, int month, int monthDay, int hour, int minute, int secon… in withinHTMLDateLimits() function
207 if (!withinHTMLDateLimits(year, month, day)) in addDay()
226 if (!withinHTMLDateLimits(year, month, day)) in addDay()
231 if (!withinHTMLDateLimits(m_year, m_month, day)) in addDay()
242 ASSERT(withinHTMLDateLimits(m_year, m_month, m_monthDay)); in addMinute()
256 … if (!withinHTMLDateLimits(m_year, m_month, m_monthDay, m_hour, minute, m_second, m_millisecond)) in addMinute()
272 … if (!withinHTMLDateLimits(m_year, m_month, m_monthDay, hour, minute, m_second, m_millisecond)) in addMinute()
280 if (!withinHTMLDateLimits(m_year, m_month, m_monthDay, hour, minute, m_second, m_millisecond)) in addMinute()
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0667565 (WebCore::withinHTMLDateLimits):
67570 - Add withinHTMLDateLimits() calls.
67573 - Add withinHTMLDateLimits() calls.
67575 Add withinHTMLDateLimits() call.
67584 Add year range check and withinHTMLDateLimits() call.