HomeSort by relevance Sort by last modified time
    Searched defs:OfflineLoadPage (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 54 OfflineLoadPage::OfflineLoadPage(WebContents* web_contents,
65 OfflineLoadPage::~OfflineLoadPage() {
70 void OfflineLoadPage::Show() {
74 std::string OfflineLoadPage::GetHTMLContents() {
111 void OfflineLoadPage::OverrideRendererPrefs(
118 void OfflineLoadPage::OnProceed() {
124 void OfflineLoadPage::OnDontProceed() {
132 void OfflineLoadPage::CommandReceived(const std::string& cmd)
    [all...]
offline_load_page.h 31 // OfflineLoadPage class shows the interstitial page that is shown
35 class OfflineLoadPage
45 OfflineLoadPage(content::WebContents* web_contents, const GURL& url,
51 virtual ~OfflineLoadPage();
80 DISALLOW_COPY_AND_ASSIGN(OfflineLoadPage);

Completed in 371 milliseconds