Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dv8_impl.h349 cef_time_t date_value_; member
Dv8_impl.cc1573 date_value_ = value; in InitDate()
1616 CefTime(date_value_).GetDoubleT() * 1000) in GetV8Value()
1734 return (CefTime(date_value_).GetTimeT() == in IsSame()
1735 CefTime(thatValue->date_value_).GetTimeT()); in IsSame()
1785 return date_value_; in GetDateValue()