Searched defs:shouldSmartReplace (Results 1 – 2 of 2) sorted by relevance
44 …inTextPaste(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, bool shouldSmartReplace) in createForPlainTextPaste()49 …stractView> view, PassRefPtrWillBeRawPtr<DocumentFragment> data, bool shouldSmartReplace, bool sho… in createForFragmentPaste()79 bool shouldSmartReplace, bool shouldMatchStyle) in TextEvent()
59 bool shouldSmartReplace() const { return m_shouldSmartReplace; } in shouldSmartReplace() function