Home
last modified time | relevance | path

Searched refs:customStyle (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAdUnit.php80 public function setCustomStyle(AdStyle $customStyle) argument
82 $this->customStyle = $customStyle;
89 return $this->customStyle;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php932 public $customStyle; variable in Google_AdUnit
952 public function setCustomStyle(Google_AdStyle $customStyle) { argument
953 $this->customStyle = $customStyle;
956 return $this->customStyle;
H A DGoogle_AdSenseService.php1330 public $customStyle; variable in Google_AdUnit
1354 public function setCustomStyle(Google_AdStyle $customStyle) { argument
1355 $this->customStyle = $customStyle;
1358 return $this->customStyle;