HomeSort by relevance Sort by last modified time
    Searched refs:OfflineLoadPage (Results 1 - 5 of 5) 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...]
offline_load_page_unittest.cc 17 // An OfflineLoadPage class that does not create windows.
18 class TestOfflineLoadPage : public chromeos::OfflineLoadPage {
23 : chromeos::OfflineLoadPage(tab_contents, url, delegate) {
38 public OfflineLoadPage::Delegate {
57 // OfflineLoadPage::Delegate implementation.
75 // Returns the OfflineLoadPage currently showing or NULL if none is
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.h 25 public chromeos::OfflineLoadPage::Delegate {
48 // chromeos::OfflineLoadPage::Delegate
offline_resource_handler.cc 190 chromeos::OfflineLoadPage::Show(

Completed in 41 milliseconds