Searched refs:isPercentage (Results 1 – 7 of 7) sorted by relevance
29 if ($top->isPercentage()) {36 if ($bottom->isPercentage()) {61 if ($left->isPercentage()) {68 if ($right->isPercentage()) {
47 if ($this->isPercentage()) {62 function isPercentage() { function in CSSValuePercentage
406 if ($top->isPercentage()) {413 if ($bottom->isPercentage()) {430 if ($left->isPercentage()) {437 if ($right->isPercentage()) {
142 } elseif ($value->isPercentage()) {152 } elseif ($value->isPercentage()) {162 } elseif ($value->isPercentage()) {
177 if ($top->isPercentage()) {184 if ($bottom->isPercentage()) {203 if ($left->isPercentage()) {210 if ($right->isPercentage()) {
966 } elseif ($top->isPercentage()) {980 } elseif ($bottom->isPercentage()) {1005 } elseif ($left->isPercentage()) {1019 } elseif ($right->isPercentage()) {
3201 var isPercentage = value.include('%'), isViewport = (context === document.viewport);3203 if (/\d/.test(value) && element && element.runtimeStyle && !(isPercentage && isViewport)) {3214 if (element && isPercentage) {