HomeSort by relevance Sort by last modified time
    Searched refs:m_layout (Results 1 - 4 of 4) 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/platform/audio/
AudioBus.h 162 int m_layout; member in class:WebCore::AudioBus
AudioBus.cpp 72 m_layout = LayoutCanonical; // for now this is the only layout we define
102 if (m_layout != LayoutCanonical)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 47 // Destruction of m_layout requires TextLayout to be a complete type, so the constructor and destructor are made non-inline to avoid compilation errors.
52 OwnPtr<TextLayout> m_layout; member in struct:WebCore::RenderTextInfo
59 m_layout = m_font->createLayoutForMacComplexText(RenderBlockFlow::constructTextRun(renderText, *m_font, renderText, renderText->style()), renderText->textLength(), xPos, collapseWhiteSpace);
61 m_layout = nullptr;
    [all...]

Completed in 75 milliseconds