Home
last modified time | relevance | path

Searched refs:getStartTime (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/resources/net_internals/
Dwaterfall_row.js52 var startTime = this.parentView_.getStartTime();
53 var sourceEntryStartTime = this.getStartTime();
99 getStartTime: function() { method in WaterfallRow
100 return this.sourceEntry_.getStartTime();
112 var tableStart = this.parentView_.getStartTime();
139 this.getEndTime() - this.getStartTime() + 'ms');
142 this.getStartTime() - tableStart + 'ms');
Dsource_entry.js296 getStartTime: function() { method in SourceEntry
319 var startTime = this.getStartTime();
Dwaterfall_view.js116 getStartTime: function() { method in WaterfallView
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/serialization/
DKerberosTicketTest.java86 assertEquals("StartTime", init.getStartTime(), desr.getStartTime());
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
DKerberosTicketTest.java370 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()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.idl30 float getStartTime();
DSVGAnimationElement.h70 float getStartTime() const;
DSVGAnimationElement.cpp248 float SVGAnimationElement::getStartTime() const in getStartTime() function in WebCore::SVGAnimationElement