Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc139 GlobalHistogramAllocator::CreateWithFile(temp_file, temp_size, 0, temp_name); in TEST_F()
145 GlobalHistogramAllocator::CreateWithFile(temp_file, temp_size, 0, ""); in TEST_F()
151 GlobalHistogramAllocator::CreateWithFile(temp_file, 0, 0, ""); in TEST_F()
Dpersistent_histogram_allocator.h398 static void CreateWithFile(const FilePath& file_path,
Dpersistent_histogram_allocator.cc689 void GlobalHistogramAllocator::CreateWithFile( in CreateWithFile() function in base::GlobalHistogramAllocator