17 uses of COMMENT_MODE_THREADED

CommentInterfaceTest::testCommentInterface in drupal/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal/modules/comment/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in drupal/modules/comment/comment.test
Test that threaded comments can be viewed.
CommentPagerTest::testCommentNewPageIndicator in drupal/modules/comment/comment.test
Test comment_new_page_count().
CommentPagerTest::testCommentOrderingThreading in drupal/modules/comment/comment.test
Test comment ordering and threading.
CommentPagerTest::testCommentPaging in drupal/modules/comment/comment.test
Confirm comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave in drupal/modules/comment/comment.test
Test comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in drupal/modules/comment/comment.test
Test comment preview.
CommentThreadingTestCase::testCommentThreading in drupal/modules/comment/comment.test
Tests the comment threading.
comment_form_node_type_form_alter in drupal/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().
comment_get_display_ordinal in drupal/modules/comment/comment.module
Get the display ordinal for a comment, starting from 0.
comment_new_page_count in drupal/modules/comment/comment.module
Calculate page number for first new comment.
comment_node_page_additions in drupal/modules/comment/comment.module
Build the comment-related elements for node detail pages.
comment_node_update_index in drupal/modules/comment/comment.module
Implements hook_node_update_index().
comment_view in drupal/modules/comment/comment.module
Generate an array for rendering the given comment.
RdfCommentAttributesTestCase::setUp in drupal/modules/rdf/rdf.test
Sets up a Drupal site for running functional and integration tests.
template_preprocess_comment_wrapper in drupal/modules/comment/comment.module
Process variables for comment-wrapper.tpl.php.