Searched refs:PerformanceNavigation (Results 1 – 19 of 19) sorted by relevance
42 PerformanceNavigation::PerformanceNavigation(Frame* frame) in PerformanceNavigation() function in WebCore::PerformanceNavigation47 Frame* PerformanceNavigation::frame() const in frame()52 void PerformanceNavigation::disconnectFrame() in disconnectFrame()57 unsigned short PerformanceNavigation::type() const in type()77 unsigned short PerformanceNavigation::redirectCount() const in redirectCount()
43 class PerformanceNavigation : public RefCounted<PerformanceNavigation> {45 …static PassRefPtr<PerformanceNavigation> create(Frame* frame) { return adoptRef(new PerformanceNav… in create()61 PerformanceNavigation(Frame*);
53 PerformanceNavigation* navigation() const;60 mutable RefPtr<PerformanceNavigation> m_navigation;
75 PerformanceNavigation* Performance::navigation() const in navigation()78 m_navigation = PerformanceNavigation::create(m_frame); in navigation()
35 readonly attribute PerformanceNavigation navigation;
34 interface [Conditional=WEB_TIMING, OmitConstructor] PerformanceNavigation {
58 case PerformanceNavigation::TYPE_NAVIGATE: in navigationType()60 case PerformanceNavigation::TYPE_RELOAD: in navigationType()62 case PerformanceNavigation::TYPE_BACK_FORWARD: in navigationType()64 case PerformanceNavigation::TYPE_RESERVED: in navigationType()
329 PerformanceNavigation \
333 page/PerformanceNavigation.idl \
338 page/PerformanceNavigation.idl1027 page/PerformanceNavigation.cpp
513 page/PerformanceNavigation.cpp \
1340 'page/PerformanceNavigation.idl',3457 'page/PerformanceNavigation.cpp',3458 'page/PerformanceNavigation.h',
2247 Source/WebCore/page/PerformanceNavigation.cpp \2248 Source/WebCore/page/PerformanceNavigation.h \
936 page/PerformanceNavigation.cpp \
2258 Source/WebCore/page/PerformanceNavigation.cpp \2259 Source/WebCore/page/PerformanceNavigation.h \
32088 * page/PerformanceNavigation.cpp:32089 (WebCore::PerformanceNavigation::redirectCount): Clear if cross-origin redirect flag is set.39858 * page/PerformanceNavigation.cpp:39859 (WebCore::PerformanceNavigation::type): Added TYPE_ to navigation types.39860 * page/PerformanceNavigation.h: Ditto and added TYPE_RESERVED.39861 * page/PerformanceNavigation.idl: Ditto.
13140 - Navigation -> PerformanceNavigation13155 * page/PerformanceNavigation.cpp: Renamed from WebCore/page/Navigation.cpp.13156 (WebCore::PerformanceNavigation::PerformanceNavigation):13157 (WebCore::PerformanceNavigation::frame):13158 (WebCore::PerformanceNavigation::disconnectFrame):13159 (WebCore::PerformanceNavigation::type):13160 (WebCore::PerformanceNavigation::redirectCount):13161 * page/PerformanceNavigation.h: Renamed from WebCore/page/Navigation.h.13162 (WebCore::PerformanceNavigation::create):13163 * page/PerformanceNavigation.idl: Renamed from WebCore/page/Navigation.idl.
2788 …A36000ED3DE /* PerformanceNavigation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AF4E55211…2789 …5A36000ED3DE /* PerformanceNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AF4E55311D…9352 …E /* PerformanceNavigation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…9353 …D3DE /* PerformanceNavigation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …9354 …000ED3DE /* PerformanceNavigation.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil…14390 8AF4E55211DC5A36000ED3DE /* PerformanceNavigation.cpp */,14391 8AF4E55311DC5A36000ED3DE /* PerformanceNavigation.h */,14392 8AF4E55411DC5A36000ED3DE /* PerformanceNavigation.idl */,22127 8AF4E55611DC5A36000ED3DE /* PerformanceNavigation.h in Headers */,25029 8AF4E55511DC5A36000ED3DE /* PerformanceNavigation.cpp in Sources */,
4658 - Navigation -> PerformanceNavigation