OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_and_reset_modify_file_count
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/fileapi/
file_system_operation_impl_write_unittest.cc
189
EXPECT_EQ(1, change_observer()->
get_and_reset_modify_file_count
());
203
EXPECT_EQ(1, change_observer()->
get_and_reset_modify_file_count
());
218
EXPECT_EQ(0, change_observer()->
get_and_reset_modify_file_count
());
234
EXPECT_EQ(1, change_observer()->
get_and_reset_modify_file_count
());
259
EXPECT_EQ(1, change_observer()->
get_and_reset_modify_file_count
());
276
EXPECT_EQ(1, change_observer()->
get_and_reset_modify_file_count
());
299
EXPECT_EQ(0, change_observer()->
get_and_reset_modify_file_count
());
323
EXPECT_EQ(0, change_observer()->
get_and_reset_modify_file_count
());
file_system_operation_impl_unittest.cc
383
EXPECT_EQ(1, change_observer()->
get_and_reset_modify_file_count
());
581
EXPECT_EQ(1, change_observer()->
get_and_reset_modify_file_count
());
[
all
...]
obfuscated_file_util_unittest.cc
814
EXPECT_EQ(1, change_observer()->
get_and_reset_modify_file_count
());
821
EXPECT_EQ(1, change_observer()->
get_and_reset_modify_file_count
());
[
all
...]
/external/chromium_org/webkit/browser/fileapi/
mock_file_change_observer.h
74
int
get_and_reset_modify_file_count
() {
function in class:fileapi::MockFileChangeObserver
Completed in 194 milliseconds