OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldMatchStyle
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
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
));
79
bool shouldSmartReplace, bool
shouldMatchStyle
)
85
, m_shouldMatchStyle(
shouldMatchStyle
)
TextEvent.h
44
static PassRefPtr<TextEvent> createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool
shouldMatchStyle
);
62
bool
shouldMatchStyle
() const { return m_shouldMatchStyle; }
70
bool shouldSmartReplace, bool
shouldMatchStyle
);
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp
165
replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->
shouldMatchStyle
());
[
all
...]
Completed in 22 milliseconds