HomeSort by relevance Sort by last modified time
    Searched defs:OfflineLoadPage (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.h 21 // OfflineLoadPage class shows the interstitial page that is shown
25 class OfflineLoadPage : public InterstitialPage {
47 OfflineLoadPage(TabContents* tab_contents, const GURL& url,
49 virtual ~OfflineLoadPage() {}
85 ScopedRunnableMethodFactory<OfflineLoadPage> method_factory_;
89 DISALLOW_COPY_AND_ASSIGN(OfflineLoadPage);
offline_load_page.cc 49 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,
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::DontProceed()
    [all...]

Completed in 40 milliseconds