Home
last modified time | relevance | path

Searched refs:TOKEN_LIST (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
Dtoken.cc13 TOKEN_LIST(T, T)
20 TOKEN_LIST(T, T)
27 TOKEN_LIST(T, T)
35 TOKEN_LIST(KT, KK)
Dtoken.h28 #define TOKEN_LIST(T, K) \ macro
173 TOKEN_LIST(T, T) enumerator
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dmath_util.js63 cvox.MathUtil.TOKEN_LIST = ['MI', 'MN', 'MO', 'MTEXT', 'MSPACE', 'MS'];
79 return cvox.MathUtil.isMathNodeOfClass_(element, cvox.MathUtil.TOKEN_LIST);
202 cvox.MathUtil.MATHML_TAG_LIST = [cvox.MathUtil.TOKEN_LIST,
/external/chromium_org/v8/test/cctest/
Dtest-parsing.cc56 TOKEN_LIST(IGNORE_TOKEN, KEYWORD) in TEST()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js951 …fClass_(a,b)||cvox.MathUtil.isMathjaxNodeOfClass_(a,b))};cvox.MathUtil.TOKEN_LIST="MI MN MO MTEXT …
952 …en=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvox.MathUtil.TOKEN_LIST)};cvox.MathUtil.…
954 cvox.MathUtil.MATHML_TAG_LIST=[cvox.MathUtil.TOKEN_LIST,cvox.MathUtil.LAYOUT_LIST,cvox.MathUtil.SCR…
DchromeVoxChromeOptionsScript.js1182 …fClass_(a,b)||cvox.MathUtil.isMathjaxNodeOfClass_(a,b))};cvox.MathUtil.TOKEN_LIST="MI MN MO MTEXT …
1183 …en=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvox.MathUtil.TOKEN_LIST)};cvox.MathUtil.…
1185 cvox.MathUtil.MATHML_TAG_LIST=[cvox.MathUtil.TOKEN_LIST,cvox.MathUtil.LAYOUT_LIST,cvox.MathUtil.SCR…
DchromeVoxChromeBackgroundScript.js929 …fClass_(a,b)||cvox.MathUtil.isMathjaxNodeOfClass_(a,b))};cvox.MathUtil.TOKEN_LIST="MI MN MO MTEXT …
930 …en=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvox.MathUtil.TOKEN_LIST)};cvox.MathUtil.…
932 cvox.MathUtil.MATHML_TAG_LIST=[cvox.MathUtil.TOKEN_LIST,cvox.MathUtil.LAYOUT_LIST,cvox.MathUtil.SCR…