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

/external/chromium/base/
H A Dfile_descriptor_posix.h22 auto_close(false) { }
26 auto_close(iauto_close) { }
29 return (fd == other.fd && auto_close == other.auto_close);
41 bool auto_close; member in struct:base::FileDescriptor
/external/chromium_org/base/
H A Dfile_descriptor_posix.h21 auto_close(false) { }
25 auto_close(iauto_close) { }
28 return (fd == other.fd && auto_close == other.auto_close);
40 bool auto_close; member in struct:base::FileDescriptor
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.cc47 const char kSignInPromoQueryKeyAutoClose[] = "auto_close";
177 GURL GetPromoURL(Source source, bool auto_close) { argument
178 return GetPromoURL(source, auto_close, false /* is_constrained */);
181 GURL GetPromoURL(Source source, bool auto_close, bool is_constrained) { argument
189 if (auto_close)
207 // It is also parsed for the |auto_close| flag, which indicates that the tab
214 if (auto_close)
/external/chromium_org/chrome/browser/ui/gtk/
H A Dzoom_bubble_gtk.cc45 bool auto_close) {
55 // |auto_close|, the bubble can be reused and only the label text needs to
58 g_bubble->auto_close_ == auto_close &&
63 // to |auto_close|, the bubble's focus properties must change, so the
70 auto_close,
88 bool auto_close,
90 : auto_close_(auto_close),
136 auto_close ? bubble_options : bubble_options | BubbleGtk::GRAB_INPUT,
44 ShowBubble(content::WebContents* web_contents, bool auto_close) argument
86 ZoomBubbleGtk(GtkWidget* anchor, content::WebContents* web_contents, bool auto_close, FullscreenController* fullscreen_controller) argument
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dzoom_bubble_view.cc44 bool auto_close) {
56 // is equal to |auto_close|, the bubble can be reused and only the label text
60 zoom_bubble_->auto_close_ == auto_close) {
64 // to |auto_close|, the bubble's focus properties must change, so the
70 auto_close,
113 bool auto_close,
120 auto_close_(auto_close),
124 set_use_focusless(auto_close);
43 ShowBubble(content::WebContents* web_contents, bool auto_close) argument
110 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/
H A Dinline_login_ui.cc339 bool auto_close = signin::IsAutoCloseEnabledInURL(current_url); local
341 if (auto_close) {
/external/chromium_org/content/browser/renderer_host/
H A Ddatabase_message_filter.cc158 bool auto_close = !db_tracker_->HasSavedIncognitoFileHandle(vfs_file_name); local
160 IPC::GetFileHandleForProcess(file_handle, PeerHandle(), auto_close);

Completed in 640 milliseconds