Searched refs:plainText (Results 26 - 50 of 53) sorted by relevance

123

/external/webkit/Source/WebCore/platform/mac/
H A DDragDataMac.mm102 return pasteboard.plainText(frame);
H A DPasteboardMac.mm344 String Pasteboard::plainText(Frame* frame)
/external/webkit/Source/WebCore/editing/
H A DTextIterator.h64 String plainText(const Range*, TextIteratorBehavior defaultBehavior = TextIteratorDefaultBehavior);
H A DTextCheckingHelper.cpp126 m_text = plainText(paragraphRange().get());
268 String paragraphString = plainText(paragraphRange.get());
H A DTypingCommand.cpp348 strippedPreviousWord = plainText(range.get()).stripWhiteSpace();
H A DEditor.cpp367 String text = pasteboard->plainText(m_frame);
2020 const String misspelledWord = plainText(misspellingRange.get());
2239 replacedString = plainText(rangeToReplace.get());
2530 String text = plainText(range.get());
2553 String text = plainText(range);
2749 return plainText(m_frame->selection()->toNormalizedRange().get()).replace(0, "");
H A Dmarkup.cpp222 return plainText(Range::create(node->document(), start, end).get());
H A DReplaceSelectionCommand.cpp160 String text = plainText(range.get());
H A DTextIterator.cpp2553 String plainText(const Range* r, TextIteratorBehavior defaultBehavior) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DPasteboardWin.cpp254 String Pasteboard::plainText(Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/wince/
H A DPasteboardWinCE.cpp235 String Pasteboard::plainText(Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp185 const String& plainText,
189 htmlText, sourceURL, plainText, writeSmartPaste);
192 void PlatformBridge::clipboardWritePlainText(const String& plainText) argument
194 webKitClient()->clipboard()->writePlainText(plainText);
183 clipboardWriteSelection(const String& htmlText, const KURL& sourceURL, const String& plainText, bool writeSmartPaste) argument
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h156 static QString plainText(const QVariant& rng);
H A DDumpRenderTreeSupportQt.cpp935 QString DumpRenderTreeSupportQt::plainText(const QVariant& range) function in class:DumpRenderTreeSupportQt
/external/webkit/Source/WebCore/dom/
H A DInputElement.cpp192 unsigned selectionLength = element->focused() ? numGraphemeClusters(plainText(element->document()->frame()->selection()->selection().toNormalizedRange().get())) : 0;
H A DElement.cpp1615 // We need to update layout, since plainText uses line boxes in the render tree.
1621 return plainText(rangeOfContents(const_cast<Element*>(this)).get());
H A DRange.cpp1070 // We need to update layout, since plainText uses line boxes in the render tree.
1074 return plainText(this);
/external/webkit/Source/WebCore/html/
H A DHTMLTextAreaElement.cpp258 unsigned selectionLength = focused() ? numGraphemeClusters(plainText(document()->frame()->selection()->selection().toNormalizedRange().get())) : 0;
/external/webkit/Source/WebCore/page/
H A DDOMSelection.cpp506 return plainText(m_frame->selection()->selection().toNormalizedRange().get());
H A DContextMenuController.cpp327 m_client->speak(plainText(selectedRange.get()));
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DWebPageMac.mm455 String fullPlainTextString = plainText(fullCharacterRange.get());
491 String fullPlainTextString = plainText(makeRange(paragraphStart, paragraphEnd).get());
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.cpp585 String lineString = plainText(makeRange(startOfLine(nextVisiblePos), endOfLine(nextVisiblePos)).get());
609 String lineString = plainText(makeRange(startOfLine(previousVisiblePos), endOfLine(previousVisiblePos)).get());
H A DAccessibilityRenderObject.cpp1042 return plainText(rangeOfContents(node).get(), textIteratorBehaviorForTextRange());
1157 return plainText(makeRange(startVisiblePosition, endVisiblePosition).get(),
2550 String rangeString = plainText(dataRange.get());
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp283 return plainText(range.get());
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp2431 String allString = plainText(allRange.get());

Completed in 722 milliseconds

123