Searched defs:RenderedPosition (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRenderedPosition.cpp32 #include "core/editing/RenderedPosition.h"
68 RenderedPosition::RenderedPosition(const VisiblePosition& position) function in class:blink::RenderedPosition
84 RenderedPosition::RenderedPosition(const Position& position, EAffinity affinity) function in class:blink::RenderedPosition
100 InlineBox* RenderedPosition::prevLeafChild() const
107 InlineBox* RenderedPosition::nextLeafChild() const
114 bool RenderedPosition::isEquivalent(const RenderedPosition& other) const
121 unsigned char RenderedPosition
[all...]
H A DRenderedPosition.h46 class RenderedPosition { class in namespace:blink
48 RenderedPosition();
49 explicit RenderedPosition(const VisiblePosition&);
50 explicit RenderedPosition(const Position&, EAffinity);
51 bool isEquivalent(const RenderedPosition&) const;
58 RenderedPosition leftBoundaryOfBidiRun(unsigned char bidiLevelOfRun);
59 RenderedPosition rightBoundaryOfBidiRun(unsigned char bidiLevelOfRun);
76 bool operator==(const RenderedPosition&) const { return false; }
77 explicit RenderedPosition(RenderObject*, InlineBox*, int offset);
97 inline RenderedPosition function in class:blink::RenderedPosition
106 inline RenderedPosition::RenderedPosition(RenderObject* renderer, InlineBox* box, int offset) function in class:blink::RenderedPosition
[all...]

Completed in 265 milliseconds