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

  /external/webkit/Source/WebKit/android/
TimeCounter.h 82 friend class TimeCounterAuto;
85 class TimeCounterAuto {
87 TimeCounterAuto(TimeCounter::Type type) :
89 ~TimeCounterAuto() {
  /external/webkit/Source/WebKit/android/jni/
WebCoreResourceLoader.cpp 137 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
153 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
182 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
200 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
223 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
240 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
279 TimeCounterAuto counter(TimeCounter::ResourceTimeCounter);
WebCoreFrameBridge.cpp 426 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
514 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
538 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
577 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
637 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
654 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
685 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
696 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
707 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter);
718 TimeCounterAuto counter(TimeCounter::JavaCallbackTimeCounter)
    [all...]
WebViewCore.cpp 600 TimeCounterAuto counter(TimeCounter::WebViewCoreRecordTimeCounter);
    [all...]

Completed in 2742 milliseconds