Home
last modified time | relevance | path

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

/external/libchrome/base/time/
Dtime.h648 return FromStringInternal(time_string, true, parsed_time); in FromString()
652 return FromStringInternal(time_string, false, parsed_time); in FromUTCString()
701 static bool FromStringInternal(const char* time_string,
Dtime.cc311 bool Time::FromStringInternal(const char* time_string, in FromStringInternal() function in base::Time