| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012, Google Inc. All rights reserved. | 2 * Copyright (C) 2012, Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * | 7 * |
| 8 * 1. Redistributions of source code must retain the above copyright | 8 * 1. Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * 2. Redistributions in binary form must reproduce the above copyright | 10 * 2. Redistributions in binary form must reproduce the above copyright |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 bool isNativeCheckboxInMixedState() const; | 227 bool isNativeCheckboxInMixedState() const; |
| 228 String textFromDescendants(AXObjectSet& visited, | 228 String textFromDescendants(AXObjectSet& visited, |
| 229 bool recursive) const override; | 229 bool recursive) const override; |
| 230 String nativeTextAlternative(AXObjectSet& visited, | 230 String nativeTextAlternative(AXObjectSet& visited, |
| 231 AXNameFrom&, | 231 AXNameFrom&, |
| 232 AXRelatedObjectVector*, | 232 AXRelatedObjectVector*, |
| 233 NameSources*, | 233 NameSources*, |
| 234 bool* foundTextAlternative) const; | 234 bool* foundTextAlternative) const; |
| 235 float stepValueForRange() const; | 235 float stepValueForRange() const; |
| 236 bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const; | 236 bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const; |
| 237 String placeholderFromAttribute() const; |
| 237 }; | 238 }; |
| 238 | 239 |
| 239 } // namespace blink | 240 } // namespace blink |
| 240 | 241 |
| 241 #endif // AXNodeObject_h | 242 #endif // AXNodeObject_h |
| OLD | NEW |