Home
last modified time | relevance | path

Searched refs:ShouldCheckNetworkProfile (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dnetwork_profile_bubble.h52 static bool ShouldCheckNetworkProfile(Profile* profile);
Dnetwork_profile_bubble.cc77 bool NetworkProfileBubble::ShouldCheckNetworkProfile(Profile* profile) { in ShouldCheckNetworkProfile() function in NetworkProfileBubble
/external/chromium_org/chrome/browser/
Dchrome_browser_main.cc1320 if (NetworkProfileBubble::ShouldCheckNetworkProfile(profile_)) { in PreMainMessageLoopRunImpl()