Home
last modified time | relevance | path

Searched defs:did_stop_loading (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/
Dextension_host.h60 bool did_stop_loading() const { return did_stop_loading_; } in did_stop_loading() function
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl_browsertest.cc495 bool did_stop_loading; member