HomeSort by relevance Sort by last modified time
    Searched full:mfenced (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
externs.js 114 MathJax.ElementJax.mml.mfenced;
115 MathJax.ElementJax.mml.mfenced.prototype;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_util.js 111 * Constructs a closure that returns separators for an MathML mfenced
117 * @param {string} separators String representing a list of mfenced separators.
119 * for an mfenced expression starting with the first node in nodes.
150 * mfenced expression starting with the first node in nodes.
mathml_store_rules.js 170 'mfenced-single', 'default.default',
173 'self::mathml:mfenced', 'string-length(string(@separators))=1');
176 'mfenced-empty', 'default.default',
179 'self::mathml:mfenced', 'string-length(string(@separators))=1',
183 'mfenced-comma', 'default.default',
186 'self::mathml:mfenced');
189 'mfenced-multi', 'default.default',
192 'self::mathml:mfenced', 'string-length(string(@separators))>1');
377 'mj-mfenced', 'default.default',
381 'self::span[@class="mfenced"]');
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 52 * Rewrites an mfenced expression internally in MathJax to a corresponding mrow.
57 cvox.MathJaxExternalUtil.mfenced = function(space) {
61 var mml = [space + '<mrow mfenced="true"' +
95 var mfencedProt = MathJax.ElementJax.mml.mfenced.prototype;
97 var mfenced = mfencedProt.toMathML;
100 mfencedProt.toMathML = cvox.MathJaxExternalUtil.mfenced;
103 mfencedProt.toMathML = mfenced;
107 mfencedProt.toMathML = mfenced;
  /external/chromium_org/third_party/WebKit/Source/core/css/
mathml.css 42 semantics > mi, semantics > mn, semantics > mo, semantics > mtext, semantics > mspace, semantics > ms, semantics > maligngroup, semantics > malignmark, semantics > mrow, semantics > mfrac, semantics > msqrt, semantics > mroot, semantics > mstyle, semantics > merror, semantics > mpadded, semantics > mphantom, semantics > mfenced, semantics > menclose, semantics > msub, semantics > msup, semantics > msubsup, semantics > munder, semantics > mover, semantics > munderover, semantics > mmultiscripts, semantics > mtable, semantics > mstack, semantics > mlongdiv, semantics > maction {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 88 'MERROR', 'MPADDED', 'MPHANTOM', 'MFENCED',
103 * <mfenced> surround content with a pair of fences

Completed in 611 milliseconds