Searched refs:isFollowing (Results 1 – 2 of 2) sorted by relevance
1555 public $isFollowing; variable in Google_CommunityMembershipStatus1586 public function setIsFollowing( $isFollowing) { argument1587 $this->isFollowing = $isFollowing;1590 return $this->isFollowing;
9489 this.isFollowing = false;9498 if (!this.isFollowing) {9499 this.isFollowing = true;9528 … if (this.isFollowing && !this.isAnimating) { // disallow more than one stop animation at a time9529 this.isFollowing = false;