Home
last modified time | relevance | path

Searched refs:in_index_timed_out (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/prerender/
Dprerender_local_predictor.cc797 int in_index_timed_out = 0; in ApplyParsedPrerenderServiceResponse() local
799 if ((!d->GetInteger("in_index_timed_out", &in_index_timed_out) || in ApplyParsedPrerenderServiceResponse()
800 in_index_timed_out != 1) && in ApplyParsedPrerenderServiceResponse()
805 in_index_timed_out < 0 || in_index_timed_out > 1) { in ApplyParsedPrerenderServiceResponse()
808 if (in_index_timed_out == 1) in ApplyParsedPrerenderServiceResponse()
815 ((1 - in_index_timed_out) == 1); in ApplyParsedPrerenderServiceResponse()
848 int in_index_timed_out = 0; in ApplyParsedPrerenderServiceResponse() local
850 if ((!d->GetInteger("in_index_timed_out", &in_index_timed_out) || in ApplyParsedPrerenderServiceResponse()
851 in_index_timed_out != 1) && in ApplyParsedPrerenderServiceResponse()
856 in_index_timed_out < 0 || in_index_timed_out > 1) { in ApplyParsedPrerenderServiceResponse()
[all …]