HomeSort by relevance Sort by last modified time
    Searched refs:IsAttemptingToCloseBrowser (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler.cc 133 if (!browser || browser->IsAttemptingToCloseBrowser())
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 221 if (!it->IsAttemptingToCloseBrowser())
230 if (!it->IsAttemptingToCloseBrowser())
browser.h 323 bool IsAttemptingToCloseBrowser() const;
    [all...]
browser.cc 635 bool Browser::IsAttemptingToCloseBrowser() const {
733 if (browser == this || browser->IsAttemptingToCloseBrowser())
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.cc 137 if (!browser->is_type_tabbed() && browser->IsAttemptingToCloseBrowser())

Completed in 521 milliseconds