Searched refs:timestamp_str (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc128 std::string timestamp_str; local
139 location->GetString(kTimestamp, &timestamp_str) &&
140 base::StringToInt64(timestamp_str, &timestamp)) {
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dwww_server.py189 for timestamp_str in req_vars['snapshots']:
190 timestamp = dateutil.parser.parse(timestamp_str)
/external/chromium_org/media/filters/
H A Dchunk_demuxer_unittest.cc442 std::string timestamp_str = timestamps[i]; local
448 if (EndsWith(timestamp_str, "K", true)) {
451 timestamp_str = timestamp_str.substr(0, timestamps[i].length() - 1);
453 CHECK(base::StringToInt(timestamp_str, &block_info.timestamp_in_ms));

Completed in 843 milliseconds