OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushCurrentRecord
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp
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);
514
pushCurrentRecord
(TimelineRecordFactory::createNodeData(nodeId(renderer)), TimelineRecordType::AutosizeText, false, renderer->frame());
534
pushCurrentRecord
(JSONObject::create(), TimelineRecordType::RecalculateStyles, true, document->frame());
574
pushCurrentRecord
(JSONObject::create(), TimelineRecordType::Paint, true, frame, true);
605
pushCurrentRecord
(TimelineRecordFactory::createLayerData(nodeId(renderer)), TimelineRecordType::ScrollLayer, false, renderer->frame());
618
pushCurrentRecord
(data, TimelineRecordType::DecodeImage, true, 0);
631
pushCurrentRecord
(data, TimelineRecordType::ResizeImage, true, 0)
[
all
...]
InspectorTimelineAgent.h
275
void
pushCurrentRecord
(PassRefPtr<JSONObject>, const String& type, bool captureCallStack, Frame*, bool hasLowLevelDetails = false);
Completed in 2663 milliseconds