HomeSort by relevance Sort by last modified time
    Searched full:handleevent (Results 76 - 100 of 356) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferCallback.idl 28 void handleEvent(AudioBuffer audioBuffer);
AsyncAudioDecoder.cpp 85 successCallback->handleEvent(audioBuffer.get());
87 errorCallback->handleEvent(audioBuffer.get());
  /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);
InspectorDatabaseAgent.cpp 79 virtual bool handleEvent(SQLTransaction*, SQLResultSet* resultSet) OVERRIDE
117 virtual bool handleEvent(SQLTransaction*, SQLError* error) OVERRIDE
138 virtual bool handleEvent(SQLTransaction* transaction) OVERRIDE
166 virtual bool handleEvent(SQLError* error) OVERRIDE
186 virtual void handleEvent() OVERRIDE { }
SQLStatement.cpp 97 callbackError = errorCallback->handleEvent(transaction, sqlError.get());
101 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 132 void handleEvent(FileWriterBase* fileWriterBase)
134 m_callback->handleEvent(static_cast<FileWriter*>(fileWriterBase));
180 m_successCallback->handleEvent(File::createWithName(metadata.platformPath, m_name).get());
183 m_successCallback->handleEvent(File::createForFileSystemFile(m_name, metadata).get());
186 m_successCallback->handleEvent(File::createForFileSystemFile(m_url, metadata).get());
DirectoryReaderSync.cpp 52 virtual void handleEvent(const EntryHeapVector& entries) OVERRIDE
72 virtual void handleEvent(FileError* error) OVERRIDE
  /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) {
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.cpp 392 int GScanCommandEventHandler::handleEvent(WifiEvent &event)
394 ALOGI("GScanCommandEventHandler::handleEvent: Got a GSCAN Event"
402 WifiVendorCommand::handleEvent(event);
618 ALOGE("handleEvent:FULL_SCAN_RESULTS: ts %lld ", result->ts);
619 ALOGE("handleEvent:FULL_SCAN_RESULTS: SSID %s ", result->ssid) ;
620 ALOGE("handleEvent:FULL_SCAN_RESULTS: "
624 ALOGE("handleEvent:FULL_SCAN_RESULTS: channel %d ",
626 ALOGE("handleEvent:FULL_SCAN_RESULTS: rssi %d ", result->rssi);
627 ALOGE("handleEvent:FULL_SCAN_RESULTS: rtt %lld ", result->rtt);
628 ALOGE("handleEvent:FULL_SCAN_RESULTS: rtt_sd %lld "
    [all...]
  /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/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 90 // Invoke handleEvent of non-capturing listeners on this EventTarget.
99 listenerEntry.mListener.handleEvent(eventImpl);
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
automation_manager_ash.h 39 void HandleEvent(content::BrowserContext* context,
  /external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc 42 PP_Bool PPB_Widget_Impl::HandleEvent(PP_Resource pp_input_event) {
  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 88 int16 WindowlessPluginTest::HandleEvent(void* event) {
97 return PluginTest::HandleEvent(event);
107 SetError("Invalid Window DC passed to HandleEvent for WM_PAINT");
159 return PluginTest::HandleEvent(event);
  /external/chromium_org/pdf/
control.h 44 virtual bool HandleEvent(const pp::InputEvent& event);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
RequestAnimationFrameCallback.h 39 virtual void handleEvent(double highResTimeMs) = 0;

Completed in 756 milliseconds

1 2 34 5 6 7 8 91011>>