Lines Matching refs:vote
957 public $vote; variable in Google_ModeratorVotesResourcePartial
959 public function setVote($vote) { argument
960 $this->vote = $vote;
963 return $this->vote;
1310 public $vote; variable in Google_Submission
1371 public function setVote(Google_ModeratorVotesResourcePartial $vote) { argument
1372 $this->vote = $vote;
1375 return $this->vote;
1821 public $vote; variable in Google_Vote
1827 public function setVote($vote) { argument
1828 $this->vote = $vote;
1831 return $this->vote;