Searched refs:mbase (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dexterns.js107 MathJax.ElementJax.mml.mbase;
108 MathJax.ElementJax.mml.mbase.prototype;
/external/chromium_org/v8/src/
H A Dplatform-solaris.cc78 void* mbase = mmap(NULL, msize, prot, MAP_PRIVATE | MAP_ANON, -1, 0); local
80 if (mbase == MAP_FAILED) return NULL;
82 return mbase;
H A Dplatform-cygwin.cc54 void* mbase = mmap(NULL, msize, prot, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); local
55 if (mbase == MAP_FAILED) return NULL;
57 return mbase;
H A Dplatform-freebsd.cc62 void* mbase = mmap(NULL, msize, prot, MAP_PRIVATE | MAP_ANON, -1, 0); local
64 if (mbase == MAP_FAILED) return NULL;
66 return mbase;
H A Dplatform-linux.cc120 void* mbase = mmap(addr, msize, prot, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); local
121 if (mbase == MAP_FAILED) return NULL;
123 return mbase;
H A Dplatform-macos.cc58 void* mbase = mmap(OS::GetRandomMmapAddr(), local
64 if (mbase == MAP_FAILED) return NULL;
66 return mbase;
H A Dplatform-openbsd.cc61 void* mbase = mmap(addr, msize, prot, MAP_PRIVATE | MAP_ANON, -1, 0); local
62 if (mbase == MAP_FAILED) return NULL;
64 return mbase;
H A Dplatform-qnx.cc112 void* mbase = mmap(addr, msize, prot, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); local
113 if (mbase == MAP_FAILED) return NULL;
115 return mbase;
H A Dplatform-win32.cc765 LPVOID mbase = RandomizedVirtualAlloc(msize, local
769 if (mbase == NULL) return NULL;
771 ASSERT(IsAligned(reinterpret_cast<size_t>(mbase), OS::AllocateAlignment()));
774 return mbase;
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
H A Dmathjax_external_util.js94 var mbaseProt = MathJax.ElementJax.mml.mbase.prototype;
99 mbaseProt.toMathMLattributes = cvox.MathJaxExternalUtil.mbase;
122 cvox.MathJaxExternalUtil.mbase = function() {

Completed in 192 milliseconds