Searched refs:iElementCSSMatchable (Results 1 – 6 of 6) sorted by relevance
/plugin/odt/ODT/css/ |
D | cssimportnew.php | 304 * @param iElementCSSMatchable $element Element to check 307 public function matches_entry (iElementCSSMatchable $element) { 495 * @param iElementCSSMatchable $element Element to check 498 protected function selector_matches (array $selector, iElementCSSMatchable $element) { 630 * @param iElementCSSMatchable $element Element to check 634 public function matches (iElementCSSMatchable $element, &$specificity) { 778 * @param iElementCSSMatchable $element Element to check 783 public function matches(iElementCSSMatchable $element, &$specificity, $media = NULL) { 1052 * @param iElementCSSMatchable $element Element to match 1055 public function getPropertyForElement ($name, iElementCSSMatchable $element) { [all …]
|
D | cssdocument.php | 17 class css_doc_element implements iElementCSSMatchable {
|
/plugin/odt/helper/ |
D | cssimportnew.php | 76 public function getPropertyForElement ($name, iElementCSSMatchable $element) { 86 …public function getPropertiesForElement (&$dest, iElementCSSMatchable $element, helper_plugin_odt_…
|
D | ecm_interface.php | 23 interface iElementCSSMatchable interface
|
/plugin/odt/ODT/ |
D | ODTDocument.php | 2013 * @param iElementCSSMatchable $element The element object for which the properties are queried. 2032 …public function getODTPropertiesFromElement (array &$dest, iElementCSSMatchable $element, $media_s…
|
/plugin/odt/renderer/ |
D | page.php | 2133 …public function getODTPropertiesFromElement (&$dest, iElementCSSMatchable $element, $media_sel=NUL…
|