HomeSort by relevance Sort by last modified time
    Searched defs:Grow (Results 1 - 4 of 4) 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...]
  /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/v8/src/
spaces.cc     [all...]
liveedit.cc     [all...]

Completed in 123 milliseconds