OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 132 milliseconds