HomeSort by relevance Sort by last modified time
    Searched defs:m_first (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditCommandQt.h 45 bool m_first; member in class:EditCommandQt
  /external/webkit/Source/WebCore/css/
Pair.h 46 CSSPrimitiveValue* first() const { return m_first.get(); }
49 void setFirst(PassRefPtr<CSSPrimitiveValue> first) { m_first = first; }
53 Pair() : m_first(0), m_second(0) { }
55 : m_first(first), m_second(second) { }
57 RefPtr<CSSPrimitiveValue> m_first; member in class:WebCore::Pair
  /external/webkit/Source/WebCore/html/parser/
HTMLEntitySearch.h 41 bool isEntityPrefix() const { return !!m_first; }
61 m_first = 0;
69 const HTMLEntityTableEntry* m_first; member in class:WebCore::HTMLEntitySearch
HTMLInputStream.h 54 : m_last(&m_first)
65 m_first.append(string);
70 return &m_first != m_last;
87 SegmentedString& current() { return m_first; }
88 const SegmentedString& current() const { return m_first; }
92 next = m_first;
93 m_first = SegmentedString();
94 if (m_last == &m_first) {
96 // but now we have two. That means m_first is no longer also
104 m_first.append(next)
119 SegmentedString m_first; member in class:WebCore::HTMLInputStream
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 41 * range of unicode values (<code>m_first</code> to
45 * is in the range <code>m_first <= value < m_explFirst</code>, then it will delegate to another EncodingInfo object for The root
199 m_first,
246 m_first,
286 * m_first through m_last is the range of unicode
291 final private int m_first; field in class:EncodingInfo.EncodingImpl
346 m_first = first;
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 365 m_first = &m_sentinel;
366 m_first->setNext(m_first);
367 m_first->setPrev(m_first);
375 if (m_first == &m_sentinel) {
378 segment->setNext(m_first);
379 segment->setPrev(m_first);
380 m_first->setNext(segment);
381 m_first->setPrev(segment)
468 Segment* m_first; member in class:WebCore::LoopBlinnPathProcessorImplementation::Contour
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 169 RenderLayer* firstChild() const { return m_first; }
493 void setFirstChild(RenderLayer* first) { m_first = first; }
654 RenderLayer* m_first; member in class:WebCore::RenderLayer
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 1417 int m_first; \/\/ inclusive offset of the leader instruction [first instr in the block] field in class:InstrVisitor.Block
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 236 milliseconds