Home
last modified time | relevance | path

Searched refs:flushCache (Results 1 – 7 of 7) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCSpinner.java317 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize() argument
334 protected void layout(Composite composite, boolean flushCache) { in layout() argument
343 sSize = m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT, flushCache); in layout()
368 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize() argument
385 protected void layout(Composite composite, boolean flushCache) { in layout() argument
394 sSize = m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT, flushCache); in layout()
419 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize() argument
434 protected void layout(Composite composite, boolean flushCache) { in layout() argument
443 sSize = m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT, flushCache); in layout()
467 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize() argument
[all …]
/external/apache-http/src/org/apache/http/impl/io/
DChunkedOutputStream.java100 protected void flushCache() throws IOException { in flushCache() method in ChunkedOutputStream
138 flushCache(); in finish()
151 if (this.cachePosition == this.cache.length) flushCache(); in write()
181 flushCache(); in flush()
/external/chromium_org/net/third_party/nss/ssl/
Dssl.h842 SSL_IMPORT SECStatus SSL_ReHandshake(PRFileDesc *fd, PRBool flushCache);
848 PRBool flushCache,
Dsslsecur.c262 SSL_ReHandshake(PRFileDesc *fd, PRBool flushCache) in SSL_ReHandshake() argument
284 rv = ssl3_RedoHandshake(ss, flushCache); /* force full handshake. */ in SSL_ReHandshake()
297 PRBool flushCache, in SSL_ReHandshakeWithTimeout() argument
303 return SSL_ReHandshake(fd, flushCache); in SSL_ReHandshakeWithTimeout()
Dsslimpl.h1761 extern SECStatus ssl3_RedoHandshake(sslSocket *ss, PRBool flushCache);
Dssl3con.c12741 ssl3_RedoHandshake(sslSocket *ss, PRBool flushCache) in ssl3_RedoHandshake() argument
12764 if (sid && flushCache) { in ssl3_RedoHandshake()
/external/chromium_org/net/third_party/nss/patches/
Dgetrequestedclientcerttypes.patch26 PRBool flushCache,