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

  /external/chromium_org/webkit/browser/fileapi/
mock_file_change_observer.h 39 create_directory_count_ = 0;
48 create_directory_count_ == 0 &&
56 int create_directory_count() const { return create_directory_count_; }
80 int tmp = create_directory_count_;
81 create_directory_count_ = 0;
95 int create_directory_count_; member in class:fileapi::MockFileChangeObserver
mock_file_change_observer.cc 14 create_directory_count_(0),
44 create_directory_count_++;

Completed in 28 milliseconds