OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BeforeTextInsertedEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
BeforeTextInsertedEvent.cpp
27
#include "core/events/
BeforeTextInsertedEvent
.h"
33
BeforeTextInsertedEvent
::
BeforeTextInsertedEvent
(const String& text)
38
BeforeTextInsertedEvent
::~
BeforeTextInsertedEvent
()
42
const AtomicString&
BeforeTextInsertedEvent
::interfaceName() const
44
// Notice that there is no
BeforeTextInsertedEvent
.idl.
BeforeTextInsertedEvent.h
33
class
BeforeTextInsertedEvent
: public Event {
35
virtual ~
BeforeTextInsertedEvent
();
37
static PassRefPtr<
BeforeTextInsertedEvent
> create(const String& text)
39
return adoptRef(new
BeforeTextInsertedEvent
(text));
49
explicit
BeforeTextInsertedEvent
(const String&);
Completed in 3126 milliseconds