Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_host.h79 bool did_stop_loading() const { return did_stop_loading_; } in did_stop_loading()
269 bool did_stop_loading_; variable
Dextension_host.cc129 did_stop_loading_(false), in ExtensionHost()
372 bool notify = !did_stop_loading_; in DidStopLoading()
373 did_stop_loading_ = true; in DidStopLoading()