OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentLength
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/storage/
StorageMap.cpp
42
,
m_currentLength
(0)
50
newMap->
m_currentLength
=
m_currentLength
;
116
unsigned newLength =
m_currentLength
;
134
m_currentLength
= newLength;
158
ASSERT(
m_currentLength
- key.length() <=
m_currentLength
);
159
m_currentLength
-= key.length();
161
ASSERT(
m_currentLength
- oldValue.length() <=
m_currentLength
);
[
all
...]
StorageMap.h
69
unsigned
m_currentLength
; // Measured in UChars.
/external/webkit/Source/WebCore/html/parser/
HTMLEntitySearch.h
43
int currentLength() const { return
m_currentLength
; }
65
int
m_currentLength
;
HTMLEntitySearch.cpp
43
:
m_currentLength
(0)
53
if (entry->length <
m_currentLength
+ 1)
55
UChar entryNextCharacter = entry->entity[
m_currentLength
];
114
if (!
m_currentLength
) {
125
++
m_currentLength
;
126
if (m_first->length !=
m_currentLength
) {
Completed in 285 milliseconds