HomeSort by relevance Sort by last modified time
    Searched defs:MathUtil (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 9 goog.provide('cvox.MathUtil');
22 cvox.MathUtil.isMathmlNodeOfClass_ = function(node, tags) {
34 cvox.MathUtil.isMathjaxNodeOfClass_ = function(node, tags) {
52 cvox.MathUtil.isMathNodeOfClass_ = function(node, tags) {
54 (cvox.MathUtil.isMathmlNodeOfClass_(node, tags) ||
55 cvox.MathUtil.isMathjaxNodeOfClass_(node, tags)));
63 cvox.MathUtil.TOKEN_LIST = ['MI', 'MN', 'MO', 'MTEXT', 'MSPACE', 'MS'];
78 cvox.MathUtil.isToken = function(element) {
79 return cvox.MathUtil.isMathNodeOfClass_(element, cvox.MathUtil.TOKEN_LIST)
    [all...]
  /external/chromium_org/cc/base/
math_util.h 47 // For now, because this code is used privately only by MathUtil, it should
58 // For now, because this code is used privately only by MathUtil, it should
73 class CC_EXPORT MathUtil {

Completed in 107 milliseconds