Searched refs:m_last (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLInputStream.h37 // /\ (also called m_last)
48 // m_last is a pointer to the last of the afterInsertionPoint strings.
55 : m_last(&m_first)
61 m_last->append(string);
71 return &m_first != m_last;
76 m_last->append(SegmentedString(String(&kEndOfFileMarker, 1)));
77 m_last->close();
82 m_last->close();
87 return m_last->isClosed();
97 if (m_last
123 SegmentedString* m_last; member in class:WebCore::HTMLInputStream
[all...]
H A DHTMLEntitySearch.h60 m_last = 0;
67 const HTMLEntityTableEntry* m_last; member in class:WebCore::HTMLEntitySearch
H A DHTMLEntitySearch.cpp42 , m_last(HTMLEntityTable::lastEntry())
59 const HTMLEntityTableEntry* right = m_last;
84 const HTMLEntityTableEntry* right = m_last;
111 m_last = HTMLEntityTable::lastEntryStartingWith(nextCharacter);
112 if (!m_first || !m_last)
116 m_last = findLast(nextCharacter);
117 if (m_first == m_last && compare(m_first, nextCharacter) != Prefix)
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMAxisIterNodeList.java62 private int m_last = -1; field in class:DTMAxisIterNodeList
74 m_last = 0;
112 } else if (m_last == -1) {
119 m_last = count;
133 if (m_last == -1) {
138 m_last = m_cachedNodes.size();
140 return m_last;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java43 protected int m_last = -1; field in class:NodeSequence
190 m_last = ((DTMIterator)nodeVector).getLength();
203 m_last = 0;
325 else if(cacheComplete() || (-1 != m_last) || (null == m_iter))
362 m_last = m_next;
578 m_last = vec.size();
602 // m_last will not reflect the size of the nodeset if
609 if(-1 == m_last)
615 return m_last;
619 return (-1 == m_last)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DBidiResolver.h235 Iterator m_last; member in class:WebCore::BidiResolver
329 if (!m_emptyRun && m_eor != m_last) {
350 m_eor = m_last;
367 if (!m_emptyRun && m_eor != m_last) {
390 m_eor = m_last;
552 m_last = m_current;
634 m_eor = m_last;
645 m_eor = m_last;
652 m_eor = m_last;
685 m_eor = m_last;
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java42 * <code>m_last</code>). It will handle a certain range of values
47 * <code>m_explLast < value <= m_last</code>, but delgating to <code>m_after</code>
213 m_last,
260 m_last,
286 * m_first through m_last is the range of unicode
300 final private int m_last; field in class:EncodingInfo.EncodingImpl
347 m_last = last;
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSetForDOM.java71 m_last=nsdtm.getLength();
85 m_last=nsdtm.getLength();
H A DXNodeSet.java61 m_last = nodeSet.m_last;
84 m_last = val.m_last;
114 m_last = 1;
117 m_last = 0;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java1212 transient private int m_last = 0; field in class:NodeSetDTM
1216 return m_last;
1221 m_last = last;
H A DNodeSet.java810 transient private int m_last = 0; field in class:NodeSet
814 return m_last;
819 m_last = last;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.h330 RenderLayer* lastChild() const { return m_last; }
909 void setLastChild(RenderLayer* last) { m_last = last; }
1183 RenderLayer* m_last; member in class:WebCore::RenderLayer
H A DRenderBlock.h1177 , m_last(0)
1191 const FloatingObject* lastFloat() const { return m_last; }
1206 mutable const FloatingObject* m_last; member in class:WebCore::RenderBlock::FloatIntervalSearchAdapter
H A DRenderLayer.cpp162 , m_last(0)
1717 if (m_last == oldChild)
1718 m_last = oldChild->previousSibling();
H A DRenderBlock.cpp4290 m_last = floatingObject;

Completed in 975 milliseconds