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

1 2 3 4

  /external/chromium_org/ui/views/layout/
fill_layout.cc 19 View* frame_view = host->child_at(0);
25 gfx::Rect rect(host->child_at(0)->GetPreferredSize());
box_layout.cc 40 View* child = host->child_at(i);
65 View* child = host->child_at(i);
89 View* child = host->child_at(i);
115 View* child = host->child_at(i);
130 View* child = host->child_at(i);
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_browsertest.cc 169 EXPECT_EQ(2UL, root->child_at(0)->child_count());
170 EXPECT_STREQ("1-1-name", root->child_at(0)->frame_name().c_str());
173 EXPECT_EQ(2UL, root->child_at(2)->child_count());
174 EXPECT_EQ(1UL, root->child_at(2)->child_at(1)->child_count());
175 EXPECT_EQ(0UL, root->child_at(2)->child_at(1)->child_at(0)->child_count());
177 root->child_at(2)->child_at(1)->child_at(0)->frame_name().c_str())
    [all...]
frame_tree_node.h 42 FrameTreeNode* child_at(size_t index) const { function in class:content::FrameTreeNode
web_contents_impl_unittest.cc     [all...]
  /external/chromium_org/ui/views/controls/
single_split_view.cc 49 if (child_at(0)->visible())
50 child_at(0)->SetBoundsRect(leading_bounds);
52 if (child_at(1)->visible())
53 child_at(1)->SetBoundsRect(trailing_bounds);
76 View* view = child_at(i);
107 bool both_visible = child_count() > 1 && child_at(0)->visible() &&
108 child_at(1)->visible();
116 bool is_leading_visible = has_children() && child_at(0)->visible();
117 bool is_trailing_visible = child_count() > 1 && child_at(1)->visible();
175 gfx::Size min = child_at(0)->GetMinimumSize()
    [all...]
styled_label_unittest.cc 62 styled()->child_at(0)->GetClassName());
64 static_cast<Label*>(styled()->child_at(0))->text());
76 styled()->child_at(0)->GetClassName());
78 static_cast<Label*>(styled()->child_at(0))->text());
93 styled()->child_at(0)->GetClassName());
95 static_cast<Label*>(styled()->child_at(0))->text());
115 EXPECT_EQ(3, styled()->child_at(0)->bounds().x());
116 EXPECT_EQ(3, styled()->child_at(0)->bounds().y());
118 styled()->child_at(1)->bounds().bottom());
155 EXPECT_EQ(0, styled()->child_at(0)->bounds().x())
    [all...]
single_split_view_unittest.cc 19 const views::View* leading = split.child_at(0);
20 const views::View* trailing = split.child_at(1);
130 split.child_at(0)->SetVisible(false);
133 EXPECT_EQ(split.size(), split.child_at(1)->size());
135 split.child_at(0)->SetVisible(true);
136 split.child_at(1)->SetVisible(false);
139 EXPECT_EQ(split.size(), split.child_at(0)->size());
  /external/chromium_org/ash/system/
status_area_widget_delegate.cc 47 return child_at(0);
98 views::View* child = child_at(c);
110 views::View* child = child_at(c);
124 views::View* child = child_at(c);
  /external/chromium_org/chrome/browser/ui/views/frame/
top_container_view.cc 24 int child_bottom = child_at(i)->bounds().bottom();
  /external/chromium_org/ui/views/examples/
throbber_example.cc 33 View* child = child_at(0);
  /external/chromium_org/ui/views/
debug_utils.cc 32 PrintViewHierarchyImp(view->child_at(i), indent + 2, out);
51 PrintFocusHierarchyImp(view->child_at(0), indent + 2, out);
view.cc 588 View* child = child_at(i);
636 const View* view = child_at(i)->GetViewByID(id);
666 child_at(i)->GetViewsInGroup(group, views);
833 View* child = child_at(i);
852 View* child = child_at(i);
    [all...]
  /external/chromium_org/ui/app_list/views/
page_switcher.cc 114 return static_cast<PageSwitcherButton*>(buttons->child_at(index));
143 const views::View* button = buttons_->child_at(i);
157 static_cast<PageSwitcherButton*>(buttons_->child_at(page));
164 static_cast<PageSwitcherButton*>(buttons_->child_at(i));
215 static_cast<PageSwitcherButton*>(buttons_->child_at(i));
223 if (sender == static_cast<views::Button*>(buttons_->child_at(i))) {
search_result_list_view.cc 72 return static_cast<const SearchResultView*>(child_at(selected_index_)) ==
102 return static_cast<SearchResultView*>(child_at(index));
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 54 views::View* view = child_at(i);
75 views::View* view = child_at(i);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
touch_omnibox_popup_contents_view.cc 113 View* v = child_at(i);
114 if (child_at(i)->visible())
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 278 views::View* child = child_at(i);
297 views::View* child = child_at(GetActualIndex(i));
314 views::View* child = child_at(actual_index);
332 views::View* child = child_at(i);
349 views::View* child = child_at(i);
363 if (!child_at(i)->layer())
364 child_at(i)->Paint(canvas);
372 if (child_at(i)->layer())
373 parent_layer->StackAtBottom(child_at(i)->layer());
403 views::View* child = child_at(i)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_container_view.cc 42 InfoBarView* child = static_cast<InfoBarView*>(child_at(i));
  /external/chromium_org/ui/views/focus/
focus_search.cc 40 starting_view = reverse ? root_->child_at(root_->child_count() - 1) :
41 root_->child_at(0);
163 View* v = FindNextFocusableViewImpl(starting_view->child_at(0),
229 starting_view->child_at(starting_view->child_count() - 1);
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.cc 308 static_cast<DesktopMediaSourceView*>(child_at(i));
331 View* source_view = child_at(i);
375 static_cast<DesktopMediaSourceView*>(child_at(new_index));
378 new_selected = static_cast<DesktopMediaSourceView*>(child_at(0));
403 static_cast<DesktopMediaSourceView*>(child_at(index));
419 static_cast<DesktopMediaSourceView*>(child_at(index));
426 static_cast<DesktopMediaSourceView*>(child_at(index));
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 199 const gfx::Size child_size = child_at(i)->GetPreferredSize();
210 gfx::Size ps = child_at(i)->GetPreferredSize();
211 child_at(i)->SetBounds(x, 0, ps.width(), ps.height());
212 x = child_at(i)->bounds().right();
332 size.SetToMax(contents_->child_at(i)->GetPreferredSize());
338 return static_cast<Tab*>(tab_strip_->child_at(index));
347 contents_->child_at(i)->SetSize(contents_->size());
  /external/chromium_org/ash/shelf/
shelf_widget.cc 417 child_at(i)->SetBounds(child_at(i)->x(), child_at(i)->y(),
418 child_at(i)->width(), height());
420 child_at(i)->SetBounds(child_at(i)->x(), child_at(i)->y(),
421 width(), child_at(i)->height());
  /external/chromium_org/ash/system/tray/
throbber_view.cc 66 View* child = child_at(0);
tray_popup_label_button_border.cc 81 const views::View* child = view.parent()->child_at(i);

Completed in 265 milliseconds

1 2 3 4