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

  /external/webkit/Source/WebCore/dom/
TextEvent.cpp 49 PassRefPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle)
51 return adoptRef(new TextEvent(view, "", data, shouldSmartReplace, shouldMatchStyle));
77 bool shouldSmartReplace, bool shouldMatchStyle)
83 , m_shouldMatchStyle(shouldMatchStyle)
TextEvent.h 42 static PassRefPtr<TextEvent> createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle);
60 bool shouldMatchStyle() const { return m_shouldMatchStyle; }
68 bool shouldSmartReplace, bool shouldMatchStyle);
  /external/webkit/Source/WebCore/editing/
Editor.cpp 166 replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
    [all...]

Completed in 31 milliseconds