Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DTextEvent.cpp44 …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()
DTextEvent.h59 bool shouldSmartReplace() const { return m_shouldSmartReplace; } in shouldSmartReplace() function