HomeSort by relevance Sort by last modified time
    Searched refs:m_last (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLInputStream.h 37 // /\ (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 == &m_first)
123 SegmentedString* m_last; member in class:blink::HTMLInputStream
    [all...]
HTMLEntitySearch.h 60 m_last = 0;
67 const HTMLEntityTableEntry* m_last; member in class:blink::HTMLEntitySearch
HTMLEntitySearch.cpp 42 , m_last(HTMLEntityTable::lastEntry())
60 const HTMLEntityTableEntry* right = m_last;
85 const HTMLEntityTableEntry* right = m_last;
112 m_last = HTMLEntityTable::lastEntryStartingWith(nextCharacter);
113 if (!m_first || !m_last)
117 m_last = findLast(nextCharacter);
118 if (m_first == m_last && compare(m_first, nextCharacter) != Prefix)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIterNodeList.java 62 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/chromium_org/third_party/WebKit/Source/platform/heap/
CallbackStack.cpp 115 CallbackStack::CallbackStack() : m_first(new Block(0)), m_last(m_first)
124 m_last = 0;
135 m_last = m_first;
161 m_last = m_first;
231 ASSERT(!m_last->next());
232 ASSERT(!other->m_last->next());
233 m_last->setNext(other->m_first);
234 m_last = other->m_last;
237 other->m_last = 0
    [all...]
CallbackStack.h 66 Block* m_last; member in class:blink::CallbackStack
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 43 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) ? (m_last = m_iter.getLength()) : m_last
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolver.h 280 Iterator m_last; member in class:blink::BidiResolver
384 if (!m_emptyRun && m_eor != m_last) {
405 m_eor = m_last;
422 if (!m_emptyRun && m_eor != m_last) {
445 m_eor = m_last;
692 m_last = m_current;
709 stateAtEnd.m_last = m_last;
713 m_endOfRunAtEndOfLine = m_last;
793 m_eor = m_last;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 42 * <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/
XNodeSetForDOM.java 71 m_last=nsdtm.getLength();
85 m_last=nsdtm.getLength();
XNodeSet.java 61 m_last = nodeSet.m_last;
84 m_last = val.m_last;
114 m_last = 1;
117 m_last = 0;
  /external/lldb/examples/python/
disasm-stress-test.py 72 self.m_last = (1 << (byte_width * 8)) - 1
78 if self.m_value > self.m_last:
87 return (self.m_last - self.m_start) / self.m_skip
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 1212 transient private int m_last = 0; field in class:NodeSetDTM
    [all...]
NodeSet.java 810 transient private int m_last = 0; field in class:NodeSet
814 return m_last;
819 m_last = last;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 104 RenderLayer* lastChild() const { return m_last; }
543 void setLastChild(RenderLayer* last) { m_last = last; }
706 RenderLayer* m_last; member in class:blink::RenderLayer
    [all...]
InlineIterator.h 449 m_last = m_current;
RenderLayer.cpp 133 , m_last(0)
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 5057 struct mbuf *m, *m_last; local
5846 struct mbuf *m, *m_tmp, *m_last, *m_cookie, *op_err; local
11307 struct mbuf *m_abort, *m, *m_last; local
11489 struct mbuf *m_at, *m_last = NULL; local
    [all...]
sctputil.c 2663 struct mbuf *m_last; local
    [all...]

Completed in 1376 milliseconds