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/dom/
TextEvent.cpp 50 PassRefPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle)
52 return adoptRef(new TextEvent(view, "", data, shouldSmartReplace, shouldMatchStyle));
80 bool shouldSmartReplace, bool shouldMatchStyle)
86 , m_shouldMatchStyle(shouldMatchStyle)
TextEvent.h 43 static PassRefPtr<TextEvent> createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle);
61 bool shouldMatchStyle() const { return m_shouldMatchStyle; }
69 bool shouldSmartReplace, bool shouldMatchStyle);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 171 replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
    [all...]

Completed in 316 milliseconds