Searched defs:layout (Results 1 - 25 of 363) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControlElements.cpp42 void RenderTextTrackContainerElement::layout() function in class:WebCore::RenderTextTrackContainerElement
45 RenderBlock::layout();
H A DRenderIFrame.cpp102 // however, this causes FrameView::layout() to add vertical scrollbars, incorrectly inflating
103 // the resulting contentHeight(). We'll need to make FrameView::layout() smarter.
105 updateWidgetPosition(); // Tell the Widget about our new width/height (it will also layout the child document).
111 if (childFrameView) // Widget should never be null during layout(), but just in case.
117 // Assert that the child document did a complete layout.
123 void RenderIFrame::layout() function in class:WebCore::RenderIFrame
133 // No kids to layout as a replaced element.
H A DRenderMedia.cpp52 void RenderMedia::layout() function in class:WebCore::RenderMedia
57 RenderImage::layout();
76 // When calling layout() on a child node, a parent must either push a LayoutStateMaintainter, or
H A DRenderReplica.cpp59 void RenderReplica::layout() function in class:WebCore::RenderReplica
H A DRenderSlider.cpp94 void RenderSlider::layout() function in class:WebCore::RenderSlider
103 RenderFlexibleBox::layout();
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dstringquery.cpp19 QGridLayout *layout = new QGridLayout; local
20 layout->addWidget(new QLabel(label), 0, 0);
21 layout->addWidget(edit, 0, 1);
22 setLayout(layout);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_platform_specific.cc15 OpaqueBrowserFrameViewLayout* layout) {
13 Create( OpaqueBrowserFrameView* view, OpaqueBrowserFrameViewLayout* layout) argument
H A Dopaque_browser_frame_view_linux.cc16 OpaqueBrowserFrameViewLayout* layout)
18 layout_(layout) {
51 // to a Widget. We need a Widget because layout crashes due to dependencies
66 OpaqueBrowserFrameViewLayout* layout) {
67 return new OpaqueBrowserFrameViewLinux(view, layout);
14 OpaqueBrowserFrameViewLinux( OpaqueBrowserFrameView* view, OpaqueBrowserFrameViewLayout* layout) argument
64 Create( OpaqueBrowserFrameView* view, OpaqueBrowserFrameViewLayout* layout) argument
/external/chromium_org/chrome/test/chromedriver/
H A Dtest_util.cc32 HKL layout = LoadKeyboardLayout( local
34 if (!layout)
36 return !!ActivateKeyboardLayout(layout, 0);
/external/chromium_org/content/test/
H A Dmock_keyboard.cc19 int MockKeyboard::GetCharacters(Layout layout, argument
25 // Change the keyboard layout only when we have to because it takes a lot of
26 // time to load a keyboard-layout driver.
27 // When we change the layout, we reset the modifier status to force updating
29 if (layout != keyboard_layout_) {
30 if (!driver_.SetLayout(layout))
32 keyboard_layout_ = layout;
/external/chromium_org/media/base/
H A Dchannel_layout.cc45 // The channel orderings for each layout as specified by FFmpeg. Each value
46 // represents the index of each channel in each layout. Values of -1 mean the
47 // channel at that index is not used for that layout.For example, the left side
48 // surround sound channel in FFmpeg's 5.1 layout is in the 5th position (because
151 int ChannelLayoutToChannelCount(ChannelLayout layout) { argument
152 DCHECK_LT(static_cast<size_t>(layout), arraysize(kLayoutToChannels));
153 return kLayoutToChannels[layout];
156 // Converts a channel count into a channel layout.
181 int ChannelOrder(ChannelLayout layout, Channels channel) { argument
182 DCHECK_LT(static_cast<size_t>(layout), arraysiz
187 ChannelLayoutToString(ChannelLayout layout) argument
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream.c41 int validate_layout(const ChannelLayout *layout) argument
45 max_channel = layout->nb_streams+layout->nb_coupled_streams;
48 for (i=0;i<layout->nb_channels;i++)
50 if (layout->mapping[i] >= max_channel && layout->mapping[i] != 255)
57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) argument
61 for (;i<layout->nb_channels;i++)
63 if (layout->mapping[i]==stream_id*2)
69 int get_right_channel(const ChannelLayout *layout, in argument
81 get_mono_channel(const ChannelLayout *layout, int stream_id, int prev) argument
[all...]
/external/compiler-rt/BlocksRuntime/tests/
H A Dnullblockisa.c24 struct Block_layout layout; member in struct:_custom
/external/jmonkeyengine/engine/src/android/com/jme3/app/
H A DR.java13 public static final class layout { class in class:R
/external/valgrind/main/none/
H A Dnl_main.c41 VexGuestLayout* layout,
39 nl_instrument( VgCallbackClosure* closure, IRSB* bb, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy ) argument
/external/chromium_org/ash/desktop_background/
H A Dwallpaper_resizer.h31 WallpaperLayout layout);
35 WallpaperLayout layout);
41 WallpaperLayout layout() const { return layout_; } function in class:ash::WallpaperResizer
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DTranslateAlwaysPanel.java25 public void createContent(Context context, InfoBarLayout layout) { argument
26 TextView panelMessage = (TextView) layout.findViewById(R.id.infobar_message);
31 checkBox.createContent(context, layout);
33 layout.addButtons(context.getString(R.string.translate_button_done),
H A DTranslateCheckBox.java24 public void createContent(Context context, InfoBarLayout layout) { argument
41 layout.addGroup(checkBox);
H A DTranslateNeverPanel.java25 public void createContent(Context context, InfoBarLayout layout) { argument
29 TextView panelMessage = (TextView) layout.findViewById(R.id.infobar_message);
32 layout.addButtons(
H A DTranslateSubPanel.java18 * @param layout InfoBarLayout to insert controls into.
20 void createContent(Context context, InfoBarLayout layout); argument
H A DTwoButtonInfoBar.java23 * @param layout InfoBarLayout to find controls in.
26 public void createContent(InfoBarLayout layout) { argument
27 Context context = layout.getContext();
28 layout.addButtons(getPrimaryButtonText(context), getSecondaryButtonText(context));
/external/chromium_org/chrome/browser/ui/ash/
H A Dime_controller_chromeos.cc36 // A keyboard layout can get changed by the user, so we perform quickly
37 // this cheap layout test.
54 const std::string& layout = descriptor.id(); local
55 return (layout == "xkb:fr::fra" || layout == "xkb:be::fra");
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_sync_promo_view.cc16 #include "ui/views/layout/box_layout.h"
17 #include "ui/views/layout/layout_constants.h"
68 views::BoxLayout* layout = new views::BoxLayout(views::BoxLayout::kVertical, local
72 SetLayoutManager(layout);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGGradientStop.cpp62 void RenderSVGGradientStop::layout() function in class:WebCore::RenderSVGGradientStop
H A DRenderSVGHiddenContainer.cpp33 void RenderSVGHiddenContainer::layout() function in class:WebCore::RenderSVGHiddenContainer

Completed in 1806 milliseconds

1234567891011>>