Searched refs:can_close (Results 1 – 3 of 3) sorted by relevance
90 bool can_close = CanCloseBrowserImpl(browser, &action_type); in CanCloseBrowser() local98 return can_close; in CanCloseBrowser()
522 gboolean can_close = TRUE; in OnEntryChanged() local527 can_close = FALSE; in OnEntryChanged()536 can_close = FALSE; in OnEntryChanged()542 GTK_RESPONSE_ACCEPT, can_close); in OnEntryChanged()
1272 bool can_close = !watcher || watcher->CanCloseBrowser(this); in IsClosingPermitted() local1273 if (!can_close && is_attempting_to_close_browser_) in IsClosingPermitted()1275 return can_close; in IsClosingPermitted()