OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pageSize
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorSymbian.cpp
137
__ASSERT_ALWAYS(
m_pageSize
== WTF::pageSize(), User::Panic(KErrorStringPageSize,
m_pageSize
));
155
const size_t nPages = bytes /
m_pageSize
;
165
return static_cast<void*>( m_chunk->m_base + (TUint)(
m_pageSize
* startIdx) );
171
const size_t startIdx = (static_cast<char*>(address) - m_chunk->m_base) /
m_pageSize
;
172
const size_t nPages = bytes /
m_pageSize
;
181
const size_t idx = (static_cast<char*>(address) - m_chunk->m_base) /
m_pageSize
;
182
const size_t nPages = bytes /
m_pageSize
;
PageAllocatorSymbian.h
91
static const size_t
m_pageSize
= 4096;
93
Bitmap<largeReservationSize /
m_pageSize
> m_map;
/external/webkit/Source/WebCore/rendering/style/
StyleRareNonInheritedData.cpp
61
,
m_pageSize
()
100
,
m_pageSize
(o.
m_pageSize
)
146
&& (
m_pageSize
== o.
m_pageSize
)
StyleRareNonInheritedData.h
58
// StyleRareNonInheritedData::
m_pageSize
is meaningful only when
130
LengthSize
m_pageSize
;
RenderStyle.h
[
all
...]
/external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h
143
int
m_pageSize
;
SQLiteDatabase.cpp
52
,
m_pageSize
(-1)
183
if (
m_pageSize
== -1) {
188
m_pageSize
= statement.getColumnInt(0);
193
return
m_pageSize
;
Completed in 74 milliseconds