HomeSort by relevance Sort by last modified time
    Searched defs:Grow (Results 1 - 8 of 8) sorted by null

  /external/chromium/googleurl/src/
url_canon.h 123 // Grow the buffer to hold at least one more item. Hopefully we won't have
125 if (!Grow(1))
136 if (!Grow(cur_len_ + str_len - buffer_len_))
147 bool Grow(int min_additional) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
natsocketfactory.cc 183 Grow(size + kNATEncodedIPv6AddressSize);
285 void Grow(size_t new_size) {
  /external/chromium_org/url/
url_canon.h 99 // Grow the buffer to hold at least one more item. Hopefully we won't have
101 if (!Grow(1))
112 if (!Grow(cur_len_ + str_len - buffer_len_))
123 bool Grow(int min_additional) {
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 108 if (mMode == ModifyMode.Grow) {
298 // Don't let the cropping rectangle grow too fast.
299 // Grow at most half of the difference between the image rectangle and
392 enum ModifyMode { None, Move, Grow }
  /external/chromium_org/v8/src/
spaces.cc     [all...]
liveedit.cc     [all...]
  /external/v8/src/
spaces.cc     [all...]
liveedit.cc     [all...]

Completed in 84 milliseconds