/external/chromium_org/chrome/browser/ui/views/ |
cookie_info_view.h | 55 // Layout helper routines. 56 void AddLabelRow(int layout_id, views::GridLayout* layout, 59 // Sets up the view layout.
|
/external/chromium_org/chrome/test/chromedriver/test/webview_shell/java/src/org/chromium/chromedriver_webview_shell/ |
Main.java | 27 setContentView(R.layout.main_layout);
|
/external/chromium_org/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ |
ContentBrowserTestsActivity.java | 46 View view = inflater.inflate(R.layout.test_activity, null);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderListMarker.h | 59 virtual void layout() OVERRIDE;
|
RenderMultiColumnFlowThread.h | 44 // of layout, and, after having calculated the column width, it lays out content as if everything 66 // More on column balancing: the columns' height is unknown in the first layout pass when 69 // single strip. After the initial flow thread layout pass we can determine a tentative / minimal / 71 // number of specified columns. In the layout pass that follows, we can insert breaks (and 73 // turn out that the calculated height wasn't enough, though. We'll notice this at end of layout. If 83 // For each layout iteration done for column balancing, the flow thread will need a deep layout if 135 virtual void layout() OVERRIDE FINAL; 145 bool m_needsColumnHeightsRecalculation; // Set when we need to recalculate the column set heights after layout.
|
RenderReplaced.h | 46 virtual void layout() OVERRIDE;
|
RenderReplica.cpp | 58 void RenderReplica::layout() function in class:WebCore::RenderReplica
|
RenderScrollbarPart.h | 46 virtual void layout() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGContainer.h | 59 virtual void layout() OVERRIDE; 71 // Allow RenderSVGTransformableContainer to hook in at the right time in layout() 74 // Allow RenderSVGViewportContainer to hook in at the right times in layout(), paint() and nodeAtFloatPoint()
|
RenderSVGImage.h | 62 virtual void layout() OVERRIDE;
|
RenderSVGResourceContainer.h | 36 virtual void layout() OVERRIDE;
|
RenderSVGText.h | 67 virtual void layout() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
LinkHighlightTest.cpp | 68 webViewImpl->layout(); 156 webViewImpl->layout(); 175 webViewImpl->layout(); 193 webViewImpl->layout();
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.js | 68 // And layout into the topmost box. 69 layout(tree, level, width, height); 148 function layout(tree, level, width, height) { function 173 // layout doesn't look very good. 177 var space; // Space available along layout axis. 213 layout(child, level + 1, width, height); 242 layout(data, 0, width, height);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebWidget.h | 93 // Called to layout the WebWidget. This MUST be called before Paint, 95 virtual void layout() { } function in class:blink::WebWidget 99 // Layout before calling this method. It is okay to call paint 100 // multiple times once layout has been called, assuming no other 102 // processed, it should be assumed that another call to layout is
|
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/src/org/webrtc/app/ |
OpenSlDemo.java | 35 setContentView(R.layout.open_sl_demo);
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/ |
AudioDeviceAndroidTest.java | 17 setContentView(R.layout.main);
21 // button.layout(50, 50, 100, 40);
|
/external/chromium_org/ui/gfx/ |
render_text_pango.h | 59 void SetupPangoAttributes(PangoLayout* layout); 70 // Pango Layout. 72 // A single line layout resulting from laying out via |layout_|.
|
/external/chromium_org/ui/v2/public/ |
view.h | 14 #include "ui/v2/public/layout.h" 24 class Layout; 45 // See documentation in layout.h. A layout manager's rules apply to this 48 void SetLayout(Layout* layout); 96 scoped_ptr<Layout> layout_;
|
/external/clang/utils/ABITest/layout/ |
Makefile | 8 TESTARGS := --max-args 0 --test-layout
|
/external/deqp/android/package/src/com/drawelements/deqp/execserver/ |
ExecServerActivity.java | 50 setContentView(R.layout.exec_server);
|
/external/icu/icu4c/source/samples/layout/ |
Makefile.in | 1 ## Makefile.in for ICU - samples/layout 17 subdir = samples/layout 26 CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir)/layout -I$(top_srcdir) -g
|
/external/llvm/test/MC/ARM/ |
ldr-pseudo-obj-errors.s | 6 @These tests look for errors that should be reported for invalid object layout
|
/external/nist-pkits/ |
generate-tests.sh | 71 ${PDFTOTEXT} -layout -nopgbrk -eol unix "${PDF}" "${TEMP_TEXT}"
|
/external/replicaisland/src/com/replica/replicaisland/ |
AnimationPlayerActivity.java | 79 setContentView(R.layout.animation_player); 92 setContentView(R.layout.good_ending_animation); 96 setContentView(R.layout.kabocha_ending_animation); 125 setContentView(R.layout.rokudou_ending_animation);
|