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

/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page.h21 // OfflineLoadPage class shows the interstitial page that is shown
25 class OfflineLoadPage : public InterstitialPage { class in namespace:chromeos
47 OfflineLoadPage(TabContents* tab_contents, const GURL& url,
49 virtual ~OfflineLoadPage() {}
85 ScopedRunnableMethodFactory<OfflineLoadPage> method_factory_;
89 DISALLOW_COPY_AND_ASSIGN(OfflineLoadPage);
H A Doffline_load_page.cc49 void OfflineLoadPage::Show(int process_host_id, int render_view_id,
62 (new OfflineLoadPage(tab_contents, url, delegate))->Show();
66 OfflineLoadPage::OfflineLoadPage(TabContents* tab_contents, function in class:chromeos::OfflineLoadPage
78 std::string OfflineLoadPage::GetHTMLContents() {
122 void OfflineLoadPage::GetAppOfflineStrings(
146 void OfflineLoadPage::GetNormalOfflineStrings(
160 void OfflineLoadPage::CommandReceived(const std::string& cmd) {
184 void OfflineLoadPage::Proceed() {
191 void OfflineLoadPage
[all...]

Completed in 53 milliseconds