HomeSort by relevance Sort by last modified time
    Searched refs:child_count (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 120 n = adaptor.child_count( tree )
145 n = adaptor.child_count( tree )
  /external/chromium_org/ash/ime/
candidate_view.cc 209 for (int i = 0; i < parent()->child_count(); ++i) {
233 for (int i = 0; i < parent()->child_count(); ++i) {
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_server_table.py 100 child_count = 1 << M;
121 if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count):
  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter.cc 31 const int subitem_count = menu->GetSubmenu()->child_count();
120 menu->GetSubmenu()->child_count() : 0;
  /external/mesa3d/src/mapi/glapi/gen/
glX_server_table.py 100 child_count = 1 << M;
121 if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count):
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.cc 563 for (int i = 0; i < view->child_count(); i++) {
579 for (int i = 0; i < menu->child_count(); ++i) {
609 for (int i = 0; i < view->child_count(); ++i) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 222 const int child_view_count = tab_strip_->child_count();
229 EXPECT_EQ(child_view_count, tab_strip_->child_count());
234 EXPECT_EQ(child_view_count - 1, tab_strip_->child_count());
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 155 DCHECK_EQ(1, child_count());
164 DCHECK_EQ(1, child_count());
171 DCHECK_EQ(1, child_count());
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 450 return gfx::Size(GetMaxChildViewPreferredWidth() * child_count(), 0);
456 for (int i = 0; i < child_count(); ++i)
470 for (int i = 0; i < child_count(); ++i)
755 while (submenu->child_count() > 0)
756 menu_item_->RemoveMenuItemAt(submenu->child_count() - 1);
    [all...]
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view.cc 216 for (int i = 0; i < child_count(); ++i) {
226 for (int i = 0; i < child_count(); ++i) {
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 234 (child_at(child_count() - 1) != close_button_)) {
243 for (int i = 0; i < child_count(); ++i) {
  /external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc 378 ASSERT_EQ(1, first_view->child_count());
387 ASSERT_EQ(2, target_view()->child_count());
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 379 DCHECK_GE(static_cast<size_t>(child_count()), model_->result().size());
478 DCHECK(nb_match <= child_count());
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 245 for (int i = host->child_count() - 1;
435 for (int i = 0; i < child_count(); ++i) {
  /external/clang/tools/libclang/
CXComment.cpp 98 return C->child_count();
103 if (!C || ChildIdx >= C->child_count())
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 74 @adaptor.child_count( tree ).times do |index|
wizard.rb 431 number_of_children = @adaptor.child_count( tree )
432 return false unless number_of_children == pattern.child_count
450 child_count_a = adaptor.child_count( tree_a )
451 child_count_b = adaptor.child_count( tree_b )
  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 61 DCHECK_EQ(1, child_count());
  /external/chromium_org/ash/system/tray/
hover_highlight_view.cc 176 for (int i = 0; i < child_count(); ++i)
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 171 int child_count() const { return children_.size(); } function in class:extensions::MenuItem
  /external/chromium_org/chrome/browser/ui/bookmarks/
recently_used_folders_combo_model.cc 233 bookmark_model_->Move(node, new_parent, new_parent->child_count());
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 105 EXPECT_EQ(5, frame_view->child_count());
  /external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_handler.cc 260 model_util_->GetChildNodeList(parent, 0, parent->child_count(),
  /external/chromium_org/components/bookmarks/browser/
bookmark_storage.cc 45 for (int i = 0; i < node->child_count(); ++i)
  /external/chromium_org/content/browser/frame_host/
frame_tree_unittest.cc 39 for (size_t i = 0; i < node->child_count(); i++) {

Completed in 833 milliseconds

1 2 3 45 6 7