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.cpp644 char* pageBase = reinterpret_cast<char*>(WTF::partitionPageToPointer(firstSuperPagePages[0])); local
645 EXPECT_EQ(WTF::kPartitionPageSize, reinterpret_cast<uintptr_t>(pageBase) & WTF::kSuperPageOffsetMask);
646 pageBase -= WTF::kPartitionPageSize;
649 void* map1 = WTF::allocPages(pageBase - WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity);
651 void* map2 = WTF::allocPages(pageBase + WTF::kSuperPageSize, WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity);
662 pageBase = reinterpret_cast<char*>(partitionPageToPointer(secondSuperPagePages[0]));
663 EXPECT_EQ(WTF::kPartitionPageSize, reinterpret_cast<uintptr_t>(pageBase) & WTF::kSuperPageOffsetMask);
664 pageBase -= WTF::kPartitionPageSize;
667 map1 = WTF::allocPages(pageBase - WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity);
669 map2 = WTF::allocPages(pageBase
[all...]

Completed in 138 milliseconds