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

/external/chromium_org/webkit/browser/fileapi/
H A Drecursive_operation_delegate.cc40 DCHECK(pending_files_.empty());
56 if (pending_files_.empty()) {
60 while (!pending_files_.empty() &&
62 FileSystemURL url = pending_files_.front();
63 pending_files_.pop();
120 pending_files_.push(url);
H A Drecursive_operation_delegate.h93 std::queue<FileSystemURL> pending_files_; member in class:fileapi::RecursiveOperationDelegate
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc370 vector<string> pending_files_; member in class:google::protobuf::DescriptorPool::Tables
3047 for (int i = 0; i < tables_->pending_files_.size(); i++) {
3048 if (tables_->pending_files_[i] == proto.name()) {
3050 for (; i < tables_->pending_files_.size(); i++) {
3051 error_message.append(tables_->pending_files_[i]);
3066 tables_->pending_files_.push_back(proto.name());
3075 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 5523 milliseconds