Home
last modified time | relevance | path

Searched refs:ParseScript (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp180 ParseScript(&raw[GetUInt16(sp)], &scriptRec); in ParseScriptList()
184 void CFX_CTTGSUBTable::ParseScript(FT_Bytes raw, TScriptRecord* rec) { in ParseScript() function in CFX_CTTGSUBTable
Dcfx_cttgsubtable.h123 void ParseScript(FT_Bytes raw, TScriptRecord* rec);
/external/v8/src/debug/
Dliveedit.cc748 bool ParseScript(Isolate* isolate, ParseInfo* parse_info, bool compile_as_well, in ParseScript() function
1058 if (!ParseScript(isolate, &parse_info, false, &literals, result)) return; in PatchScript()
1064 if (!ParseScript(isolate, &new_parse_info, true, &new_literals, result)) { in PatchScript()