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

  /external/chromium_org/base/allocator/
allocator_extension.h 50 BASE_EXPORT void SetGetStatsFunction(
allocator_extension_thunks.h 24 void SetGetStatsFunction(GetStatsFunction get_stats_function);
allocator_extension.cc 42 void SetGetStatsFunction(thunks::GetStatsFunction get_stats_function) {
45 thunks::SetGetStatsFunction(get_stats_function);
allocator_extension_thunks.cc 33 void SetGetStatsFunction(GetStatsFunction get_stats_function) {
allocator_shim.cc 275 base::allocator::thunks::SetGetStatsFunction(get_stats_thunk);
  /external/chromium_org/content/app/
content_main_runner.cc 516 base::allocator::SetGetStatsFunction(GetStatsThunk);

Completed in 129 milliseconds