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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Performance.idl 54 [RaisesException,MeasureAs=UnprefixedUserTiming] void measure(DOMString measureName, [Default=NullString] optional DOMString startMark, [Default=NullString] optional DOMString endMark);
60 [RaisesException,DeprecateAs=PrefixedUserTiming,ImplementedAs=measure] void webkitMeasure(DOMString measureName, [Default=NullString] optional DOMString startMark, [Default=NullString] optional DOMString endMark);
PerformanceUserTiming.h 52 void measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState&);
Performance.h 86 void measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState&);
PerformanceUserTiming.cpp 135 void UserTiming::measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState& es)
140 if (startMark.isNull())
144 startTime = findExistingMarkStartTime(startMark, es);
151 startTime = findExistingMarkStartTime(startMark, es);
Performance.cpp 275 void Performance::measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState& es)
279 m_userTiming->measure(measureName, startMark, endMark, es);
  /frameworks/base/libs/hwui/
Caches.h 350 PFNGLPUSHGROUPMARKEREXTPROC startMark;
Caches.cpp 117 startMark = glPushGroupMarkerEXT;
121 startMark = startMarkNull;
OpenGLRenderer.cpp 508 void OpenGLRenderer::startMark(const char* name) const {
509 mCaches.startMark(0, name);
616 startMark("Layer Updates");
618 startMark("Defer Layer Updates");
641 startMark("Apply Layer Updates");
647 startMark(layerName);
768 startMark("ComposeLayer");
949 startMark("SaveLayer");
    [all...]
DisplayList.cpp 485 replayStruct.mRenderer.startMark(mName.string());
OpenGLRenderer.h 386 void startMark(const char* name) const;
389 * Closes the last group marker opened by startMark().
    [all...]
DisplayListOp.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 121 milliseconds