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

  /external/chromium/chrome/browser/extensions/
extension_host.h 79 bool did_stop_loading() const { return did_stop_loading_; }
269 bool did_stop_loading_; member in class:ExtensionHost
extension_host.cc 129 did_stop_loading_(false),
372 bool notify = !did_stop_loading_;
373 did_stop_loading_ = true;

Completed in 47 milliseconds