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

  /external/webkit/WebKit/android/
TimeCounter.h 82 friend class TimeCounterAuto;
85 class TimeCounterAuto {
87 TimeCounterAuto(TimeCounter::Type type) :
89 ~TimeCounterAuto() {
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp 370 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
513 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
530 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
581 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
595 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
618 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
629 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
640 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
651 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
669 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter)
    [all...]
WebCoreResourceLoader.cpp 137 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
156 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
185 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
203 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
226 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
243 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
283 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
WebViewCore.cpp 520 TimeCounterAuto counter(TimeCounter::WebViewCoreRecordTimeCounter);
768 TimeCounterAuto counter(TimeCounter::WebViewUIDrawTimeCounter);
    [all...]

Completed in 83 milliseconds