Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc159 TEST_F(PersistentHistogramAllocatorTest, CreateWithFile) { in TEST_F() argument
168 GlobalHistogramAllocator::CreateWithFile(temp_file, temp_size, 0, temp_name); in TEST_F()
174 GlobalHistogramAllocator::CreateWithFile(temp_file, temp_size, 0, ""); in TEST_F()
180 GlobalHistogramAllocator::CreateWithFile(temp_file, 0, 0, ""); in TEST_F()
Dpersistent_histogram_allocator.h358 static bool CreateWithFile(const FilePath& file_path,
Dpersistent_histogram_allocator.cc679 bool GlobalHistogramAllocator::CreateWithFile( in CreateWithFile() function in base::GlobalHistogramAllocator
727 return base::GlobalHistogramAllocator::CreateWithFile(active_path, size, id, in CreateWithActiveFile()
/external/libchrome/base/debug/
Dactivity_tracker_unittest.cc360 GlobalActivityTracker::CreateWithFile(temp_file, temp_size, 0, "foo", 3); in TEST_F()
369 GlobalActivityTracker::CreateWithFile(temp_file, temp_size, 0, "bar", 3); in TEST_F()
Dactivity_tracker.h899 static bool CreateWithFile(const FilePath& file_path,
Dactivity_tracker.cc1269 bool GlobalActivityTracker::CreateWithFile(const FilePath& file_path, in CreateWithFile() function in base::debug::GlobalActivityTracker