OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pendingFrameRecord
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp
426
m_pendingFrameRecord
= TimelineRecordFactory::createGenericRecord(timestamp(), 0, TimelineRecordType::BeginFrame);
427
m_pendingFrameRecord
->setObject("data", TimelineRecordFactory::createFrameData(frameId));
432
m_pendingFrameRecord
.clear();
[
all
...]
InspectorTimelineAgent.h
327
RefPtr<JSONObject>
m_pendingFrameRecord
;
Completed in 25 milliseconds