OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PerformanceNavigation
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/page/
PerformanceNavigation.h
43
class
PerformanceNavigation
: public RefCounted<
PerformanceNavigation
> {
45
static PassRefPtr<
PerformanceNavigation
> create(Frame* frame) { return adoptRef(new
PerformanceNavigation
(frame)); }
61
PerformanceNavigation
(Frame*);
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
Performance.idl
35
readonly attribute
PerformanceNavigation
navigation;
Performance.cpp
35
#include "
PerformanceNavigation
.h"
75
PerformanceNavigation
* Performance::navigation() const
78
m_navigation =
PerformanceNavigation
::create(m_frame);
Performance.h
37
#include "
PerformanceNavigation
.h"
53
PerformanceNavigation
* navigation() const;
60
mutable RefPtr<
PerformanceNavigation
> m_navigation;
PerformanceNavigation.idl
34
interface [Conditional=WEB_TIMING, OmitConstructor]
PerformanceNavigation
{
/external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp
58
case
PerformanceNavigation
::TYPE_NAVIGATE:
60
case
PerformanceNavigation
::TYPE_RELOAD:
62
case
PerformanceNavigation
::TYPE_BACK_FORWARD:
64
case
PerformanceNavigation
::TYPE_RESERVED:
/external/webkit/Source/WebCore/
Android.mk
513
page/
PerformanceNavigation
.cpp \
[
all
...]
Completed in 187 milliseconds