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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePresentationModel.js 420 var lastRecord = bucket ? this._coalescingBuckets[bucket] : newParent.children.peekLast();
421 if (lastRecord && lastRecord.coalesced)
422 lastRecord = lastRecord.children.peekLast();
425 if (!lastRecord)
427 if (lastRecord.type !== record.type)
429 if (lastRecord.endTime + coalescingThresholdSeconds < startTime)
431 if (endTime + coalescingThresholdSeconds < lastRecord.startTime)
433 if (WebInspector.TimelinePresentationModel.coalescingKeyForRecord(record) !== WebInspector.TimelinePresentationModel.coalescingKeyForRecord(lastRecord._record)
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]

Completed in 1110 milliseconds