Searched refs:pending_files_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Drecursive_operation_delegate.cc37 DCHECK(pending_files_.empty());
59 DCHECK(pending_files_.empty());
74 DCHECK(pending_files_.empty());
90 DCHECK(pending_files_.empty());
130 pending_files_.push(url);
143 if ((pending_files_.empty() || canceled_) && inflight_operations_ == 0) {
155 while (!pending_files_.empty() &&
161 AsWeakPtr(), pending_files_.front(),
164 pending_files_.pop();
183 DCHECK(pending_files_
[all...]
H A Drecursive_operation_delegate.h143 std::queue<FileSystemURL> pending_files_; member in class:storage::RecursiveOperationDelegate
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc368 vector<string> pending_files_; member in class:google::protobuf::DescriptorPool::Tables
3049 for (int i = 0; i < tables_->pending_files_.size(); i++) {
3050 if (tables_->pending_files_[i] == proto.name()) {
3052 for (; i < tables_->pending_files_.size(); i++) {
3053 error_message.append(tables_->pending_files_[i]);
3068 tables_->pending_files_.push_back(proto.name());
3077 tables_->pending_files_.pop_back();
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc327 vector<string> pending_files_; member in class:google::protobuf::DescriptorPool::Tables
2708 for (int i = 0; i < tables_->pending_files_.size(); i++) {
2709 if (tables_->pending_files_[i] == proto.name()) {
2711 for (; i < tables_->pending_files_.size(); i++) {
2712 error_message.append(tables_->pending_files_[i]);
2727 tables_->pending_files_.push_back(proto.name());
2736 tables_->pending_files_.pop_back();

Completed in 244 milliseconds