Searched refs:shouldMatchStyle (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | TextEvent.cpp | 49 …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()
|
D | TextEvent.h | 43 …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/ |
D | Editor.cpp | 164 …hFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle()); in handleTextEvent()
|