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

  /external/webkit/WebCore/platform/text/
SegmentedString.h 74 : m_pushedChar1(0), m_pushedChar2(0), m_currentChar(0), m_composite(false) {}
76 , m_currentString(str, length), m_currentChar(m_currentString.m_current), m_composite(false) {}
79 , m_currentChar(m_currentString.m_current), m_composite(false) {}
171 bool m_composite; member in class:WebCore::SegmentedString
  /external/webkit/WebCore/bindings/v8/
SerializedScriptValue.cpp 260 v8::Handle<v8::Value> composite() { return m_composite; }
277 , m_composite(composite)
283 v8::Handle<v8::Value> m_composite; member in class:WebCore::__anon7986::Serializer::StateBase
  /external/webkit/WebCore/rendering/style/
FillLayer.h 75 CompositeOperator composite() const { return static_cast<CompositeOperator>(m_composite); }
101 void setComposite(CompositeOperator c) { m_composite = c; m_compositeSet = true; }
177 unsigned m_composite : 4; // CompositeOperator member in struct:WebCore::FillLayer

Completed in 46 milliseconds