OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pagebase
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js
35
var
pageBase
;
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/
PartitionAllocTest.cpp
644
char*
pageBase
= reinterpret_cast<char*>(WTF::partitionPageToPointer(firstSuperPagePages[0]));
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
+ WTF::kSuperPageSize, WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity)
[
all
...]
Completed in 413 milliseconds