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

  /external/libchrome/base/
tracked_objects.h 314 // All invocations of DeathData::OnProfilingPhaseCompleted and
361 void OnProfilingPhaseCompleted(int profiling_phase);
373 // OnProfilingPhaseCompleted() on the snapshot thread.
382 // but these fields can be set to 0 by OnProfilingPhaseCompleted() on the
478 static void OnProfilingPhaseCompleted(int profiling_phase);
    [all...]
tracked_objects.cc 167 void DeathData::OnProfilingPhaseCompleted(int profiling_phase) {
465 void ThreadData::OnProfilingPhaseCompleted(int profiling_phase) {
671 death.second.OnProfilingPhaseCompleted(profiling_phase);
    [all...]
tracked_objects_unittest.cc 292 data->OnProfilingPhaseCompleted(123);
497 ThreadData::OnProfilingPhaseCompleted(0);
596 ThreadData::OnProfilingPhaseCompleted(0);
614 ThreadData::OnProfilingPhaseCompleted(1);
737 ThreadData::OnProfilingPhaseCompleted(0);
780 ThreadData::OnProfilingPhaseCompleted(0);
    [all...]

Completed in 243 milliseconds