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/base/platform/
H A Dplatform-cygwin.cc55 void* mbase = mmap(NULL, msize, prot, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); local
56 if (mbase == MAP_FAILED) return NULL;
58 return mbase;
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-freebsd.cc63 void* mbase = mmap(NULL, msize, prot, MAP_PRIVATE | MAP_ANON, -1, 0); local
65 if (mbase == MAP_FAILED) return NULL;
67 return mbase;
H A Dplatform-linux.cc138 void* mbase = mmap(addr, msize, prot, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); local
139 if (mbase == MAP_FAILED) return NULL;
141 return mbase;
H A Dplatform-macos.cc59 void* mbase = mmap(OS::GetRandomMmapAddr(), local
65 if (mbase == MAP_FAILED) return NULL;
67 return mbase;
H A Dplatform-openbsd.cc62 void* mbase = mmap(addr, msize, prot, MAP_PRIVATE | MAP_ANON, -1, 0); local
63 if (mbase == MAP_FAILED) return NULL;
65 return mbase;
H A Dplatform-qnx.cc113 void* mbase = mmap(addr, msize, prot, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); local
114 if (mbase == MAP_FAILED) return NULL;
116 return mbase;
H A Dplatform-win32.cc783 LPVOID mbase = RandomizedVirtualAlloc(msize, local
787 if (mbase == NULL) return NULL;
789 DCHECK((reinterpret_cast<uintptr_t>(mbase) % OS::AllocateAlignment()) == 0);
792 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 132 milliseconds