HomeSort by relevance Sort by last modified time
    Searched full:on_the_record_switch (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/net/
predictor_api.cc 124 static bool on_the_record_switch = true; member in namespace:chrome_browser_net
134 if (on_the_record_switch == enable)
136 on_the_record_switch = enable;
137 if (on_the_record_switch)
253 if (!on_the_record_switch || NULL == g_predictor)
369 if (!on_the_record_switch) {

Completed in 1934 milliseconds