Searched defs:NetErrorTabHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper.cc30 DEFINE_WEB_CONTENTS_USER_DATA_KEY(chrome_browser_net::NetErrorTabHelper);
36 static NetErrorTabHelper::TestingState testing_state_ =
37 NetErrorTabHelper::TESTING_DEFAULT;
72 NetErrorTabHelper::~NetErrorTabHelper() {
76 void NetErrorTabHelper::set_state_for_testing(TestingState state) {
80 void NetErrorTabHelper::DidStartNavigationToPendingEntry(
95 void NetErrorTabHelper::DidStartProvisionalLoadForFrame(
108 void NetErrorTabHelper::DidCommitProvisionalLoadForFrame(
131 void NetErrorTabHelper
147 NetErrorTabHelper::NetErrorTabHelper(WebContents* contents) function in class:chrome_browser_net::NetErrorTabHelper
[all...]
H A Dnet_error_tab_helper.h23 class NetErrorTabHelper class in namespace:chrome_browser_net
25 public content::WebContentsUserData<NetErrorTabHelper> {
36 virtual ~NetErrorTabHelper();
71 // |contents| is the WebContents of the tab this NetErrorTabHelper is
73 explicit NetErrorTabHelper(content::WebContents* contents);
83 friend class content::WebContentsUserData<NetErrorTabHelper>;
113 base::WeakPtrFactory<NetErrorTabHelper> weak_factory_;
115 DISALLOW_COPY_AND_ASSIGN(NetErrorTabHelper);

Completed in 978 milliseconds