Searched defs:shouldSmartReplace (Results 1 – 2 of 2) sorted by relevance
44 …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()
59 bool shouldSmartReplace() const { return m_shouldSmartReplace; } in shouldSmartReplace() function