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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.h 92 bool elementFullySelected(HTMLElement&, const Position& start, const Position& end) const;
ApplyStyleCommand.cpp 395 if (!elementFullySelected(toHTMLElement(*node), start, end))
620 if (startUnsplitAncestor && elementFullySelected(*startUnsplitAncestor, removeStart, end))
624 if (endUnsplitAncestor && elementFullySelected(*endUnsplitAncestor, removeStart, end))
    [all...]

Completed in 90 milliseconds