#include <ax_range.h>
Public Member Functions | |
| Iterator () | |
| Iterator (AXPositionInstance start, AXPositionInstance end) | |
| Iterator (const Iterator &other)=delete | |
| Iterator (Iterator &&other) | |
| ~Iterator ()=default | |
| bool | operator== (const Iterator &other) const |
| bool | operator!= (const Iterator &other) const |
| Iterator & | operator++ () |
| AXRange | operator* () const |
Definition at line 193 of file ax_range.h.
|
inline |
Definition at line 195 of file ax_range.h.
|
inline |
Definition at line 199 of file ax_range.h.
References ui::AXRange< AXPositionType >::end(), and start.
|
delete |
|
inline |
Definition at line 212 of file ax_range.h.
|
default |
|
inline |
Definition at line 225 of file ax_range.h.
|
inline |
Definition at line 239 of file ax_range.h.
References BASE_DCHECK, and ui::AXRange< AXPositionType >::IsLeafTextRange().
|
inline |
Definition at line 228 of file ax_range.h.
References BASE_DCHECK.
|
inline |
Definition at line 218 of file ax_range.h.