Searched defs:resize (Results 126 - 150 of 158) sorted by relevance

1234567

/external/stlport/stlport/stl/
H A D_deque.h811 void resize(size_type __new_size, function in class:deque
814 void resize(size_type __new_size, const value_type& __x) {
824 void resize(size_type __new_size) function in class:deque
825 { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
H A D_list.h536 void resize(size_type __new_size, const_reference __x = value_type());
538 void resize(size_type __new_size, const_reference __x);
539 void resize(size_type __new_size) function in class:list
540 { this->resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
H A D_slist.h682 void resize(size_type new_size, const value_type& __x = _Tp());
684 void resize(size_type new_size, const value_type& __x);
688 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
H A D_string.h404 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
H A D_vector.h636 void resize(size_type __new_size, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) { function in class:vector
638 void resize(size_type __new_size, const _Tp& __x) {
647 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:vector
H A D_rope.h2028 void resize(size_type, _CharT) {} function in class:rope
2029 void resize(size_type) {} function in class:rope
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp286 bool hasResizer = box().style()->resize() != RESIZE_NONE;
1013 // Move the scrollbar widgets if necessary. We normally move and resize widgets during layout,
1089 if (box().style()->resize() != RESIZE_NONE) {
1126 if (box().style()->resize() == RESIZE_NONE)
1172 if (box().style()->resize() == RESIZE_NONE)
1292 // Currently the resize corner is either the bottom right corner or the bottom left corner.
1302 void RenderLayerScrollableArea::resize(const PlatformEvent& evt, const LayoutSize& oldOffset) function in class:blink::RenderLayerScrollableArea
1353 EResize resize = box().style()->resize(); local
1354 if (resize !
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp138 void resize(size_t s) function in struct:WTF::BigInt
140 m_words.resize(s);
264 b.resize(1);
297 c.resize(wc);
352 c.resize(wc);
426 b.resize(b.size() + n + 1);
428 b.resize(b.size() + n);
444 b.resize(origSize + n + !!b.words()[n1 - 1]);
491 c.resize(1);
510 c.resize(w
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.cpp71 if(remainingCapacity<2 && !resize(2, errorCode)) {
95 if(remainingCapacity<length && !resize(length, errorCode)) {
129 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
150 if(remainingCapacity<length && !resize(length, errorCode)) {
179 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { function in class:ReorderingBuffer
/external/chromium_org/tools/binary_size/template/
H A DD3SymbolTreeMap.js248 D3SymbolTreeMap.prototype.resize = function(width, height) {
496 // will correctly update in later zoom/resize/whatever operations.
/external/e2fsprogs/misc/
H A Dmke2fs.c698 _("'%s' must be before 'resize=%u'\n"),
759 } else if (!strcmp(token, "resize")) {
760 blk64_t resize; local
772 resize = parse_num_blocks2(arg,
775 if (resize == 0) {
777 _("Invalid resize parameter: %s\n"),
782 if (resize <= ext2fs_blocks_count(param)) {
784 _("The resize maximum must be greater "
799 rsv_groups = ext2fs_div64_ceil(resize, bpg);
887 "\tresize=<resize maximu
[all...]
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp71 if(remainingCapacity<2 && !resize(2, errorCode)) {
95 if(remainingCapacity<length && !resize(length, errorCode)) {
129 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
150 if(remainingCapacity<length && !resize(length, errorCode)) {
179 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { function in class:ReorderingBuffer
/external/chromium_org/chrome/renderer/resources/
H A Doffline.js197 RESIZE: 'resize',
342 * Debounce the resize event.
352 * Adjust game space dimensions on resize.
2222 resize: function(width, height) {
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc370 // resize the view on Android.
1594 bool resize = false; local
1599 resize = true;
1621 if (resize)
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2088 load: 1, unload: 1, beforeunload: 2, resize: 1, move: 1, DOMContentLoaded: 1, readystatechange: 1, //window
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSMetadata.js110 "pitch", "quotes", "resize", "richness", "speak-header", "speak-numeral", "speak-punctuation", "speak", "speech-rate", "stress",
256 "alias", "progress", "no-drop", "not-allowed", "-webkit-zoom-in", "-webkit-zoom-out", "e-resize", "ne-resize",
257 "nw-resize", "n-resize", "se-resize", "sw-resize", "s-resize", "w-resize", "ew-resize", "n
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp191 // Constants for viewport anchoring on resize.
1681 localFrameRootTemporary()->frameView()->resize(m_size);
1724 void WebViewImpl::resize(const WebSize& newSize) function in class:WebViewImpl
3184 mainFrameImpl()->frameView()->resize(m_pageScaleConstraintsSet.mainFrameSize(contentsSize()));
3595 // Enqueues the resize event.
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h836 EResize resize() const { return static_cast<EResize>(rareInheritedData->resize); } function in class:blink::RenderStyle
1323 void setResize(EResize r) { SET_VAR(rareInheritedData, resize, r); }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jar ... private final java.util.ArrayList lockThreads private boolean resize static void " href="/5.1.0_r1/s? ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... Object element public void clear () public int size () protected void resize (boolean) boolean up Object[] tmp int count1 } org/eclipse/equinox ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... Paint public static final int Move public static final int Resize public static final int Dispose public static final int Selection ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 392 milliseconds

1234567