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

  /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/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioBus.h 162 int m_layout; member in class:WebCore::AudioBus
AudioBus.cpp 73 m_layout = LayoutCanonical; // for now this is the only layout we define
103 if (m_layout != LayoutCanonical)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderBlock.h 821 OwnPtr<TextLayout> m_layout; member in struct:WebCore::RenderBlock::RenderTextInfo
    [all...]

Completed in 250 milliseconds