HomeSort by relevance Sort by last modified time
    Searched defs:m_extent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h 72 Position extent() const { return m_extent; }
79 VisiblePosition visibleExtent() const { return VisiblePosition(m_extent, isRange() ? (isBaseFirst() ? DOWNSTREAM : UPSTREAM) : affinity()); }
159 Position m_extent; // Where the end click happened member in class:WebCore::VisibleSelection
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 385 LayoutUnit m_extent; member in struct:WebCore::RenderBox::LogicalExtentComputedValues
    [all...]

Completed in 708 milliseconds