OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ewk_tile_unused_cache_flush
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.c
637
* This will not flush cache, use
ewk_tile_unused_cache_flush
() or
680
size_t
ewk_tile_unused_cache_flush
(Ewk_Tile_Unused_Cache *tuc, size_t bytes)
function
731
* Just like
ewk_tile_unused_cache_flush
(), but this will make the cache
744
ewk_tile_unused_cache_flush
(tuc, tuc->memory.used - tuc->memory.max);
ewk_view.h
305
*
ewk_tile_unused_cache_flush
() is called.
314
EAPI size_t
ewk_tile_unused_cache_flush
(Ewk_Tile_Unused_Cache *tuc, size_t bytes);
Completed in 23 milliseconds