Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DTextEvent.cpp49 …tractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle) in createForFragmentPaste()
79 bool shouldSmartReplace, bool shouldMatchStyle) in TextEvent()
DTextEvent.h62 bool shouldMatchStyle() const { return m_shouldMatchStyle; } in shouldMatchStyle() function