| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006 Don Gibson <dgibson77@gmail.com> | 2 * Copyright (C) 2006 Don Gibson <dgibson77@gmail.com> |
| 3 * Copyright (C) 2006 Zack Rusin <zack@kde.org> | 3 * Copyright (C) 2006 Zack Rusin <zack@kde.org> |
| 4 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. | 4 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. |
| 5 * Copyright (C) 2007 Trolltech ASA | 5 * Copyright (C) 2007 Trolltech ASA |
| 6 * Copyright (C) 2007 Ryan Leavengood <leavengood@gmail.com> All rights reserved
. | 6 * Copyright (C) 2007 Ryan Leavengood <leavengood@gmail.com> All rights reserved
. |
| 7 * Copyright (C) 2009 Maxime Simon <simon.maxime@gmail.com> All rights reserved. | 7 * Copyright (C) 2009 Maxime Simon <simon.maxime@gmail.com> All rights reserved. |
| 8 * | 8 * |
| 9 * | 9 * |
| 10 * Redistribution and use in source and binary forms, with or without | 10 * Redistribution and use in source and binary forms, with or without |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 { | 476 { |
| 477 notImplemented(); | 477 notImplemented(); |
| 478 } | 478 } |
| 479 | 479 |
| 480 bool FrameLoaderClientHaiku::shouldGoToHistoryItem(WebCore::HistoryItem*) const | 480 bool FrameLoaderClientHaiku::shouldGoToHistoryItem(WebCore::HistoryItem*) const |
| 481 { | 481 { |
| 482 notImplemented(); | 482 notImplemented(); |
| 483 return true; | 483 return true; |
| 484 } | 484 } |
| 485 | 485 |
| 486 bool FrameLoaderClientHaiku::shouldStopLoadingForHistoryItem(WebCore::HistoryIte
m*) const |
| 487 { |
| 488 return true; |
| 489 } |
| 490 |
| 486 void FrameLoaderClientHaiku::dispatchDidAddBackForwardItem(WebCore::HistoryItem*
) const | 491 void FrameLoaderClientHaiku::dispatchDidAddBackForwardItem(WebCore::HistoryItem*
) const |
| 487 { | 492 { |
| 488 } | 493 } |
| 489 | 494 |
| 490 void FrameLoaderClientHaiku::dispatchDidRemoveBackForwardItem(WebCore::HistoryIt
em*) const | 495 void FrameLoaderClientHaiku::dispatchDidRemoveBackForwardItem(WebCore::HistoryIt
em*) const |
| 491 { | 496 { |
| 492 } | 497 } |
| 493 | 498 |
| 494 void FrameLoaderClientHaiku::dispatchDidChangeBackForwardIndex() const | 499 void FrameLoaderClientHaiku::dispatchDidChangeBackForwardIndex() const |
| 495 { | 500 { |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 | 868 |
| 864 void FrameLoaderClientHaiku::didRestoreFromPageCache() | 869 void FrameLoaderClientHaiku::didRestoreFromPageCache() |
| 865 { | 870 { |
| 866 } | 871 } |
| 867 | 872 |
| 868 void FrameLoaderClientHaiku::dispatchDidBecomeFrameset(bool) | 873 void FrameLoaderClientHaiku::dispatchDidBecomeFrameset(bool) |
| 869 { | 874 { |
| 870 } | 875 } |
| 871 | 876 |
| 872 } // namespace WebCore | 877 } // namespace WebCore |
| OLD | NEW |