OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Performance
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/page/
Performance.cpp
32
#include "
Performance
.h"
44
Performance
::
Performance
(Frame* frame)
49
Frame*
Performance
::frame() const
54
void
Performance
::disconnectFrame()
69
MemoryInfo*
Performance
::memory() const
75
PerformanceNavigation*
Performance
::navigation() const
83
PerformanceTiming*
Performance
::timing() const
Performance.h
45
class
Performance
: public RefCounted<
Performance
> {
47
static PassRefPtr<
Performance
> create(Frame* frame) { return adoptRef(new
Performance
(frame)); }
57
Performance
(Frame*);
/external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp
34
#include "
Performance
.h"
171
WebPerformance::WebPerformance(const PassRefPtr<
Performance
>&
performance
)
172
: m_private(
performance
)
176
WebPerformance& WebPerformance::operator=(const PassRefPtr<
Performance
>&
performance
)
178
m_private =
performance
;
182
WebPerformance::operator PassRefPtr<
Performance
>() const
/packages/apps/Browser/src/com/android/browser/
Performance.java
26
*
Performance
analysis
28
public class
Performance
{
37
//
Performance
probe
Controller.java
177
// FIXME, temp address onPrepareMenu
performance
problem.
823
Performance
.tracePageStart(url);
825
//
Performance
probe
827
Performance
.onPageStarted();
856
//
Performance
probe
858
Performance
.onPageFinished(tab.getUrl());
861
Performance
.tracePageFinished();
[
all
...]
Completed in 131 milliseconds