HomeSort by relevance Sort by last modified time
    Searched full:elapsed_seconds (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/extensions/
update_manifest.h 21 // <daystart elapsed_seconds='300' />
29 // The <daystart> tag contains a "elapsed_seconds" attribute which refers to
update_manifest.cc 247 std::string elapsed_seconds = GetAttribute(first, "elapsed_seconds"); local
249 if (base::StringToInt(elapsed_seconds, &parsed_elapsed)) {
update_manifest_unittest.cc 91 " <daystart elapsed_seconds='456' />"

Completed in 61 milliseconds