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

  /external/chromium_org/webkit/browser/fileapi/
mock_file_change_observer.h 35 create_file_count_ = 0;
44 return create_file_count_ == 0 &&
52 int create_file_count() const { return create_file_count_; }
60 int tmp = create_file_count_;
61 create_file_count_ = 0;
91 int create_file_count_; member in class:fileapi::MockFileChangeObserver
mock_file_change_observer.cc 10 : create_file_count_(0),
27 create_file_count_++;

Completed in 475 milliseconds