Searched refs:SupervisedUserInterstitial (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.h25 class SupervisedUserInterstitial : public content::InterstitialPageDelegate, class in inherits:content::InterstitialPageDelegate,SupervisedUserServiceObserver
33 SupervisedUserInterstitial(content::WebContents* web_contents,
36 virtual ~SupervisedUserInterstitial();
67 DISALLOW_COPY_AND_ASSIGN(SupervisedUserInterstitial);
H A Dsupervised_user_interstitial.cc96 void SupervisedUserInterstitial::Show(
100 SupervisedUserInterstitial* interstitial =
101 new SupervisedUserInterstitial(web_contents, url, callback);
109 SupervisedUserInterstitial::SupervisedUserInterstitial( function in class:SupervisedUserInterstitial
119 SupervisedUserInterstitial::~SupervisedUserInterstitial() {
123 bool SupervisedUserInterstitial::Init() {
169 std::string SupervisedUserInterstitial::GetHTMLContents() {
223 void SupervisedUserInterstitial
[all...]
H A Dsupervised_user_navigation_observer.cc222 SupervisedUserInterstitial::Show(web_contents, url, callback);

Completed in 838 milliseconds