OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handleevent
(Results
76 - 100
of
321
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementCallback.idl
30
boolean
handleEvent
(SQLTransaction transaction, SQLResultSet resultSet);
SQLStatementErrorCallback.idl
30
[Custom] boolean
handleEvent
(SQLTransaction transaction, SQLError error);
SQLTransactionCallback.idl
30
boolean
handleEvent
(SQLTransaction transaction);
SQLTransactionErrorCallback.idl
30
boolean
handleEvent
(SQLError error);
SQLTransactionSyncCallback.idl
32
boolean
handleEvent
(SQLTransactionSync transaction);
SQLStatement.cpp
88
callbackError = errorCallback->
handleEvent
(transaction, error.get());
91
callbackError = !callback->
handleEvent
(transaction, resultSet.get());
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIErrorCallback.h
41
virtual void
handleEvent
(DOMError*) = 0;
MIDIErrorCallback.idl
32
void
handleEvent
(DOMError error);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java
103
public void
handleEvent
(Event e) {
110
public void
handleEvent
(Event event) {
118
public void
handleEvent
(Event event) {
125
public void
handleEvent
(Event event) {
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp
124
void
handleEvent
(FileWriterBase* fileWriterBase)
126
m_callback->
handleEvent
(static_cast<FileWriter*>(fileWriterBase));
172
m_successCallback->
handleEvent
(File::createWithName(metadata.platformPath, m_name).get());
175
m_successCallback->
handleEvent
(File::createForFileSystemFile(m_name, metadata).get());
178
m_successCallback->
handleEvent
(File::createForFileSystemFile(m_url, metadata).get());
DOMFileSystem.h
101
m_callback->
handleEvent
(m_callbackArg.get());
120
m_callback->
handleEvent
(m_callbackArg);
EntriesCallback.h
44
virtual void
handleEvent
(const EntryVector&) = 0;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java
94
public void
handleEvent
(Event event) {
120
public void
handleEvent
(Event event) {
133
public void
handleEvent
(Event event) {
150
public void
handleEvent
(final Event event) {
226
public void
handleEvent
(Event event) {
240
public void
handleEvent
(Event event) {
CImageLabel.java
45
public void
handleEvent
(Event event) {
53
public void
handleEvent
(Event event) {
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8EventListener.cpp
60
v8::Local<v8::Value> property = listener->Get(v8AtomicString(isolate(), "
handleEvent
"));
62
//
handleEvent
property and that the value is a function.
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.cpp
83
successCallback->
handleEvent
(audioBuffer);
85
errorCallback->
handleEvent
(audioBuffer);
/external/chromium_org/third_party/WebKit/Source/web/
NotificationPresenterImpl.cpp
56
m_callback->
handleEvent
();
79
m_callback->
handleEvent
(NotificationBase::permissionString(static_cast<NotificationClient::Permission>(m_presenter->checkPermission(WebSecurityOrigin(m_securityOrigin)))));
/external/chromium_org/third_party/mozilla/
ComplexTextInputPanel.mm
38
- (BOOL)
handleEvent
:(NSEvent *)theEvent;
110
if (![[mInputTextView inputContext]
handleEvent
:event])
/packages/apps/Mms/src/com/android/mms/dom/events/
EventTargetImpl.java
88
// Invoke
handleEvent
of non-capturing listeners on this EventTarget.
97
listenerEntry.mListener.
handleEvent
(eventImpl);
/external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc
45
PP_Bool PPB_Widget_Impl::
HandleEvent
(PP_Resource pp_input_event) {
/external/chromium_org/content/test/plugin/
plugin_windowless_test.cc
94
int16 WindowlessPluginTest::
HandleEvent
(void* event) {
103
return PluginTest::
HandleEvent
(event);
113
SetError("Invalid Window DC passed to
HandleEvent
for WM_PAINT");
165
return PluginTest::
HandleEvent
(event);
/external/chromium_org/third_party/WebKit/Source/core/dom/
RequestAnimationFrameCallback.h
39
virtual void
handleEvent
(double highResTimeMs) = 0;
RequestAnimationFrameCallback.idl
34
void
handleEvent
(double highResTime);
StringCallback.h
43
virtual void
handleEvent
(const String& data) = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
TypeAhead.h
58
int
handleEvent
(KeyboardEvent*, MatchModeFlags);
Completed in 785 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>