Searched refs:getStartTime (Results 1 – 8 of 8) sorted by relevance
52 var startTime = this.parentView_.getStartTime();53 var sourceEntryStartTime = this.getStartTime();99 getStartTime: function() { method in WaterfallRow100 return this.sourceEntry_.getStartTime();112 var tableStart = this.parentView_.getStartTime();139 this.getEndTime() - this.getStartTime() + 'ms');142 this.getStartTime() - tableStart + 'ms');
296 getStartTime: function() { method in SourceEntry319 var startTime = this.getStartTime();
116 getStartTime: function() { method in WaterfallView
86 assertEquals("StartTime", init.getStartTime(), desr.getStartTime());
370 assertEquals(START_TIME + 1, krbTicket.getStartTime().getTime()); in test_getStartTime()373 assertNotSame(krbTicket.getStartTime(), krbTicket.getStartTime()); in test_getStartTime()378 assertEquals(authTime, krbTicket.getStartTime()); in test_getStartTime()379 assertNotSame(authTime, krbTicket.getStartTime()); in test_getStartTime()
30 float getStartTime();
70 float getStartTime() const;
248 float SVGAnimationElement::getStartTime() const in getStartTime() function in WebCore::SVGAnimationElement