Searched refs:isDisplayString (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTextIterator.h65 UChar* plainTextToMallocAllocatedBuffer(const Range*, unsigned& bufferLength, bool isDisplayString, TextIteratorBehavior = TextIteratorDefaultBehavior);
H A DTextIterator.cpp2485 UChar* plainTextToMallocAllocatedBuffer(const Range* r, unsigned& bufferLength, bool isDisplayString, TextIteratorBehavior defaultBehavior) argument
2498 if (!isDisplayString)
2544 if (isDisplayString && r->ownerDocument())

Completed in 53 milliseconds