/external/chromium/base/ |
D | pickle.cc | 27 Resize(kPayloadUnit); in Pickle() 38 Resize(kPayloadUnit); in Pickle() 67 bool resized = Resize(payload_size); in Pickle() 91 bool resized = Resize(other.header_size_ + other.header_->payload_size); in operator =() 385 if (needed_size > capacity_ && !Resize(std::max(capacity_ * 2, needed_size))) in BeginWrite() 403 bool Pickle::Resize(size_t new_capacity) { in Resize() function in Pickle
|
D | pickle.h | 211 bool Resize(size_t new_capacity); 241 FRIEND_TEST_ALL_PREFIXES(PickleTest, Resize);
|
/external/chromium/net/spdy/ |
D | spdy_frame_builder.cc | 20 Resize(kInitialPayload); in SpdyFrameBuilder() 151 if (needed_size > capacity_ && !Resize(std::max(capacity_ * 2, needed_size))) in BeginWrite() 164 bool SpdyFrameBuilder::Resize(size_t new_capacity) { in Resize() function in spdy::SpdyFrameBuilder
|
D | spdy_frame_builder.h | 140 bool Resize(size_t new_capacity);
|
/external/chromium/net/disk_cache/ |
D | bitmap_unittest.cc | 68 TEST(BitmapTest, Resize) { in TEST() argument 73 map.Resize(kSize1, true); in TEST() 78 map.Resize(kSize2, true); in TEST() 84 map.Resize(kSize3, true); in TEST()
|
D | bitmap.h | 34 void Resize(int num_bits, bool clear_bits);
|
D | sparse_control.cc | 97 children_map_.Resize(num_bits, false); in Start() 367 children_map_.Resize(kNumSparseBits, true); in CreateSparseEntry() 423 children_map_.Resize(map_len * 8, false); in OpenSparseEntry() 537 children_map_.Resize(Bitmap::RequiredArraySize(child_bit + 1) * 32, true); in SetChildBit()
|
/external/chromium/googleurl/src/ |
D | url_canon_icu.cc | 129 output->Resize(begin_offset + dest_capacity); in ConvertFromUTF16() 160 output->Resize(output->capacity() * 2); in IDNToASCII()
|
D | url_canon_stdstring.h | 78 virtual void Resize(int sz) { in Resize() function
|
/external/v8/src/ |
D | list-inl.h | 56 if (capacity_ < result_length) Resize(result_length); in AddAll() 81 Resize(new_capacity); in ResizeAddInternal() 87 void List<T, P>::Resize(int new_capacity) { in Resize() function
|
D | hashmap.h | 99 void Resize(); 136 Resize(); in Lookup() 275 void TemplateHashMapImpl<P>::Resize() { in Resize() function
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | bytebuffer.cc | 174 Resize(Length() + len); in WriteBytes() 180 void ByteBuffer::Resize(size_t size) { in Resize() function in talk_base::ByteBuffer
|
D | bytebuffer.h | 65 void Resize(size_t size);
|
/external/e2fsprogs/tests/f_resize_inode/ |
D | expect | 31 Resize inode not valid. Recreate? yes 59 Resize inode not valid. Recreate? yes 87 Resize inode not valid. Recreate? yes
|
/external/chromium/net/socket_stream/ |
D | socket_stream_metrics_unittest.cc | 52 original.Resize(*histogram); // Ensure |original| size is same as |sample|. in TEST() 85 original.Resize(*histogram); in TEST()
|
/external/chromium/net/tools/flip_server/ |
D | ring_buffer.cc | 214 Resize(ReadableBytes() + size); in Reserve() 246 void RingBuffer::Resize(int buffer_size) { in Resize() function in net::RingBuffer
|
D | ring_buffer.h | 36 void Resize(int buffer_size);
|
/external/chromium/chrome/browser/importer/ |
D | importer.cc | 43 decoded = skia::ImageOperations::Resize( in ReencodeFavicon()
|
/external/chromium/chrome/browser/chromeos/ |
D | wm_overview_favicon.cc | 67 icon = skia::ImageOperations::Resize( in SetFavicon()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | DragImageChromiumSkia.cpp | 65 skia::ImageOperations::Resize(*image, skia::ImageOperations::RESIZE_LANCZOS3, in scaleDragImage()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | NativeImageSkia.cpp | 95 …m_resizedImage = skia::ImageOperations::Resize(*this, skia::ImageOperations::RESIZE_LANCZOS3, w, h… in resizedBitmap()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | dragged_tab_gtk.h | 45 void Resize(int width);
|
D | dragged_tab_gtk.cc | 99 Resize(selected_width); in Attach() 105 void DraggedTabGtk::Resize(int width) { in Resize() function in DraggedTabGtk
|
/external/e2fsprogs/tests/f_dup_resize/ |
D | expect.1 | 1 Resize inode not valid. Recreate? yes
|
/external/chromium/chrome/browser/ui/login/ |
D | login_prompt_mac.mm | 179 // Resize the TextField. 184 // Resize the window (no shifting needed due to window layout).
|