Searched refs:did_stop_loading (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_browsertest.cc474 did_stop_loading(false) {
482 EXPECT_FALSE(did_stop_loading); variable
490 EXPECT_FALSE(did_stop_loading); variable
497 EXPECT_FALSE(did_stop_loading); variable
498 did_stop_loading = true;
503 bool did_stop_loading; member in struct:content::LoadProgressDelegateAndObserver
/external/chromium_org/extensions/browser/
H A Dlazy_background_task_queue.cc55 if (!background_host || !background_host->did_stop_loading())
149 CHECK(host->did_stop_loading());
H A Dextension_host.h60 bool did_stop_loading() const { return did_stop_loading_; } function in class:extensions::ExtensionHost
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager.h100 bool did_stop_loading);
H A Dpassword_manager.cc426 bool did_stop_loading) {
455 if (did_stop_loading) {
424 OnPasswordFormsRendered( const std::vector<PasswordForm>& visible_forms, bool did_stop_loading) argument
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.cc174 if (host_->did_stop_loading()) {
H A Dextension_popup.cc207 if (host->did_stop_loading())
/external/chromium_org/chrome/browser/extensions/
H A Dextension_view_host.cc104 DCHECK(did_stop_loading());

Completed in 2347 milliseconds