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

  /external/webkit/Source/WebCore/rendering/svg/
SVGMarkerLayoutInfo.h 71 Vector<MarkerLayout> m_layout; member in class:WebCore::SVGMarkerLayoutInfo
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridLayoutFactory.java 23 private final GridLayout m_layout; field in class:GridLayoutFactory
31 m_layout = layout;
32 composite.setLayout(m_layout);
56 m_layout.numColumns = numColumns;
64 m_layout.makeColumnsEqualWidth = true;
72 m_layout.marginWidth = margins;
80 m_layout.marginHeight = margins;
88 m_layout.marginWidth = m_layout.marginHeight = margins;
96 m_layout.marginWidth = m_layout.marginHeight = 0
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
AudioBus.h 145 int m_layout; member in class:WebCore::AudioBus

Completed in 44 milliseconds