Searched refs:layout (Results 251 - 275 of 362) sorted by relevance

<<1112131415

/external/webkit/Source/WebCore/rendering/
H A DRenderText.h154 virtual void layout() { ASSERT_NOT_REACHED(); } function in class:WebCore::RenderText
H A DRenderTextControlSingleLine.h72 virtual void layout();
H A DRenderView.h51 virtual void layout();
106 // layoutDelta is used transiently during layout to store how far an object has moved from its
107 // last layout location, in order to repaint correctly.
132 // LayoutState (common in SVG) and when manipulating the render tree during layout in ways
330 bool m_didCreateLayoutState : 1; // true if we actually made a layout state.
H A DRenderReplaced.cpp78 void RenderReplaced::layout() function in class:WebCore::RenderReplaced
175 // if we're invisible or haven't received a layout yet, then just bail.
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGText.cpp112 void RenderSVGText::layout() function in class:WebCore::RenderSVGText
125 // If the root layout size changed (eg. window size changes) or the positioning values change, recompute the on-screen font size.
133 // Perform SVG text layout phase one (see SVGTextLayoutAttributesBuilder for details).
155 // FIXME: We need to find a way to only layout the child boxes, if needed.
166 // Invalidate all resources of this client if our layout changed.
H A DRenderSVGPath.cpp106 void RenderSVGPath::layout() function in class:WebCore::RenderSVGPath
130 // Invalidate all resources of this client if our layout changed.
H A DRenderSVGRoot.cpp101 void RenderSVGRoot::layout() function in class:WebCore::RenderSVGRoot
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.cpp204 view->layout();
/external/webkit/Source/WebKit/chromium/src/
H A DWebPopupMenuImpl.cpp158 void WebPopupMenuImpl::layout() function in class:WebKit::WebPopupMenuImpl
H A DWebFrameImpl.h220 void layout();
H A DWebViewImpl.h96 virtual void layout();
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp129 virtual void layout() { } function in class:__anon13427::TestWebWidget
157 // (the layout code checks to see if the popup fits on the screen).
/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp869 QVBoxLayout* layout = new QVBoxLayout(dialog); local
870 dialog->setLayout(layout);
877 layout->addWidget(combo);
887 layout->addWidget(buttonBox);
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp473 m_setNeedsLayoutWasDeferred = false; // FIXME: Find a way to make the deferred layout actually happen.
630 // If we sync compositing layers when a layout is pending, we may cause painting of compositing
631 // layer content to occur before layout has happened, which will cause paintContents() to bail.
787 void FrameView::layout(bool allowSubtree) function in class:WebCore::FrameView
800 parentView->layout(allowSubtree);
810 // Protect the view from being deleted during layout (in recalcStyle)
820 // we shouldn't enter layout() while painting
839 // This is a new top-level layout. If there are any remaining tasks from the previous
840 // layout, finish them now.
853 // the layout beat
[all...]
H A DFrameView.h86 void layout(bool allowSubtree = true);
245 // We can eventually move Mail to a newer SPI that would let them opt in to the layout-time pagination model,
276 // FIXME: Remove this method once plugin loading is decoupled from layout.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/skia/src/gpu/gl/
H A DGrGLProgram.cpp54 GrStringBuilder fGSHeader; // layout qualifiers specific to GS
432 GrVertexLayout layout,
486 } else if (layout & GrDrawTarget::kEdge_VertexLayoutBit) {
609 segments->fGSHeader.append("layout(triangles) in;\n"
610 "layout(triangle_strip, max_vertices = 6) out;\n");
649 const uint32_t& layout = fProgramDesc.fVertexLayout; local
748 if (GrDrawTarget::VertexUsesTexCoordIdx(t, layout)) {
773 layout) {
776 int tcIdx = GrDrawTarget::VertexTexCoordsForStage(s, layout);
858 layout,
431 genEdgeCoverage(const GrGLContextInfo& gl, GrVertexLayout layout, CachedData* programData, GrStringBuilder* coverageVar, ShaderCodeSegments* segments) const argument
[all...]
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp400 // Don't emit anonymous bitfields, they just affect layout.
500 // Don't emit anonymous bitfields, they just affect layout.
558 // Pick the type to use. If the type is layout identical to the ConvertType
1345 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record); local
1347 (asCompleteObject ? layout.getLLVMType()
1348 : layout.getBaseSubobjectLLVMType());
1369 unsigned fieldIndex = layout.getNonVirtualBaseLLVMFieldNo(base);
1382 unsigned fieldIndex = layout.getLLVMFieldNo(field);
1402 unsigned fieldIndex = layout.getVirtualBaseIndex(base);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTestCaseEditController.java185 BoxLayout layout = new BoxLayout(paneDetail, BoxLayout.PAGE_AXIS);
186 paneDetail.setLayout(layout);
/external/chromium-trace/src/shared/css/
H A Dabout_memory.css152 table-layout: fixed;
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java54 setContentView(R.layout.conversation_dialog);
263 // We need to wait until layout has occurred before we can setup the
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java83 setContentView(R.layout.capture);

Completed in 2443 milliseconds

<<1112131415