HomeSort by relevance Sort by last modified time
    Searched refs:io_timestamp_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/
resource_dispatcher.h 78 io_timestamp_ = io_timestamp;
203 base::TimeTicks io_timestamp_; member in class:content::ResourceDispatcher
resource_dispatcher.cc 273 io_timestamp_(base::TimeTicks()) {
751 if (io_timestamp_ == base::TimeTicks())
753 base::TimeTicks result = io_timestamp_;
754 io_timestamp_ = base::TimeTicks();

Completed in 1923 milliseconds