OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mockinterstitialpagedelegate
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader_unittest.cc
63
class
MockInterstitialPageDelegate
: public content::InterstitialPageDelegate {
65
// The newly created
MockInterstitialPageDelegate
will be owned by the
68
explicit
MockInterstitialPageDelegate
(
77
virtual ~
MockInterstitialPageDelegate
() {
86
DISALLOW_COPY_AND_ASSIGN(
MockInterstitialPageDelegate
);
528
// The
MockInterstitialPageDelegate
will cleaned up by the WebContents.
529
new
MockInterstitialPageDelegate
(web_contents());
Completed in 123 milliseconds