HomeSort by relevance Sort by last modified time
    Searched refs:shouldMatchStyle (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
TextEvent.cpp 49 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtrWillBeRawPtr<AbstractView> view, PassRefPtrWillBeRawPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle)
51 return adoptRefWillBeNoop(new TextEvent(view, "", data, shouldSmartReplace, shouldMatchStyle));
79 bool shouldSmartReplace, bool shouldMatchStyle)
85 , m_shouldMatchStyle(shouldMatchStyle)
TextEvent.h 43 static PassRefPtrWillBeRawPtr<TextEvent> createForFragmentPaste(PassRefPtrWillBeRawPtr<AbstractView>, PassRefPtrWillBeRawPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle);
60 bool shouldMatchStyle() const { return m_shouldMatchStyle; }
70 bool shouldSmartReplace, bool shouldMatchStyle);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 163 replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
    [all...]

Completed in 66 milliseconds