HomeSort by relevance Sort by last modified time
    Searched refs:NetworkProfileBubble (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.cc 61 NetworkProfileBubble::ShowNotification(browser);
73 bool NetworkProfileBubble::notification_shown_ = false;
76 bool NetworkProfileBubble::ShouldCheckNetworkProfile(Profile* profile) {
91 void NetworkProfileBubble::CheckNetworkProfile(
154 void NetworkProfileBubble::SetNotificationShown(bool shown) {
159 void NetworkProfileBubble::RegisterProfilePrefs(
172 void NetworkProfileBubble::RecordUmaEvent(MetricNetworkedProfileCheck event) {
179 void NetworkProfileBubble::NotifyNetworkProfileDetected() {
network_profile_bubble.h 23 class NetworkProfileBubble {
79 DISALLOW_IMPLICIT_CONSTRUCTORS(NetworkProfileBubble);
  /external/chromium_org/chrome/browser/ui/views/
network_profile_bubble_view.cc 33 void NetworkProfileBubble::ShowNotification(Browser* browser) {
41 NetworkProfileBubble::SetNotificationShown(true);
116 NetworkProfileBubble::RecordUmaEvent(
117 NetworkProfileBubble::METRIC_ACKNOWLEDGED);
124 NetworkProfileBubble::RecordUmaEvent(
125 NetworkProfileBubble::METRIC_LEARN_MORE_CLICKED);
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 441 NetworkProfileBubble::RegisterProfilePrefs(registry);
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc     [all...]

Completed in 48 milliseconds