Searched defs:OfflineLoadPage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc49 OfflineLoadPage::OfflineLoadPage(WebContents* web_contents, function in class:chromeos::OfflineLoadPage
60 OfflineLoadPage::~OfflineLoadPage() {
65 void OfflineLoadPage::Show() {
69 std::string OfflineLoadPage::GetHTMLContents() {
102 void OfflineLoadPage::OverrideRendererPrefs(
109 void OfflineLoadPage::OnProceed() {
115 void OfflineLoadPage::OnDontProceed() {
123 void OfflineLoadPage
[all...]
H A Doffline_load_page.h31 // OfflineLoadPage class shows the interstitial page that is shown
35 class OfflineLoadPage class in namespace:chromeos
45 OfflineLoadPage(content::WebContents* web_contents, const GURL& url,
51 virtual ~OfflineLoadPage();
80 DISALLOW_COPY_AND_ASSIGN(OfflineLoadPage);

Completed in 288 milliseconds