Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics.h381 struct BASE_EXPORT SwapInfo { struct
382 SwapInfo() in SwapInfo() argument
402 BASE_EXPORT void GetSwapInfo(SwapInfo* swap_info); argument
426 SwapInfo swap_info_;
Dprocess_metrics_linux.cc911 std::unique_ptr<Value> SwapInfo::ToValue() const { in ToValue()
930 void GetSwapInfo(SwapInfo* swap_info) { in GetSwapInfo()