Searched defs:auto_close (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/
H A Dfile_descriptor_posix.h21 FileDescriptor() : fd(-1), auto_close(false) {}
23 FileDescriptor(int ifd, bool iauto_close) : fd(ifd), auto_close(iauto_close) {
26 FileDescriptor(File file) : fd(file.TakePlatformFile()), auto_close(true) {}
29 return (fd == other.fd && auto_close == other.auto_close);
45 bool auto_close; member in struct:base::FileDescriptor
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.cc174 GURL GetPromoURL(Source source, bool auto_close) { argument
175 return GetPromoURL(source, auto_close, false /* is_constrained */);
178 GURL GetPromoURL(Source source, bool auto_close, bool is_constrained) { argument
184 if (auto_close)
202 // It is also parsed for the |auto_close| flag, which indicates that the tab
209 if (auto_close)
233 source, true /* auto_close */,
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dzoom_bubble_view.cc50 bool auto_close) {
82 auto_close,
101 if (auto_close)
127 bool auto_close,
135 auto_close_(auto_close),
49 ShowBubble(content::WebContents* web_contents, bool auto_close) argument
124 ZoomBubbleView( views::View* anchor_view, content::WebContents* web_contents, bool auto_close, ImmersiveModeController* immersive_mode_controller, FullscreenController* fullscreen_controller) argument
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_handler_impl.cc425 bool auto_close = signin::IsAutoCloseEnabledInURL(current_url); local
429 } else if (auto_close) {
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_io_host.cc81 void FileCloser(base::File auto_close) { argument

Completed in 161 milliseconds