14 string references to 'poll_vote'

PollVoteCheckHostname::testHostnamePollVote in drupal-7.x/modules/poll/poll.test
Check that anonymous users with same ip cannot vote on poll more than once unless user is logged in.
poll_cancel in drupal-7.x/modules/poll/poll.module
Submit callback for poll_cancel_form().
poll_delete in drupal-7.x/modules/poll/poll.module
Implements hook_delete().
poll_load in drupal-7.x/modules/poll/poll.module
Implements hook_load().
poll_schema in drupal-7.x/modules/poll/poll.install
Implements hook_schema().
poll_theme in drupal-7.x/modules/poll/poll.module
Implements hook_theme().
poll_update in drupal-7.x/modules/poll/poll.module
Implements hook_update().
poll_update_7001 in drupal-7.x/modules/poll/poll.install
Use the poll_choice primary key to record votes in poll_votes rather than the choice order. Rename chorder to weight.
poll_update_7002 in drupal-7.x/modules/poll/poll.install
Add timestamp field to {poll_vote}.
poll_update_7004 in drupal-7.x/modules/poll/poll.install
Update the database to match the schema.
poll_user_cancel in drupal-7.x/modules/poll/poll.module
Implements hook_user_cancel().
poll_user_delete in drupal-7.x/modules/poll/poll.module
Implements hook_user_delete().
poll_view_voting in drupal-7.x/modules/poll/poll.module
Generates the voting form for a poll.
poll_votes in drupal-7.x/modules/poll/poll.pages.inc
Callback for the 'votes' tab for polls you can see other votes on