HomeSort by relevance Sort by last modified time
    Searched refs:frameForExecutionContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTraceEvents.cpp 186 static LocalFrame* frameForExecutionContext(ExecutionContext* context)
198 if (LocalFrame* frame = frameForExecutionContext(context))
261 if (LocalFrame* frame = frameForExecutionContext(context))
270 if (LocalFrame* frame = frameForExecutionContext(context))
349 if (LocalFrame* frame = frameForExecutionContext(context))
398 if (LocalFrame* frame = frameForExecutionContext(context))
InspectorTimelineAgent.cpp 260 static LocalFrame* frameForExecutionContext(ExecutionContext* context)
486 pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptId, scriptName, scriptLine), TimelineRecordType::FunctionCall, true, frameForExecutionContext(context));
710 appendRecord(TimelineRecordFactory::createTimerInstallData(timerId, timeout, singleShot), TimelineRecordType::TimerInstall, true, frameForExecutionContext(context));
715 appendRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerRemove, true, frameForExecutionContext(context));
720 pushCurrentRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerFire, false, frameForExecutionContext(context));
733 pushCurrentRecord(TimelineRecordFactory::createXHRReadyStateChangeData(request->url().string(), request->readyState()), TimelineRecordType::XHRReadyStateChange, false, frameForExecutionContext(context));
746 pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(request->url().string()), TimelineRecordType::XHRLoad, true, frameForExecutionContext(context));
801 appendRecord(TimelineRecordFactory::createTimeStampData(title), TimelineRecordType::TimeStamp, true, frameForExecutionContext(context));
806 pushCurrentRecord(TimelineRecordFactory::createConsoleTimeData(message), TimelineRecordType::ConsoleTime, false, frameForExecutionContext(context));
    [all...]

Completed in 389 milliseconds