Home
last modified time | relevance | path

Searched refs:defaultBehavior (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextIterator.h64 String plainText(const Range*, TextIteratorBehavior defaultBehavior = TextIteratorDefaultBehavior);
DTextIterator.cpp2486 …const Range* r, unsigned& bufferLength, bool isDisplayString, TextIteratorBehavior defaultBehavior) in plainTextToMallocAllocatedBuffer() argument
2498 TextIteratorBehavior behavior = defaultBehavior; in plainTextToMallocAllocatedBuffer()
2551 String plainText(const Range* r, TextIteratorBehavior defaultBehavior) in plainText() argument
2554 UChar* buf = plainTextToMallocAllocatedBuffer(r, length, false, defaultBehavior); in plainText()