HomeSort by relevance Sort by last modified time
    Searched refs:http_status_ok_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/instant/
instant_loader.h 86 bool http_status_ok() const { return http_status_ok_; }
176 bool http_status_ok_; member in class:InstantLoader
instant_loader.cc 609 http_status_ok_(true),
875 if (is_ok == http_status_ok_)
878 http_status_ok_ = is_ok;
    [all...]

Completed in 54 milliseconds