Home
last modified time | relevance | path

Searched refs:IsBeingDestroyed (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/sync/
Dtab_contents_synced_tab_delegate.cc42 bool TabContentsSyncedTabDelegate::IsBeingDestroyed() const { in IsBeingDestroyed() function in TabContentsSyncedTabDelegate
43 return web_contents_->IsBeingDestroyed(); in IsBeingDestroyed()
Dtab_contents_synced_tab_delegate.h26 virtual bool IsBeingDestroyed() const OVERRIDE;
/external/chromium_org/chrome/browser/sync/glue/
Dsynced_tab_delegate_android.cc36 bool SyncedTabDelegateAndroid::IsBeingDestroyed() const { in IsBeingDestroyed() function in browser_sync::SyncedTabDelegateAndroid
38 ->IsBeingDestroyed(); in IsBeingDestroyed()
Dsynced_tab_delegate.h32 virtual bool IsBeingDestroyed() const = 0;
Dsynced_tab_delegate_android.h30 virtual bool IsBeingDestroyed() const OVERRIDE;
/external/chromium_org/content/browser/frame_host/
Dnavigation_controller_delegate.h44 virtual bool IsBeingDestroyed() const = 0;
Dnavigation_controller_impl.cc1734 CHECK(!in_navigate_to_pending_entry_ || delegate_->IsBeingDestroyed()); in DiscardPendingEntry()
/external/chromium_org/chrome/browser/ui/blocked_content/
Dpopup_blocker_tab_helper.cc67 if (!web_contents()->IsBeingDestroyed()) { in PopupNotificationVisibilityChanged()
/external/chromium_org/chrome/browser/ui/autofill/
Dpopup_controller_common.cc44 if (web_contents_ && (!web_contents_->IsBeingDestroyed()) && in RemoveKeyPressCallback()
/external/chromium_org/chrome/browser/thumbnails/
Dthumbnail_tab_helper.cc180 if (!web_contents || web_contents->IsBeingDestroyed()) in UpdateThumbnailIfNecessary()
/external/chromium_org/ui/views/controls/webview/
Dwebview.cc116 web_contents() && !web_contents()->IsBeingDestroyed()) { in GetTextInputClient()
/external/chromium_org/content/public/browser/
Dweb_contents.h321 virtual bool IsBeingDestroyed() const = 0;
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
Dwindow_applescript.mm158 if (webContents->IsBeingDestroyed()) {
/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager.cc273 if (tab->IsBeingDestroyed()) { in AssociateTab()
367 if (!modified_tab->IsBeingDestroyed() && in OnLocalTabModified()
Dsessions_sync_manager_unittest.cc403 virtual bool IsBeingDestroyed() const OVERRIDE { return false; } in IsBeingDestroyed() function in browser_sync::__anonbef9d0740211::SyncedTabDelegateFake
/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_blocking_page.cc483 !web_contents_->IsBeingDestroyed()) { in OnDontProceed()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h256 virtual bool IsBeingDestroyed() const OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc1035 bool WebContentsImpl::IsBeingDestroyed() const { in IsBeingDestroyed() function in content::WebContentsImpl
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc1464 if (!contents->IsBeingDestroyed()) in TabDeactivated()