HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 3501 - 3525 of 4661) sorted by null

<<141142143144145146147148149150>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 302 // Larger chunk sizes will show more samples in line layout.
325 iframe.contentDocument.body.clientHeight; // Force a full layout/style-resolve.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 34 Fixed table layout
36 With this (fast) algorithm, the horizontal layout of the table does
43 inline-table') means use the automatic table layout algorithm.
45 In the fixed table layout algorithm, the width of each column is
98 // Width specified by column-groups that have column child does not affect column width in fixed layout tables
189 <table style="width:100%; background-color:green; table-layout:fixed"><tr><td>
202 void FixedTableLayout::layout() function in class:WebCore::FixedTableLayout
211 // FIXME: Table layout shouldn't modify our table structure (but does due to columns and column-groups).
318 // When switching table layout algorithm, we need to dirty the preferred
RenderEmbeddedObject.cpp 191 void RenderEmbeddedObject::layout() function in class:WebCore::RenderEmbeddedObject
RenderInline.h 135 virtual void layout() OVERRIDE FINAL { ASSERT_NOT_REACHED(); } // Do nothing for layout()
RenderScrollbarPart.cpp 57 void RenderScrollbarPart::layout() function in class:WebCore::RenderScrollbarPart
101 // FIXME: We are querying layout information but nothing guarantees that it's up-to-date, especially since we are called at style change.
118 // FIXME: We are querying layout information but nothing guarantees that it's up-to-date, especially since we are called at style change.
RenderTableCell.h 102 // FIXME: This function does too much work, and is very hot during table layout!
127 virtual void layout() OVERRIDE;
RenderTableSection.h 209 // FIXME: We may want to introduce a structure holding the in-flux layout information.
234 virtual void layout() OVERRIDE;
RenderText.h 175 virtual void layout() OVERRIDE FINAL { ASSERT_NOT_REACHED(); }
RenderView.h 40 // the visible viewport in fixed-layout mode), and it is always at position (0,0)
58 virtual void layout() OVERRIDE;
101 // layoutDelta is used transiently during layout to store how far an object has moved from its
102 // last layout location, in order to repaint correctly.
236 // tree during layout in ways that can trigger repaint of a non-child (e.g. when a list item
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp 92 void RenderSVGImage::layout() function in class:WebCore::RenderSVGImage
112 // Invalidate all resources of this client if our layout changed.
221 // Update the SVGImageCache sizeAndScales entry in case image loading finished after layout.
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 71 void PageWidgetDelegate::layout(Page* page) function in class:blink::PageWidgetDelegate
WebPopupMenuImpl.cpp 211 void WebPopupMenuImpl::layout() function in class:blink::WebPopupMenuImpl
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 107 webViewImpl->layout();
315 webViewImpl->layout();
461 webViewImpl->layout();
514 webViewImpl->layout();
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results_unittest.js 48 "layout-tests": {
55 builders.loadBuildersList('@ToT Blink', 'layout-tests');
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 157 _hb_ot_layout_destroy (hb_ot_layout_t *layout);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_screen.c 319 if (format_desc->layout == UTIL_FORMAT_LAYOUT_S3TC) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state.h 211 enum intel_msaa_layout layout);
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MainMenuFragment.java 40 View v = inflater.inflate(R.layout.mainmenu, container, false);
SettingsMenuFragment.java 40 View v = inflater.inflate(R.layout.settingsmenu, container, false);
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 159 _hb_ot_layout_destroy (hb_ot_layout_t *layout);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.c 319 if (format_desc->layout == UTIL_FORMAT_LAYOUT_S3TC) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state.h 211 enum intel_msaa_layout layout);
  /external/replicaisland/src/com/replica/replicaisland/
DifficultyMenuActivity.java 87 setContentView(R.layout.difficulty_menu);
ExtrasMenuActivity.java 92 setContentView(R.layout.extras_menu);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ArrayAdapterTest.java 58 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<String>(Robolectric.application, R.layout.main, R.id.title, new String[] { "first value" });

Completed in 1012 milliseconds

<<141142143144145146147148149150>>