HomeSort by relevance Sort by last modified time
    Searched refs:FillLayout (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/ui/views/layout/
fill_layout.h 16 // FillLayout
21 class VIEWS_EXPORT FillLayout : public LayoutManager {
23 FillLayout();
24 virtual ~FillLayout();
32 DISALLOW_COPY_AND_ASSIGN(FillLayout);
fill_layout.cc 11 FillLayout::FillLayout() {}
13 FillLayout::~FillLayout() {}
15 void FillLayout::Layout(View* host) {
23 gfx::Size FillLayout::GetPreferredSize(View* host) {
32 int FillLayout::GetPreferredHeightForWidth(View* host, int width) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PropertyView.java 21 import org.eclipse.swt.layout.FillLayout;
33 parent.setLayout(new FillLayout());
TreeOverviewView.java 21 import org.eclipse.swt.layout.FillLayout;
33 parent.setLayout(new FillLayout());
PixelPerfectTreeView.java 24 import org.eclipse.swt.layout.FillLayout;
38 parent.setLayout(new FillLayout());
PixelPerfectView.java 26 import org.eclipse.swt.layout.FillLayout;
40 parent.setLayout(new FillLayout());
DeviceSelectorView.java 28 import org.eclipse.swt.layout.FillLayout;
45 parent.setLayout(new FillLayout());
LayoutView.java 31 import org.eclipse.swt.layout.FillLayout;
98 parent.setLayout(new FillLayout());
TreeViewView.java 34 import org.eclipse.swt.layout.FillLayout;
57 treeViewContainer.setLayout(new FillLayout());
  /external/chromium_org/ui/views/examples/
checkbox_example.cc 25 container->SetLayoutManager(new FillLayout);
link_example.cc 25 container->SetLayoutManager(new FillLayout);
webview_example.cc 27 container->SetLayoutManager(new FillLayout);
combobox_example.cc 43 container->SetLayoutManager(new FillLayout);
throbber_example.cc 56 container->SetLayoutManager(new FillLayout());
  /external/chromium_org/chrome/browser/chromeos/input_method/
hidable_area.cc 17 SetLayoutManager(new views::FillLayout);
mode_indicator_delegate_view.cc 68 SetLayoutManager(new views::FillLayout());
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_views.cc 51 SetLayoutManager(new views::FillLayout());
  /external/chromium_org/ash/shell/
bubble.cc 28 SetLayoutManager(new views::FillLayout());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageEditorPanel.java 28 import org.eclipse.swt.layout.FillLayout;
50 setLayout(new FillLayout());
  /external/chromium_org/content/shell/browser/
shell_aura.cc 29 class FillLayout : public aura::LayoutManager {
31 explicit FillLayout(aura::RootWindow* root)
35 virtual ~FillLayout() {}
63 DISALLOW_COPY_AND_ASSIGN(FillLayout);
132 root_window_->window()->SetLayoutManager(new FillLayout(root_window_.get()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 30 import org.eclipse.swt.layout.FillLayout;
53 parent.setLayout(new FillLayout());
  /external/chromium_org/apps/shell/
web_view_window.cc 59 SetLayoutManager(new views::FillLayout);
  /external/chromium_org/ash/system/chromeos/
label_tray_view.cc 23 SetLayoutManager(new views::FillLayout());
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.cc 64 SetLayoutManager(new views::FillLayout());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 24 import org.eclipse.swt.layout.FillLayout;
96 mShell.setLayout(new FillLayout());

Completed in 3536 milliseconds

1 2 3