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

  /external/chromium_org/webkit/browser/fileapi/
mock_file_change_observer.h 37 remove_file_count_ = 0;
46 remove_file_count_ == 0 &&
54 int remove_file_count() const { return remove_file_count_; }
70 int tmp = remove_file_count_;
71 remove_file_count_ = 0;
93 int remove_file_count_; member in class:fileapi::MockFileChangeObserver
mock_file_change_observer.cc 12 remove_file_count_(0),
36 remove_file_count_++;

Completed in 42 milliseconds