Home
last modified time | relevance | path

Searched refs:shouldMatchStyle (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DTextEvent.cpp49 …iew, PassRefPtrWillBeRawPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle) in createForFragmentPaste() argument
51 return adoptRefWillBeNoop(new TextEvent(view, "", data, shouldSmartReplace, shouldMatchStyle)); in createForFragmentPaste()
77 bool shouldSmartReplace, bool shouldMatchStyle) in TextEvent() argument
83 , m_shouldMatchStyle(shouldMatchStyle) in TextEvent()
DTextEvent.h43 …w>, PassRefPtrWillBeRawPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle);
60 bool shouldMatchStyle() const { return m_shouldMatchStyle; } in shouldMatchStyle() function
69 …g& data, PassRefPtrWillBeRawPtr<DocumentFragment>, bool shouldSmartReplace, bool shouldMatchStyle);
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp164 …hFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle()); in handleTextEvent()