Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/net/
Dpredictor_api.cc124 static bool on_the_record_switch = true; variable
134 if (on_the_record_switch == enable) in OnTheRecord()
136 on_the_record_switch = enable; in OnTheRecord()
137 if (on_the_record_switch) in OnTheRecord()
253 if (!on_the_record_switch || NULL == g_predictor) in Append()
369 if (!on_the_record_switch) { in PredictorGetHtmlInfo()