Searched refs:timestamp_threshold (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py587 timestamp_threshold = 300 # In seconds, five minutes. variable in class:Server
667 if lapsed > self.timestamp_threshold:
670 self.timestamp_threshold))
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php481 protected $timestamp_threshold = 300; // in seconds, five minutes variable
672 if (abs($now - $timestamp) > $this->timestamp_threshold) {

Completed in 265 milliseconds