Searched refs:maxSize (Results 101 - 125 of 132) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h214 const WebSize& maxSize) OVERRIDE;
H A DWebViewImpl.cpp1114 WebSize maxSize; local
1116 maxSize = mainFrame()->contentsSize();
1129 const int maximumRightMargin = maxSize.width - (source.width + absoluteSourceX);
1139 ASSERT(scrollOffset.width() + newX + newWidth <= maxSize.width);
3107 void WebViewImpl::enableAutoResizeMode(const WebSize& minSize, const WebSize& maxSize) argument
3111 m_maxAutoSize = maxSize;
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp886 // \note minSize and maxSize are for arrays and can be distinct since implementations are allowed, but not required, to trim the inactive end indices of arrays.
888 int maxSize; member in struct:deqp::gles31::Functional::UniformCase::BasicUniformReportRef
893 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); }
895 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {}
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp582 #define YY_INPUT(buf, result, maxSize) \
583 result = yyextra->input.read(buf, maxSize);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array.c586 /* maxSize is the maximum amount of data can be stuffed into a single
590 const size_t maxSize = (gc->bufSize + sz_xGLXRenderReq) local
605 elements_per_request[0] = maxSize / single_vertex_size;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer_unittest.cc1356 int maxSize = 1000; local
1358 for (int i = 0; i < maxSize + 10; i++) {
/external/mesa3d/src/glx/
H A Dindirect_vertex_array.c586 /* maxSize is the maximum amount of data can be stuffed into a single
590 const size_t maxSize = (gc->bufSize + sz_xGLXRenderReq) local
605 elements_per_request[0] = maxSize / single_vertex_size;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp961 GLint maxSize = std::min(m_maxTextureSize, m_maxRenderbufferSize);
964 maxSize = std::min(maxSize, sizeUpperLimit);
965 GLint maxWidth = std::min(maxSize, m_maxViewportDims[0]);
966 GLint maxHeight = std::min(maxSize, m_maxViewportDims[1]);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2727 void FrameView::enableAutoSizeMode(const IntSize& minSize, const IntSize& maxSize) argument
2732 m_autoSizeInfo->configureAutoSizeMode(minSize, maxSize);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfbobject.c2061 const GLint maxSize = 1 << (ctx->Const.Max3DTextureLevels - 1); local
2062 if (zoffset < 0 || zoffset >= maxSize) {
/external/mesa3d/src/mesa/main/
H A Dfbobject.c2061 const GLint maxSize = 1 << (ctx->Const.Max3DTextureLevels - 1); local
2062 if (zoffset < 0 || zoffset >= maxSize) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c2863 int8_t maxSize; member in struct:__anon12195
2918 if (converter[idx].maxSize != ucnv_getMaxCharSize(cnv)) {
2920 converter[idx].name, converter[idx].maxSize, ucnv_getMaxCharSize(cnv));
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c2867 int8_t maxSize; member in struct:__anon21994
2922 if (converter[idx].maxSize != ucnv_getMaxCharSize(cnv)) {
2924 converter[idx].name, converter[idx].maxSize, ucnv_getMaxCharSize(cnv));
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 636 milliseconds

123456