OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstantPageLoadFailed
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
instant_page.cc
90
delegate_->
InstantPageLoadFailed
(contents());
102
delegate_->
InstantPageLoadFailed
(contents());
instant_ntp_prerenderer.h
128
virtual void
InstantPageLoadFailed
(content::WebContents* contents) OVERRIDE;
instant_page.h
56
virtual void
InstantPageLoadFailed
(content::WebContents* contents) = 0;
instant_controller.h
157
virtual void
InstantPageLoadFailed
(content::WebContents* contents) OVERRIDE;
instant_page_unittest.cc
46
MOCK_METHOD1(
InstantPageLoadFailed
, void(content::WebContents* contents));
instant_controller.cc
120
void InstantController::
InstantPageLoadFailed
(content::WebContents* contents) {
139
LOG_INSTANT_DEBUG_EVENT(this, "
InstantPageLoadFailed
: instant_tab");
instant_ntp_prerenderer.cc
211
void InstantNTPPrerenderer::
InstantPageLoadFailed
(
Completed in 826 milliseconds