/external/chromium_org/chrome/browser/ui/sync/ |
D | tab_contents_synced_tab_delegate.cc | 42 bool TabContentsSyncedTabDelegate::IsBeingDestroyed() const { in IsBeingDestroyed() function in TabContentsSyncedTabDelegate 43 return web_contents_->IsBeingDestroyed(); in IsBeingDestroyed()
|
D | tab_contents_synced_tab_delegate.h | 26 virtual bool IsBeingDestroyed() const OVERRIDE;
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | synced_tab_delegate_android.cc | 36 bool SyncedTabDelegateAndroid::IsBeingDestroyed() const { in IsBeingDestroyed() function in browser_sync::SyncedTabDelegateAndroid 38 ->IsBeingDestroyed(); in IsBeingDestroyed()
|
D | synced_tab_delegate.h | 32 virtual bool IsBeingDestroyed() const = 0;
|
D | synced_tab_delegate_android.h | 30 virtual bool IsBeingDestroyed() const OVERRIDE;
|
/external/chromium_org/content/browser/frame_host/ |
D | navigation_controller_delegate.h | 44 virtual bool IsBeingDestroyed() const = 0;
|
D | navigation_controller_impl.cc | 1734 CHECK(!in_navigate_to_pending_entry_ || delegate_->IsBeingDestroyed()); in DiscardPendingEntry()
|
/external/chromium_org/chrome/browser/ui/blocked_content/ |
D | popup_blocker_tab_helper.cc | 67 if (!web_contents()->IsBeingDestroyed()) { in PopupNotificationVisibilityChanged()
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | popup_controller_common.cc | 44 if (web_contents_ && (!web_contents_->IsBeingDestroyed()) && in RemoveKeyPressCallback()
|
/external/chromium_org/chrome/browser/thumbnails/ |
D | thumbnail_tab_helper.cc | 180 if (!web_contents || web_contents->IsBeingDestroyed()) in UpdateThumbnailIfNecessary()
|
/external/chromium_org/ui/views/controls/webview/ |
D | webview.cc | 116 web_contents() && !web_contents()->IsBeingDestroyed()) { in GetTextInputClient()
|
/external/chromium_org/content/public/browser/ |
D | web_contents.h | 321 virtual bool IsBeingDestroyed() const = 0;
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
D | window_applescript.mm | 158 if (webContents->IsBeingDestroyed()) {
|
/external/chromium_org/chrome/browser/sync/sessions/ |
D | sessions_sync_manager.cc | 273 if (tab->IsBeingDestroyed()) { in AssociateTab() 367 if (!modified_tab->IsBeingDestroyed() && in OnLocalTabModified()
|
D | sessions_sync_manager_unittest.cc | 403 virtual bool IsBeingDestroyed() const OVERRIDE { return false; } in IsBeingDestroyed() function in browser_sync::__anonbef9d0740211::SyncedTabDelegateFake
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | safe_browsing_blocking_page.cc | 483 !web_contents_->IsBeingDestroyed()) { in OnDontProceed()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.h | 256 virtual bool IsBeingDestroyed() const OVERRIDE; in NON_EXPORTED_BASE()
|
D | web_contents_impl.cc | 1035 bool WebContentsImpl::IsBeingDestroyed() const { in IsBeingDestroyed() function in content::WebContentsImpl
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 1464 if (!contents->IsBeingDestroyed()) in TabDeactivated()
|