OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timestamp_threshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php
481
protected $
timestamp_threshold
= 300; // in seconds, five minutes
variable
672
if (abs($now - $timestamp) > $this->
timestamp_threshold
) {
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py
587
timestamp_threshold
= 300 # In seconds, five minutes.
variable in class:Server
667
if lapsed > self.
timestamp_threshold
:
670
self.
timestamp_threshold
))
Completed in 498 milliseconds