PerformanceNavigation 78 Source/core/timing/Performance.cpp PerformanceNavigation* Performance::navigation() const PerformanceNavigation 81 Source/core/timing/Performance.cpp m_navigation = PerformanceNavigation::create(m_frame); PerformanceNavigation 72 Source/core/timing/Performance.h PerformanceNavigation* navigation() const; PerformanceNavigation 101 Source/core/timing/Performance.h mutable RefPtrWillBeMember<PerformanceNavigation> m_navigation; PerformanceNavigation 40 Source/core/timing/PerformanceNavigation.cpp PerformanceNavigation::PerformanceNavigation(LocalFrame* frame) PerformanceNavigation 46 Source/core/timing/PerformanceNavigation.cpp unsigned short PerformanceNavigation::type() const PerformanceNavigation 66 Source/core/timing/PerformanceNavigation.cpp unsigned short PerformanceNavigation::redirectCount() const PerformanceNavigation 44 Source/core/timing/PerformanceNavigation.h class PerformanceNavigation FINAL : public RefCountedWillBeGarbageCollectedFinalized<PerformanceNavigation>, public ScriptWrappable, public DOMWindowProperty { PerformanceNavigation 46 Source/core/timing/PerformanceNavigation.h static PassRefPtrWillBeRawPtr<PerformanceNavigation> create(LocalFrame* frame) PerformanceNavigation 48 Source/core/timing/PerformanceNavigation.h return adoptRefWillBeNoop(new PerformanceNavigation(frame)); PerformanceNavigation 64 Source/core/timing/PerformanceNavigation.h explicit PerformanceNavigation(LocalFrame*); PerformanceNavigation 58 Source/web/WebPerformance.cpp case PerformanceNavigation::TYPE_NAVIGATE: PerformanceNavigation 60 Source/web/WebPerformance.cpp case PerformanceNavigation::TYPE_RELOAD: PerformanceNavigation 62 Source/web/WebPerformance.cpp case PerformanceNavigation::TYPE_BACK_FORWARD: PerformanceNavigation 64 Source/web/WebPerformance.cpp case PerformanceNavigation::TYPE_RESERVED: