Searched refs:pageBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/js/
H A Dapi_page_generator.js35 var pageBase; variable
86 pageBase = document.location.href.match(/\/([^\/]*)\.html/)[1];
87 if (!pageBase) {
92 pageName = pageBase.replace(/([A-Z])/g, " $1");
106 fetchContent(staticResource(pageBase), function(overviewContent) {
207 if (mod.namespace == pageBase) {
311 var pageBase = finalPathPart(document.location.href);
314 if (pageBase == finalPathPart(node.href)) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAllocTest.cpp453 char* pageBase = reinterpret_cast<char*>(page1); local
456 void* map1 = mmap(pageBase - WTF::kSystemPageSize, WTF::kSystemPageSize, PROT_NONE, MAP_ANONYMOUS | MAP_PRIVATE, -1, 0);
458 void* map2 = mmap(pageBase + WTF::kSuperPageSize, WTF::kSystemPageSize, PROT_NONE, MAP_ANONYMOUS | MAP_PRIVATE, -1, 0);

Completed in 130 milliseconds