OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimelineRecordFactory
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.cpp
32
#include "core/inspector/
TimelineRecordFactory
.h"
45
PassRefPtr<JSONObject>
TimelineRecordFactory
::createGenericRecord(double startTime, int maxCallStackDepth, const String& type)
59
PassRefPtr<JSONObject>
TimelineRecordFactory
::createBackgroundRecord(double startTime, const String& threadName, const String& type, PassRefPtr<JSONObject> data)
69
PassRefPtr<JSONObject>
TimelineRecordFactory
::createGCEventData(size_t usedHeapSizeDelta)
76
PassRefPtr<JSONObject>
TimelineRecordFactory
::createFunctionCallData(const String& scriptName, int scriptLine)
84
PassRefPtr<JSONObject>
TimelineRecordFactory
::createEventDispatchData(const Event& event)
91
PassRefPtr<JSONObject>
TimelineRecordFactory
::createGenericTimerData(int timerId)
98
PassRefPtr<JSONObject>
TimelineRecordFactory
::createTimerInstallData(int timerId, int timeout, bool singleShot)
107
PassRefPtr<JSONObject>
TimelineRecordFactory
::createXHRReadyStateChangeData(const String& url, int readyState)
115
PassRefPtr<JSONObject>
TimelineRecordFactory
::createXHRLoadData(const String& url
[
all
...]
InspectorTimelineAgent.cpp
49
#include "core/inspector/
TimelineRecordFactory
.h"
254
RefPtr<JSONObject> record =
TimelineRecordFactory
::createGenericRecord(m_timeConverter.fromMonotonicallyIncreasingTime(i->startTime), m_maxCallStackDepth, TimelineRecordType::GCEvent);
255
record->setObject("data",
TimelineRecordFactory
::createGCEventData(i->collectedBytes));
426
m_pendingFrameRecord =
TimelineRecordFactory
::createGenericRecord(timestamp(), 0, TimelineRecordType::BeginFrame);
427
m_pendingFrameRecord->setObject("data",
TimelineRecordFactory
::createFrameData(frameId));
437
pushCurrentRecord(
TimelineRecordFactory
::createFunctionCallData(scriptName, scriptLine), TimelineRecordType::FunctionCall, true, frameForExecutionContext(context));
451
pushCurrentRecord(
TimelineRecordFactory
::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, document->frame());
459
pushCurrentRecord(
TimelineRecordFactory
::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, window->frame());
493
pushCurrentRecord(
TimelineRecordFactory
::createLayoutData(dirtyObjects, totalObjects, partialLayout), TimelineRecordType::Layout, true, frame);
506
TimelineRecordFactory
::appendLayoutRoot(entry.data.get(), quads[0], nodeId(root))
[
all
...]
TimelineRecordFactory.h
48
class
TimelineRecordFactory
{
126
TimelineRecordFactory
() { }
/external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk
364
third_party/WebKit/Source/core/inspector/
TimelineRecordFactory
.cpp \
[
all
...]
webcore_remaining.target.darwin-mips.mk
364
third_party/WebKit/Source/core/inspector/
TimelineRecordFactory
.cpp \
[
all
...]
webcore_remaining.target.darwin-x86.mk
364
third_party/WebKit/Source/core/inspector/
TimelineRecordFactory
.cpp \
[
all
...]
webcore_remaining.target.linux-arm.mk
364
third_party/WebKit/Source/core/inspector/
TimelineRecordFactory
.cpp \
[
all
...]
webcore_remaining.target.linux-mips.mk
364
third_party/WebKit/Source/core/inspector/
TimelineRecordFactory
.cpp \
[
all
...]
webcore_remaining.target.linux-x86.mk
364
third_party/WebKit/Source/core/inspector/
TimelineRecordFactory
.cpp \
[
all
...]
Completed in 109 milliseconds