total_size_ 36 cc/base/tiling_data.cc total_size_(total_size), total_size_ 46 cc/base/tiling_data.cc total_size_(total_size), total_size_ 52 cc/base/tiling_data.cc total_size_ = total_size; total_size_ 135 cc/base/tiling_data.cc int total_size_x = total_size_.width(); total_size_ 136 cc/base/tiling_data.cc int total_size_y = total_size_.height(); total_size_ 165 cc/base/tiling_data.cc DCHECK_LE(x, total_size_.width()); total_size_ 166 cc/base/tiling_data.cc DCHECK_LE(y, total_size_.height()); total_size_ 174 cc/base/tiling_data.cc int total_size_x = total_size_.width(); total_size_ 175 cc/base/tiling_data.cc int total_size_y = total_size_.height(); total_size_ 194 cc/base/tiling_data.cc DCHECK_LE(x, total_size_.width()); total_size_ 195 cc/base/tiling_data.cc DCHECK_LE(y, total_size_.height()); total_size_ 226 cc/base/tiling_data.cc return total_size_.width(); total_size_ 232 cc/base/tiling_data.cc return total_size_.width() - TilePositionX(x_index); total_size_ 243 cc/base/tiling_data.cc return total_size_.height(); total_size_ 249 cc/base/tiling_data.cc return total_size_.height() - TilePositionY(y_index); total_size_ 264 cc/base/tiling_data.cc max_texture_size_.width(), total_size_.width(), border_texels_); total_size_ 266 cc/base/tiling_data.cc max_texture_size_.height(), total_size_.height(), border_texels_); total_size_ 34 cc/base/tiling_data.h gfx::Size total_size() const { return total_size_; } total_size_ 196 cc/base/tiling_data.h gfx::Size total_size_; total_size_ 14 chrome/utility/media_galleries/ipc_data_source.cc : total_size_(total_size), total_size_ 40 chrome/utility/media_galleries/ipc_data_source.cc *size_out = total_size_; total_size_ 74 chrome/utility/media_galleries/ipc_data_source.cc CHECK_GE(total_size_, 0); total_size_ 79 chrome/utility/media_galleries/ipc_data_source.cc position = std::min(position, total_size_); total_size_ 81 chrome/utility/media_galleries/ipc_data_source.cc std::min(static_cast<int64>(size), total_size_ - position); total_size_ 60 chrome/utility/media_galleries/ipc_data_source.h const int64 total_size_; total_size_ 20 net/base/upload_data_stream.cc total_size_(0), total_size_ 32 net/base/upload_data_stream.cc total_size_(0), total_size_ 69 net/base/upload_data_stream.cc return current_position_ == total_size_; total_size_ 121 net/base/upload_data_stream.cc total_size_ = 0; total_size_ 152 net/base/upload_data_stream.cc total_size_ = total_size; total_size_ 222 net/base/upload_data_stream.cc DCHECK(is_chunked_ || total_size_ >= current_position_); total_size_ 77 net/base/upload_data_stream.h uint64 size() const { return total_size_; } total_size_ 134 net/base/upload_data_stream.h uint64 total_size_; total_size_ 13 net/spdy/spdy_read_queue.cc SpdyReadQueue::SpdyReadQueue() : total_size_(0) {} total_size_ 20 net/spdy/spdy_read_queue.cc DCHECK_EQ(queue_.empty(), total_size_ == 0); total_size_ 25 net/spdy/spdy_read_queue.cc return total_size_; total_size_ 30 net/spdy/spdy_read_queue.cc total_size_ += buffer->GetRemainingSize(); total_size_ 50 net/spdy/spdy_read_queue.cc total_size_ -= bytes_copied; total_size_ 44 net/spdy/spdy_read_queue.h size_t total_size_; total_size_ 46 third_party/protobuf/src/google/protobuf/repeated_field.cc if (total_size_ >= new_size) return; total_size_ 49 third_party/protobuf/src/google/protobuf/repeated_field.cc total_size_ = max(kMinRepeatedFieldAllocationSize, total_size_ 50 third_party/protobuf/src/google/protobuf/repeated_field.cc max(total_size_ * 2, new_size)); total_size_ 51 third_party/protobuf/src/google/protobuf/repeated_field.cc elements_ = new void*[total_size_]; total_size_ 63 third_party/protobuf/src/google/protobuf/repeated_field.cc int swap_total_size = total_size_; total_size_ 68 third_party/protobuf/src/google/protobuf/repeated_field.cc total_size_ = other->total_size_; total_size_ 73 third_party/protobuf/src/google/protobuf/repeated_field.cc other->total_size_ = swap_total_size; total_size_ 176 third_party/protobuf/src/google/protobuf/repeated_field.h int total_size_; total_size_ 319 third_party/protobuf/src/google/protobuf/repeated_field.h int total_size_; total_size_ 554 third_party/protobuf/src/google/protobuf/repeated_field.h total_size_(kInitialSize) { total_size_ 561 third_party/protobuf/src/google/protobuf/repeated_field.h total_size_(kInitialSize) { total_size_ 570 third_party/protobuf/src/google/protobuf/repeated_field.h total_size_(kInitialSize) { total_size_ 596 third_party/protobuf/src/google/protobuf/repeated_field.h return total_size_; total_size_ 631 third_party/protobuf/src/google/protobuf/repeated_field.h if (current_size_ == total_size_) Reserve(total_size_ + 1); total_size_ 637 third_party/protobuf/src/google/protobuf/repeated_field.h if (current_size_ == total_size_) Reserve(total_size_ + 1); total_size_ 704 third_party/protobuf/src/google/protobuf/repeated_field.h int swap_total_size = total_size_; total_size_ 708 third_party/protobuf/src/google/protobuf/repeated_field.h total_size_ = other->total_size_; total_size_ 712 third_party/protobuf/src/google/protobuf/repeated_field.h other->total_size_ = swap_total_size; total_size_ 743 third_party/protobuf/src/google/protobuf/repeated_field.h return (elements_ != NULL) ? total_size_ * sizeof(elements_[0]) : 0; total_size_ 750 third_party/protobuf/src/google/protobuf/repeated_field.h if (total_size_ >= new_size) return; total_size_ 753 third_party/protobuf/src/google/protobuf/repeated_field.h total_size_ = max(google::protobuf::internal::kMinRepeatedFieldAllocationSize, total_size_ 754 third_party/protobuf/src/google/protobuf/repeated_field.h max(total_size_ * 2, new_size)); total_size_ 755 third_party/protobuf/src/google/protobuf/repeated_field.h elements_ = new Element[total_size_]; total_size_ 806 third_party/protobuf/src/google/protobuf/repeated_field.h total_size_(kInitialSize) { total_size_ 841 third_party/protobuf/src/google/protobuf/repeated_field.h if (allocated_size_ == total_size_) Reserve(total_size_ + 1); total_size_ 877 third_party/protobuf/src/google/protobuf/repeated_field.h return total_size_; total_size_ 910 third_party/protobuf/src/google/protobuf/repeated_field.h (elements_ != NULL) ? total_size_ * sizeof(elements_[0]) : 0; total_size_ 930 third_party/protobuf/src/google/protobuf/repeated_field.h if (current_size_ == total_size_) { total_size_ 932 third_party/protobuf/src/google/protobuf/repeated_field.h Reserve(total_size_ + 1); total_size_ 934 third_party/protobuf/src/google/protobuf/repeated_field.h } else if (allocated_size_ == total_size_) { total_size_ 974 third_party/protobuf/src/google/protobuf/repeated_field.h if (allocated_size_ == total_size_) Reserve(total_size_ + 1); total_size_ 364 ui/gfx/render_text_win.cc *size = total_size_; total_size_ 430 ui/gfx/render_text_win.cc line->preceding_heights = total_size_.height(); total_size_ 431 ui/gfx/render_text_win.cc total_size_.set_height(total_size_.height() + line->size.height()); total_size_ 432 ui/gfx/render_text_win.cc total_size_.set_width(std::max(total_size_.width(), line->size.width())); total_size_ 487 ui/gfx/render_text_win.cc Size total_size_; total_size_ 59 webkit/browser/blob/blob_url_request_job.cc total_size_(0), total_size_ 176 webkit/browser/blob/blob_url_request_job.cc if (item_length > kint64max - total_size_) { total_size_ 184 webkit/browser/blob/blob_url_request_job.cc total_size_ += item_length; total_size_ 190 webkit/browser/blob/blob_url_request_job.cc total_size_ = 0; total_size_ 221 webkit/browser/blob/blob_url_request_job.cc if (!byte_range_.ComputeBounds(total_size_)) { total_size_ 523 webkit/browser/blob/blob_url_request_job.cc content_range_header.append(base::StringPrintf("%" PRId64, total_size_)); total_size_ 104 webkit/browser/blob/blob_url_request_job.h int64 total_size_; total_size_ 110 webkit/browser/database/database_quota_client_unittest.cc total_size_ += size; total_size_ 47 webkit/browser/database/database_tracker.cc : total_size_(0) {} total_size_ 51 webkit/browser/database/database_tracker.cc total_size_(origin_info.total_size_), total_size_ 56 webkit/browser/database/database_tracker.h int64 TotalSize() const { return total_size_; } total_size_ 69 webkit/browser/database/database_tracker.h int64 total_size_; total_size_ 202 webkit/browser/database/database_tracker.h total_size_ += new_size - old_size;