HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 501 - 525 of 1221) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/cocoa/
first_run_dialog.mm 204 // the min size, i.e.-never shrink, just grow).
  /external/chromium/chrome/browser/ui/gtk/
ssl_client_certificate_selector.cc 152 // dialog. This does however mean the dialog will grow itself if you switch
  /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/android_webview/java/src/org/chromium/android_webview/
AwLayoutSizer.java 271 // cause the webview to grow indefinitely. We need to use a height independent of the
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_device_list.js 125 // list is not expected to grow very large. Fixed height items are also
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.mm 126 // the download shelf goes from hidden to shown, we grow the window downwards in
130 // entirely on-screen, we don't grow/shrink the window.
133 // window to accomodate the growth. In this case, we grow the window first
404 // out, measure the current content area size and grow if needed. The
    [all...]
first_run_dialog.mm 201 // the min size, i.e.-never shrink, just grow).
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.mm 199 // Grow the parent views
  /external/chromium_org/chrome/browser/ui/gtk/
ssl_client_certificate_selector.cc 156 // dialog. This does however mean the dialog will grow itself if you switch
  /external/chromium_org/net/websockets/
websocket_deflate_stream.cc 317 // memory consumption can grow.
  /external/chromium_org/ppapi/api/
ppb_tcp_socket.idl 196 * queue of pending connections may grow.
  /external/chromium_org/ppapi/c/
ppb_tcp_socket.h 211 * queue of pending connections may grow.
  /external/chromium_org/ppapi/cpp/
tcp_socket.h 161 /// queue of pending connections may grow.
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp 262 // Update m_totalBytes only when in dynamic buffer grow mode.
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLToken.h 289 m_attributes.grow(m_attributes.size() + 1);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecLatin1.cpp 235 result.grow(resultLength + replacementLength + length - i);
  /external/chromium_org/third_party/icu/source/test/cintltst/
chashtst.c 247 /*set the resize policy to just GROW and SHRINK*/
  /external/chromium_org/third_party/libxml/src/
testC14N.c 178 * Macro used to grow the current buffer.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 158 // Grow the string.
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 104 // Grow the stack.
  /external/chromium_org/third_party/sqlite/src/src/
notify.c 260 /* The aArg[] array needs to grow. */
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.h 209 // Returns the max width menus can grow to be.
  /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...]
  /external/chromium_org/v8/src/
hashmap.h 147 // Grow the map if we reached >= 80% occupancy.
regexp-macro-assembler.h 229 // to grow the stack.

Completed in 720 milliseconds

<<21222324252627282930>>