OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OfflineLoadPage
(Results
1 - 9
of
9
) 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_org/chrome/browser/chromeos/offline/
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
();
86
DISALLOW_COPY_AND_ASSIGN(
OfflineLoadPage
);
offline_load_page.cc
60
OfflineLoadPage
::
OfflineLoadPage
(WebContents* web_contents,
71
OfflineLoadPage
::~
OfflineLoadPage
() {
76
void
OfflineLoadPage
::Show() {
80
std::string
OfflineLoadPage
::GetHTMLContents() {
125
void
OfflineLoadPage
::OverrideRendererPrefs(
132
void
OfflineLoadPage
::OnProceed() {
138
void
OfflineLoadPage
::OnDontProceed() {
146
void
OfflineLoadPage
::GetAppOfflineStrings
[
all
...]
offline_load_page_unittest.cc
23
// An
OfflineLoadPage
class that does not create windows.
24
class TestOfflineLoadPage : public chromeos::
OfflineLoadPage
{
29
: chromeos::
OfflineLoadPage
(web_contents, url, CompletionCallback()),
34
// chromeos::
OfflineLoadPage
override.
74
// Returns the
OfflineLoadPage
currently showing or NULL if none is
/external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.cc
38
const chromeos::
OfflineLoadPage
::CompletionCallback& callback) {
54
(new chromeos::
OfflineLoadPage
(web_contents, url, callback))->Show();
/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 281 milliseconds