Searched refs:m_layout (Results 1 - 5 of 5) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridLayoutFactory.java23 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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DAudioBus.h162 int m_layout; member in class:WebCore::AudioBus
H A DAudioBus.cpp73 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/
H A DRenderBlockLineLayout.cpp2966 renderTextInfo.m_layout = f.createLayout(t, width.currentWidth(), collapseWhiteSpace);
2968 } else if (renderTextInfo.m_layout && renderTextInfo.m_font != &f) {
2970 renderTextInfo.m_layout = f.createLayout(t, width.currentWidth(), collapseWhiteSpace);
2973 TextLayout* textLayout = renderTextInfo.m_layout.get();
H A DRenderBlock.h816 // Destruction of m_layout requires TextLayout to be a complete type, so the constructor and destructor are made non-inline to avoid compilation errors.
821 OwnPtr<TextLayout> m_layout; member in struct:WebCore::RenderBlock::RenderTextInfo

Completed in 98 milliseconds