Searched refs:available_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/spdy/
H A Dhpack_header_table.cc137 size_t available_size = max_size_ - size_; local
140 if (entry_size <= available_size) {
144 return EvictionCountToReclaim(entry_size - available_size);
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.h83 // |available_size| is the maximum length of the space that the attached
94 int available_size,
H A Dworkspace_window_resizer.cc575 int available_size = end - start; local
577 int leftovers = CalculateAttachedSizes(delta, available_size, &sizes);
612 int available_size,
622 if (total_initial_size_ >= available_size)
623 grow_attached_by = available_size - total_initial_size_;
610 CalculateAttachedSizes( int delta, int available_size, std::vector<int>* sizes) const argument
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.c370 size_t available_size = xattr_free_space(first, block_end);
373 if (needed_size > available_size)
385 char *val = (char *) new_entry + available_size - EXT4_XATTR_SIZE(value_len);
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc761 int available_size = *size; local
771 *location += (available_size - *size) / 2;
774 *location = *location + available_size - *size;
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc707 int available_size = layout_manager_->PrimaryAxisValue(width(), height()); local
709 if (!available_size)
741 int end_position = available_size - button_spacing;
757 int reserved_icon_space = available_size * kReservedNonPanelIconProportion;

Completed in 132 milliseconds