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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/ui/base/models/
tree_node_model_unittest.cc 86 EXPECT_EQ(2, root->child_count());
87 EXPECT_EQ(2, child1->child_count());
88 EXPECT_EQ(0, child2->child_count());
141 EXPECT_EQ(3, root.child_count());
142 EXPECT_EQ(1, child1.child_count());
143 EXPECT_EQ(3, foo->child_count());
148 EXPECT_EQ(0, root.child_count());
151 EXPECT_EQ(1, child1.child_count());
152 EXPECT_EQ(3, foo->child_count());
292 EXPECT_EQ(0, root.child_count());
    [all...]
tree_node_iterator.h 37 for (; index < node->child_count(); ++index)
41 if (index < node->child_count())
74 if (positions_.top().index >= positions_.top().node->child_count())
  /external/chromium_org/ui/views/layout/
fill_layout.cc 24 DCHECK_EQ(1, host->child_count());
box_layout.cc 39 for (int i = 0; i < host->child_count(); ++i) {
64 for (int i = 0; i < host->child_count(); ++i) {
88 for (int i = 0; i < host->child_count(); ++i) {
114 for (int i = 0; i < host->child_count(); ++i) {
129 for (int i = 0; i < host->child_count(); ++i) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_test_utils.cc 26 ASSERT_EQ(expected->child_count(), actual->child_count());
27 for (int i = 0; i < expected->child_count(); ++i)
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_test_utils.cc 31 ASSERT_EQ(expected->child_count(), actual->child_count());
32 for (int i = 0; i < expected->child_count(); ++i)
44 int index = node->child_count();
98 int child_count = node->child_count(); local
100 for (int i = 0; i < child_count; ++i) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
partner_bookmarks_shim_unittest.cc 34 return model_->AddURL(parent, parent->child_count(), title, url);
41 return model_->AddFolder(parent, parent->child_count(), title);
110 root_partner_node->Add(partner_folder1, root_partner_node->child_count());
114 partner_folder1->Add(partner_folder2, partner_folder1->child_count());
119 partner_folder1->Add(partner_bookmark1, partner_folder1->child_count());
124 partner_folder2->Add(partner_bookmark2, partner_folder2->child_count());
155 root_partner_node->Add(partner_bookmark1, root_partner_node->child_count());
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_editor.cc 23 int child_count = parent->child_count(); local
25 details.index <= child_count) ?
26 details.index : child_count;
32 model->AddURL(node, node->child_count(), details.urls[i].second,
160 model->Move(node, new_parent, new_parent->child_count());
bookmark_utils.cc 80 for (; child_index_ < (*parent_)->child_count(); ++child_index_) {
103 int child_count = 0; local
107 child_count++;
110 if (child_count < num_bookmark_urls_before_prompting)
116 base::IntToString16(child_count)),
123 for (int i = 0; i < node->child_count(); ++i) {
214 BookmarkEditor::EditDetails::AddFolder(parent, parent->child_count());
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_browsertest.cc 165 EXPECT_EQ(3UL, root->child_count());
169 EXPECT_EQ(2UL, root->child_at(0)->child_count());
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());
184 EXPECT_EQ(0UL, root->child_count());
frame_tree_node.h 38 size_t child_count() const { function in class:content::FrameTreeNode
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_unittest.cc 75 model->AddURL(parent, parent->child_count(),
86 model->AddURL(parent, parent->child_count(),
88 model->AddURL(parent, parent->child_count(),
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_unittest.cc 75 model_->AddURL(parent, parent->child_count(),
84 model_->AddURL(parent, parent->child_count(),
86 model_->AddURL(parent, parent->child_count(),
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win_unittest.cc 35 LONG child_count = 0; local
36 ASSERT_EQ(S_OK, content_accessible->get_accChildCount(&child_count));
37 ASSERT_EQ(1L, child_count);
  /external/chromium_org/chrome/browser/ui/views/frame/
top_container_view.cc 23 for (int i = 0; i < child_count(); ++i) {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 161 ASSERT_EQ(3, editor_root->child_count());
163 ASSERT_EQ(2, editor_root->child_count());
168 ASSERT_EQ(2, bb_node->child_count());
173 ASSERT_EQ(1, bb_node->GetChild(0)->child_count());
178 ASSERT_EQ(1, other_node->child_count());
273 ASSERT_EQ(2, mf2->child_count());
281 ASSERT_EQ(1, mf21->child_count());
300 ASSERT_EQ(4, bb_node->child_count());
322 ASSERT_EQ(2, other_node->child_count());
343 ASSERT_EQ(2, other_node->child_count());
    [all...]
bookmark_bar_instructions_view.cc 53 for (int i = 0; i < child_count(); ++i) {
65 width += (child_count() - 1) * kViewPadding;
74 for (int i = 0; i < child_count(); ++i) {
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_bookmarks_sync_test.cc 118 Move(0, tier1_a_url0, bar, bar->child_count());
119 const BookmarkNode* boa = AddURL(0, bar, bar->child_count(),
122 Move(0, tier1_a_url0, top, top->child_count());
124 0, bar, bar->child_count(), L"Seattle Bubble",
138 ASSERT_EQ(tier1_a_url0->id(), top->GetChild(top->child_count() - 1)->id());
139 Remove(0, top, top->child_count() - 1);
242 EXPECT_EQ(0, GetOtherNode(0)->child_count());
243 EXPECT_EQ(0, GetBookmarkBarNode(0)->child_count());
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 137 ASSERT_EQ(2, editor_root->child_count());
141 ASSERT_EQ(2, bb_node->child_count());
146 ASSERT_EQ(1, bb_node->GetChild(0)->child_count());
151 ASSERT_EQ(1, other_node->child_count());
239 ASSERT_EQ(2, mf2->child_count());
247 ASSERT_EQ(1, mf21->child_count());
263 ASSERT_EQ(4, bb_node->child_count());
283 ASSERT_EQ(2, other_node->child_count());
302 ASSERT_EQ(2, other_node->child_count());
325 ASSERT_EQ(4, model_->GetBookmarkBarNode()->child_count());
    [all...]
bookmark_bar_instructions_view.cc 41 for (int i = 0; i < child_count(); ++i) {
53 width += (child_count() - 1) * kViewPadding;
62 for (int i = 0; i < child_count(); ++i) {
  /external/chromium_org/ui/views/controls/
single_split_view.cc 51 if (child_count() > 1) {
75 for (int i = 0; i < 2 && i < child_count(); ++i) {
107 bool both_visible = child_count() > 1 && child_at(0)->visible() &&
117 bool is_trailing_visible = child_count() > 1 && child_at(1)->visible();
167 if (child_count() < 2)
194 if (child_count() < 2)
213 if (child_count() < 2)
  /external/chromium_org/ash/system/
status_area_widget_delegate.cc 97 for (int c = 0; c < child_count(); ++c) {
109 for (int c = child_count() - 1; c >= 0; --c) {
123 for (int c = child_count() - 1; c >= 0; --c) {
  /external/chromium_org/gpu/config/
gpu_dx_diagnostics_win.cc 68 DWORD child_count; local
69 hr = container->GetNumberOfChildContainers(&child_count);
71 for (DWORD i = 0; i < child_count; i++) {
  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 385 if (browser_index == bnode->parent()->child_count() - 1) {
395 if (bnode->child_count()) {
721 EXPECT_TRUE(model_->other_node()->child_count() == 1);
731 EXPECT_TRUE(model_->other_node()->child_count() == 1);
741 int child_count = 0; local
755 child_count = model_->other_node()->child_count();
756 EXPECT_TRUE(child_count == 0 || child_count == 1);
766 EXPECT_EQ(model_->other_node()->child_count(), child_count)
    [all...]
  /external/chromium/chrome/browser/ui/touch/frame/
keyboard_container_view.cc 17 for (int i = 0; i < view->child_count(); ++i) {

Completed in 945 milliseconds

1 2 3 4 5 6 7 8 9