OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interstitial_show_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h
197
base::TimeTicks
interstitial_show_time_
;
member in class:SafeBrowsingBlockingPage
safe_browsing_blocking_page.cc
686
if (
interstitial_show_time_
.is_null())
688
base::TimeDelta dt = base::TimeTicks::Now() -
interstitial_show_time_
;
757
interstitial_show_time_
= base::TimeTicks(); // Resets the show time.
[
all
...]
Completed in 22 milliseconds