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

  /external/chromium_org/content/browser/fileapi/
mock_file_change_observer.h 69 int get_and_reset_remove_file_count() { function in class:fileapi::MockFileChangeObserver
file_system_operation_impl_unittest.cc 393 EXPECT_EQ(1, change_observer()->get_and_reset_remove_file_count());
410 EXPECT_EQ(1, change_observer()->get_and_reset_remove_file_count());
468 EXPECT_EQ(1, change_observer()->get_and_reset_remove_file_count());
488 EXPECT_EQ(0, change_observer()->get_and_reset_remove_file_count());
710 EXPECT_EQ(0, change_observer()->get_and_reset_remove_file_count());
    [all...]
obfuscated_file_util_unittest.cc 865 EXPECT_EQ(1, change_observer()->get_and_reset_remove_file_count());
    [all...]

Completed in 167 milliseconds