/external/chromium/net/tools/flip_server/ |
balsa_headers.h | 156 // the first block isn't big enough, resize it. 252 blocks_.resize(b.blocks_.size()); 313 blocks_.resize(start_idx); [all...] |
/external/icu4c/common/ |
rbbitblb.cpp | [all...] |
/external/webkit/WebCore/platform/chromium/ |
PopupMenuChromium.cpp | 395 resize(m_listBox->width() + kBorderSize * 2, m_listBox->height() + kBorderSize * 2); [all...] |
/external/webkit/WebCore/platform/graphics/wince/ |
PlatformPathWince.cpp | 53 pts.resize(offset + segments); 93 pts.resize(offset + segments);
|
/external/webkit/WebCore/platform/text/ |
String.cpp | 364 buffer.resize(bufferSize); 375 buffer.resize(bufferSize);
|
/external/webkit/WebCore/rendering/style/ |
RenderStyle.cpp | 831 animationList->resize(i); [all...] |
RenderStyle.h | 648 EResize resize() const { return static_cast<EResize>(rareInheritedData->resize); } function in class:WebCore::RenderStyle [all...] |
/external/webkit/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.mm | 186 _proxy->resize(boundsInWindow, visibleRectInWindow, sizeChanged);
|
/development/apps/Term/src/com/android/term/ |
Term.java | 615 * Resize the screen 619 void resize(int columns, int rows, int foreColor, int backColor); method in interface:Screen 1019 public void resize(int columns, int rows, int foreColor, int backColor) { method in class:TranscriptScreen [all...] |
/external/chromium/base/ |
string_util.cc | 477 result.resize(text.size()); 511 result.resize(chars_written); 571 output.resize(wide.size()); [all...] |
string_util.h | 497 // plus a terminating null. This is done because resize() isn't 498 // guaranteed to reserve space for the null. The resize() call is 501 // XXX-performance: the call to wide.resize() takes linear time, since it fills 509 str->resize(length_with_null - 1);
|
/external/stlport/stlport/stl/ |
_string.h | 404 void resize(size_type __n, _CharT __c) { function in class:basic_string 411 void resize(size_type __n) { resize(__n, _M_null()); } function in class:basic_string [all...] |
_hashtable.c | 207 //We check that equivalent keys have equals hash code as otherwise, on resize, 238 //We check that equivalent keys have equals hash code as otherwise, on resize, 513 _M_buckets.resize(__ht._M_buckets.size());
|
_hashtable.h | 263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize 580 void resize(size_type __num_buckets_hint) function in class:hashtable
|
/external/webkit/WebCore/inspector/front-end/ |
inspector.js | 485 window.addEventListener("resize", this.windowResize.bind(this), true); 576 this.currentPanel.resize(); 577 this.drawer.resize(); 884 this.drawer.resize(); 903 WebInspector.elementDragStart(toolbar, WebInspector.toolbarDrag, WebInspector.toolbarDragEnd, event, (WebInspector.attached ? "row-resize" : "default")); [all...] |
ProfileView.js | 174 resize: function()
|
ProfilesPanel.js | 491 this.resize();
|
/ndk/sources/android/stlport/stlport/stl/ |
_string.h | 404 void resize(size_type __n, _CharT __c) { function in class:basic_string 411 void resize(size_type __n) { resize(__n, _M_null()); } function in class:basic_string [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllApps3D.java | 275 sRollo.resize(w, h); [all...] |
/external/chromium/net/http/ |
http_auth_handler_ntlm_portable.cc | 271 passbuf.resize(14, '\0');
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiffengine_test.cc | 292 expected_match_counts_.resize(match_size * 2, 0); [all...] |
/external/skia/src/ports/ |
SkFontHost_android.cpp | 535 str.resize(len);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
rmepsilon.h | 223 states.resize(order.size());
|
/external/webkit/JavaScriptCore/runtime/ |
UString.cpp | 304 buffer.resize(neededSize);
|
/external/webkit/WebCore/loader/ |
Cache.cpp | 386 m_allResources.resize(i);
|