Searched refs:flushCache (Results 1 – 7 of 7) sorted by relevance
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CSpinner.java | 317 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/ |
D | ChunkedOutputStream.java | 100 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/ |
D | ssl.h | 842 SSL_IMPORT SECStatus SSL_ReHandshake(PRFileDesc *fd, PRBool flushCache); 848 PRBool flushCache,
|
D | sslsecur.c | 262 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()
|
D | sslimpl.h | 1761 extern SECStatus ssl3_RedoHandshake(sslSocket *ss, PRBool flushCache);
|
D | ssl3con.c | 12741 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/ |
D | getrequestedclientcerttypes.patch | 26 PRBool flushCache,
|