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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 786 const unsigned nodeLength = position.anchorNode()->lengthOfContents();
787 return offset <= nodeLength;
  /external/chromium_org/third_party/readability/js/
readability.js 738 var nodeLength = nodeContent.length;
740 if(nodeLength > 80 && linkDensity < 0.25)
744 else if(nodeLength < 80 && linkDensity === 0 && nodeContent.search(/\.( |$)/) !== -1)
    [all...]

Completed in 57 milliseconds