Home
last modified time | relevance | path

Searched refs:PerformanceNavigation (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/page/
DPerformanceNavigation.cpp42 PerformanceNavigation::PerformanceNavigation(Frame* frame) in PerformanceNavigation() function in WebCore::PerformanceNavigation
47 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()
DPerformanceNavigation.h43 class PerformanceNavigation : public RefCounted<PerformanceNavigation> {
45 …static PassRefPtr<PerformanceNavigation> create(Frame* frame) { return adoptRef(new PerformanceNav… in create()
61 PerformanceNavigation(Frame*);
DPerformance.h53 PerformanceNavigation* navigation() const;
60 mutable RefPtr<PerformanceNavigation> m_navigation;
DPerformance.cpp75 PerformanceNavigation* Performance::navigation() const in navigation()
78 m_navigation = PerformanceNavigation::create(m_frame); in navigation()
DPerformance.idl35 readonly attribute PerformanceNavigation navigation;
DPerformanceNavigation.idl34 interface [Conditional=WEB_TIMING, OmitConstructor] PerformanceNavigation {
/external/webkit/Source/WebKit/chromium/src/
DWebPerformance.cpp58 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()
/external/webkit/Source/WebCore/
DDerivedSources.make329 PerformanceNavigation \
DCodeGenerators.pri333 page/PerformanceNavigation.idl \
DCMakeLists.txt338 page/PerformanceNavigation.idl
1027 page/PerformanceNavigation.cpp
DAndroid.mk513 page/PerformanceNavigation.cpp \
DWebCore.gypi1340 'page/PerformanceNavigation.idl',
3457 'page/PerformanceNavigation.cpp',
3458 'page/PerformanceNavigation.h',
DGNUmakefile.list.am2247 Source/WebCore/page/PerformanceNavigation.cpp \
2248 Source/WebCore/page/PerformanceNavigation.h \
DWebCore.pro936 page/PerformanceNavigation.cpp \
DGNUmakefile.am2258 Source/WebCore/page/PerformanceNavigation.cpp \
2259 Source/WebCore/page/PerformanceNavigation.h \
DChangeLog-2011-02-1632088 * 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.
DChangeLog-2010-12-0613140 - Navigation -> PerformanceNavigation
13155 * 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.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2788 …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 */,
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-164658 - Navigation -> PerformanceNavigation