Searched refs:addMinute (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.h177 bool addMinute(int);
H A DDateComponents.cpp236 bool DateComponents::addMinute(int minute) function in class:WebCore::DateComponents
325 if (!addMinute(-(hour * 60 + minute)))

Completed in 125 milliseconds