HomeSort by relevance Sort by last modified time
    Searched defs:PerformanceNavigation (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
PerformanceNavigation.cpp 32 #include "PerformanceNavigation.h"
42 PerformanceNavigation::PerformanceNavigation(Frame* frame)
47 Frame* PerformanceNavigation::frame() const
52 void PerformanceNavigation::disconnectFrame()
57 unsigned short PerformanceNavigation::type() const
77 unsigned short PerformanceNavigation::redirectCount() const
PerformanceNavigation.h 43 class PerformanceNavigation : public RefCounted<PerformanceNavigation> {
45 static PassRefPtr<PerformanceNavigation> create(Frame* frame) { return adoptRef(new PerformanceNavigation(frame)); }
61 PerformanceNavigation(Frame*);

Completed in 27 milliseconds