Home
last modified time | relevance | path

Searched refs:Resize (Results 1 – 25 of 132) sorted by relevance

123456

/external/chromium/base/
Dpickle.cc27 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
Dpickle.h211 bool Resize(size_t new_capacity);
241 FRIEND_TEST_ALL_PREFIXES(PickleTest, Resize);
/external/chromium/net/spdy/
Dspdy_frame_builder.cc20 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
Dspdy_frame_builder.h140 bool Resize(size_t new_capacity);
/external/chromium/net/disk_cache/
Dbitmap_unittest.cc68 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()
Dbitmap.h34 void Resize(int num_bits, bool clear_bits);
Dsparse_control.cc97 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/
Durl_canon_icu.cc129 output->Resize(begin_offset + dest_capacity); in ConvertFromUTF16()
160 output->Resize(output->capacity() * 2); in IDNToASCII()
Durl_canon_stdstring.h78 virtual void Resize(int sz) { in Resize() function
/external/v8/src/
Dlist-inl.h56 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
Dhashmap.h99 void Resize();
136 Resize(); in Lookup()
275 void TemplateHashMapImpl<P>::Resize() { in Resize() function
/external/chromium/third_party/libjingle/source/talk/base/
Dbytebuffer.cc174 Resize(Length() + len); in WriteBytes()
180 void ByteBuffer::Resize(size_t size) { in Resize() function in talk_base::ByteBuffer
Dbytebuffer.h65 void Resize(size_t size);
/external/e2fsprogs/tests/f_resize_inode/
Dexpect31 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/
Dsocket_stream_metrics_unittest.cc52 original.Resize(*histogram); // Ensure |original| size is same as |sample|. in TEST()
85 original.Resize(*histogram); in TEST()
/external/chromium/net/tools/flip_server/
Dring_buffer.cc214 Resize(ReadableBytes() + size); in Reserve()
246 void RingBuffer::Resize(int buffer_size) { in Resize() function in net::RingBuffer
Dring_buffer.h36 void Resize(int buffer_size);
/external/chromium/chrome/browser/importer/
Dimporter.cc43 decoded = skia::ImageOperations::Resize( in ReencodeFavicon()
/external/chromium/chrome/browser/chromeos/
Dwm_overview_favicon.cc67 icon = skia::ImageOperations::Resize( in SetFavicon()
/external/webkit/Source/WebCore/platform/chromium/
DDragImageChromiumSkia.cpp65 skia::ImageOperations::Resize(*image, skia::ImageOperations::RESIZE_LANCZOS3, in scaleDragImage()
/external/webkit/Source/WebCore/platform/graphics/skia/
DNativeImageSkia.cpp95 …m_resizedImage = skia::ImageOperations::Resize(*this, skia::ImageOperations::RESIZE_LANCZOS3, w, h… in resizedBitmap()
/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_gtk.h45 void Resize(int width);
Ddragged_tab_gtk.cc99 Resize(selected_width); in Attach()
105 void DraggedTabGtk::Resize(int width) { in Resize() function in DraggedTabGtk
/external/e2fsprogs/tests/f_dup_resize/
Dexpect.11 Resize inode not valid. Recreate? yes
/external/chromium/chrome/browser/ui/login/
Dlogin_prompt_mac.mm179 // Resize the TextField.
184 // Resize the window (no shifting needed due to window layout).

123456