Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dactivity_tracker.cc1532 ActivityUserData::Snapshot process_data_snapshot; in CleanupAfterProcess() local
1545 process_data.CreateSnapshot(&process_data_snapshot); in CleanupAfterProcess()
1555 auto phase = process_data_snapshot.find(kProcessPhaseDataKey); in CleanupAfterProcess()
1556 if (phase != process_data_snapshot.end()) in CleanupAfterProcess()
1562 std::move(process_data_snapshot)); in CleanupAfterProcess()