OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auto_expire_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/tab_contents/
simple_alert_infobar_delegate.cc
19
auto_expire_
(auto_expire) {
27
return
auto_expire_
&& ConfirmInfoBarDelegate::ShouldExpire(details);
simple_alert_infobar_delegate.h
37
bool
auto_expire_
; // Should it expire automatically on navigation?
member in class:SimpleAlertInfoBarDelegate
/external/chromium_org/chrome/browser/infobars/
simple_alert_infobar_delegate.cc
28
auto_expire_
(auto_expire) {
48
return
auto_expire_
&& ConfirmInfoBarDelegate::ShouldExpireInternal(details);
simple_alert_infobar_delegate.h
37
bool
auto_expire_
; // Should it expire automatically on navigation?
member in class:SimpleAlertInfoBarDelegate
Completed in 61 milliseconds