Searched refs:onEvent (Results 1 - 25 of 87) sorted by relevance

1234

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dtts_custom_bindings.js36 // add a listener to chrome.tts.onEvent will fail.
39 tts.onEvent.addListener(ttsEventListener);
44 if (args.length > 1 && args[1] && args[1].onEvent) {
47 handlers[id] = args[1].onEvent;
/external/chromium_org/third_party/skia/include/animator/
H A DSkAnimatorView.h29 virtual bool onEvent(const SkEvent&);
/external/skia/include/animator/
H A DSkAnimatorView.h29 virtual bool onEvent(const SkEvent&);
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
H A Dbackground.js8 chrome.debugger.onEvent.addListener(onEvent);
43 function onEvent(debuggeeId, method) { function
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
H A Dheaders.js9 chrome.debugger.onEvent.addListener(onEvent);
18 function onEvent(debuggeeId, message, params) { function
/external/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_iOS.h35 virtual bool onEvent(const SkEvent& evt);
H A DSkEventSink.h95 virtual bool onEvent(const SkEvent&);
H A DSkOSWindow_Mac.h40 virtual bool onEvent(const SkEvent& evt);
/external/chromium_org/third_party/skia/include/views/animated/
H A DSkBorderView.h31 virtual bool onEvent(const SkEvent& evt);
H A DSkProgressBarView.h37 virtual bool onEvent(const SkEvent& evt);
H A DSkScrollBarView.h34 virtual bool onEvent(const SkEvent& evt);
H A DSkImageView.h45 virtual bool onEvent(const SkEvent&);
/external/skia/include/views/
H A DSkOSWindow_iOS.h35 virtual bool onEvent(const SkEvent& evt);
/external/skia/include/views/animated/
H A DSkBorderView.h31 virtual bool onEvent(const SkEvent& evt);
H A DSkProgressBarView.h37 virtual bool onEvent(const SkEvent& evt);
H A DSkScrollBarView.h34 virtual bool onEvent(const SkEvent& evt);
/external/chromium_org/third_party/skia/samplecode/
H A DGMSampleView.h46 virtual bool onEvent(const SkEvent& evt) SK_OVERRIDE {
51 return this->INHERITED::onEvent(evt);
H A DSamplePdfFileViewer.cpp73 virtual bool onEvent(const SkEvent& evt) { function in class:PdfFileViewer
77 return this->INHERITED::onEvent(evt);
H A DOverView.cpp27 virtual bool onEvent(const SkEvent&) SK_OVERRIDE;
87 bool OverView::onEvent(const SkEvent& evt) { function in class:OverView
88 return this->INHERITED::onEvent(evt);
/external/skia/samplecode/
H A DGMSampleView.h46 virtual bool onEvent(const SkEvent& evt) SK_OVERRIDE {
51 return this->INHERITED::onEvent(evt);
H A DSamplePdfFileViewer.cpp73 virtual bool onEvent(const SkEvent& evt) { function in class:PdfFileViewer
77 return this->INHERITED::onEvent(evt);
H A DOverView.cpp27 virtual bool onEvent(const SkEvent&) SK_OVERRIDE;
87 bool OverView::onEvent(const SkEvent& evt) { function in class:OverView
88 return this->INHERITED::onEvent(evt);
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSkColorPalette.h18 virtual bool onEvent(const SkEvent& evt);
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.mm37 bool SkOSWindow::onEvent(const SkEvent& evt) {
48 return this->INHERITED::onEvent(evt);
/external/skia/experimental/DrawingBoard/
H A DSkColorPalette.h18 virtual bool onEvent(const SkEvent& evt);

Completed in 384 milliseconds

1234