Home
last modified time | relevance | path

Searched defs:shouldSmartReplace (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DTextEvent.cpp44 …createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace) in createForPlainTextPaste()
49 …assRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool sho… in createForFragmentPaste()
77 bool shouldSmartReplace, bool shouldMatchStyle) in TextEvent()
DTextEvent.h59 bool shouldSmartReplace() const { return m_shouldSmartReplace; } in shouldSmartReplace() function