Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1644)

Side by Side Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2456353002: [dry-run] Trying frameloader::loadFailed. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 const WebString& mimeType, 257 const WebString& mimeType,
258 const WebString& textEncoding, 258 const WebString& textEncoding,
259 const WebURL& baseURL, 259 const WebURL& baseURL,
260 const WebURL& unreachableURL, 260 const WebURL& unreachableURL,
261 bool replace, 261 bool replace,
262 WebFrameLoadType, 262 WebFrameLoadType,
263 const WebHistoryItem&, 263 const WebHistoryItem&,
264 WebHistoryLoadType, 264 WebHistoryLoadType,
265 bool isClientRedirect) override; 265 bool isClientRedirect) override;
266 bool canRenderFallbackContent() const override; 266 bool canRenderFallbackContent() const override;
267 void loadFailed() override; 267 void loadFailed(const WebURLError&) override;
268 bool isLoading() const override; 268 bool isLoading() const override;
269 bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873() 269 bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
270 const override; 270 const override;
271 bool isNavigationScheduledWithin(double interval) const override; 271 bool isNavigationScheduledWithin(double interval) const override;
272 void setCommittedFirstRealLoad() override; 272 void setCommittedFirstRealLoad() override;
273 void setHasReceivedUserGesture() override; 273 void setHasReceivedUserGesture() override;
274 void sendOrientationChangeEvent() override; 274 void sendOrientationChangeEvent() override;
275 void willShowInstallBannerPrompt(int requestId, 275 void willShowInstallBannerPrompt(int requestId,
276 const WebVector<WebString>& platforms, 276 const WebVector<WebString>& platforms,
277 WebAppBannerPromptReply*) override; 277 WebAppBannerPromptReply*) override;
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 480
481 DEFINE_TYPE_CASTS(WebLocalFrameImpl, 481 DEFINE_TYPE_CASTS(WebLocalFrameImpl,
482 WebFrame, 482 WebFrame,
483 frame, 483 frame,
484 frame->isWebLocalFrame(), 484 frame->isWebLocalFrame(),
485 frame.isWebLocalFrame()); 485 frame.isWebLocalFrame());
486 486
487 } // namespace blink 487 } // namespace blink
488 488
489 #endif 489 #endif
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698