OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emptyCache
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.h
75
+ (void)
emptyCache
;
WebCoreStatistics.mm
175
+ (void)
emptyCache
/external/skia/third_party/glu/libtess/
tess.c
400
static int
EmptyCache
( GLUtesselator *tess )
412
tess->
emptyCache
= FALSE;
426
if( tess->
emptyCache
) {
427
if ( !
EmptyCache
( tess ) ) {
454
if ( !
EmptyCache
( tess ) ) {
472
tess->
emptyCache
= FALSE;
491
tess->
emptyCache
= TRUE;
530
if ( !
EmptyCache
( tess ) ) longjmp(tess->env,1); /* could've used a label*/
tess.h
113
GLboolean
emptyCache
; /* empty cache on next vertex() call */
/external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm
728
[WebCoreStatistics
emptyCache
]; // Otherwise SVGImages trigger false positives for Frame/Node counts
[
all
...]
Completed in 47 milliseconds