/external/chromium_org/ui/gfx/ |
render_text_win.h | 51 SCRIPT_CACHE script_cache; member in struct:gfx::internal::TextRun
|
/external/harfbuzz_ng/src/ |
hb-uniscribe.cc | 111 SCRIPT_CACHE script_cache; member in struct:hb_uniscribe_shaper_font_data_t 186 if (data->script_cache) 187 ScriptFreeCache (&data->script_cache); 348 &font_data->script_cache, 390 &font_data->script_cache,
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-uniscribe.cc | 62 SCRIPT_CACHE *psc, 81 SCRIPT_CACHE *psc, 129 SCRIPT_CACHE *psc, 162 SCRIPT_CACHE *psc, 484 SCRIPT_CACHE script_cache; member in struct:hb_uniscribe_shaper_font_data_t 543 if (data->script_cache) 544 ScriptFreeCache (&data->script_cache); 886 &font_data->script_cache, 928 &font_data->script_cache, [all...] |
/external/chromium_org/v8/src/ |
debug.cc | 700 ScriptCache* script_cache = reinterpret_cast<ScriptCache*>(data); local 708 script_cache->Remove(reinterpret_cast<void*>(id), Hash(id)); 709 script_cache->collected_scripts_.Add(id); [all...] |
/external/v8/src/ |
debug.cc | 663 ScriptCache* script_cache = reinterpret_cast<ScriptCache*>(data); local 671 script_cache->Remove(reinterpret_cast<void*>(id), Hash(id)); 672 script_cache->collected_scripts_.Add(id); [all...] |