OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createForPlainTextPaste
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
TextEvent.cpp
44
PassRefPtr<TextEvent> TextEvent::
createForPlainTextPaste
(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace)
TextEvent.h
43
static PassRefPtr<TextEvent>
createForPlainTextPaste
(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace);
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp
353
target->dispatchEvent(TextEvent::
createForPlainTextPaste
(m_frame.domWindow(), pastingText, smartReplace), IGNORE_EXCEPTION);
[
all
...]
Completed in 36 milliseconds