Searched defs:flushCache (Results 1 – 4 of 4) 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() 334 protected void layout(Composite composite, boolean flushCache) { in layout() 368 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize() 385 protected void layout(Composite composite, boolean flushCache) { in layout() 419 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize() 434 protected void layout(Composite composite, boolean flushCache) { in layout() 467 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize() 484 protected void layout(Composite composite, boolean flushCache) { in layout() 509 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize() 526 protected void layout(Composite composite, boolean flushCache) { in layout()
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | ChunkedOutputStream.java | 95 protected void flushCache() throws IOException { in flushCache() method in ChunkedOutputStream
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslsecur.c | 262 SSL_ReHandshake(PRFileDesc *fd, PRBool flushCache) in SSL_ReHandshake() 297 PRBool flushCache, in SSL_ReHandshakeWithTimeout()
|
D | ssl3con.c | 12650 ssl3_RedoHandshake(sslSocket *ss, PRBool flushCache) in ssl3_RedoHandshake()
|