Home
last modified time | relevance | path

Searched refs:auto_update_enabled (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
Doutdated_upgrade_bubble_view.cc65 bool auto_update_enabled) { in ShowBubble() argument
69 anchor_view, navigator, auto_update_enabled); in ShowBubble()
72 auto_update_enabled ? "OutdatedUpgradeBubble.Show" in ShowBubble()
184 bool auto_update_enabled) in OutdatedUpgradeBubbleView() argument
186 auto_update_enabled_(auto_update_enabled), in OutdatedUpgradeBubbleView()
Doutdated_upgrade_bubble_view.h30 bool auto_update_enabled);
45 bool auto_update_enabled);
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dtoolbar_view.h220 void ShowOutdatedInstallNotification(bool auto_update_enabled);
Dtoolbar_view.cc777 void ToolbarView::ShowOutdatedInstallNotification(bool auto_update_enabled) { in ShowOutdatedInstallNotification() argument
780 app_menu_, browser_, auto_update_enabled); in ShowOutdatedInstallNotification()