Searched defs:onEvent (Results 1 - 25 of 43) sorted by relevance

12

/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/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/extensions/ttsdemo/
H A Dttsdemo.js70 options.onEvent = function(event) {
/external/chromium_org/third_party/skia/samplecode/
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);
H A DSamplePicture.cpp185 virtual bool onEvent(const SkEvent& evt) { function in class:PictureView
190 return this->INHERITED::onEvent(evt);
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkBorderView.cpp64 /*virtual*/ bool SkBorderView::onEvent(const SkEvent& evt) function in class:SkBorderView
95 return this->INHERITED::onEvent(evt);
H A DSkProgressBarView.cpp47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) function in class:SkProgressBarView
62 return this->INHERITED::onEvent(evt);
H A DSkScrollBarView.cpp101 /*virtual*/ bool SkScrollBarView::onEvent(const SkEvent& evt) function in class:SkScrollBarView
117 return this->INHERITED::onEvent(evt);
H A DSkImageView.cpp118 bool SkImageView::onEvent(const SkEvent& evt) function in class:SkImageView
126 return this->INHERITED::onEvent(evt);
/external/skia/samplecode/
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);
H A DSamplePicture.cpp185 virtual bool onEvent(const SkEvent& evt) { function in class:PictureView
190 return this->INHERITED::onEvent(evt);
/external/skia/src/views/animated/
H A DSkBorderView.cpp64 /*virtual*/ bool SkBorderView::onEvent(const SkEvent& evt) function in class:SkBorderView
95 return this->INHERITED::onEvent(evt);
H A DSkProgressBarView.cpp47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) function in class:SkProgressBarView
62 return this->INHERITED::onEvent(evt);
H A DSkScrollBarView.cpp101 /*virtual*/ bool SkScrollBarView::onEvent(const SkEvent& evt) function in class:SkScrollBarView
117 return this->INHERITED::onEvent(evt);
H A DSkImageView.cpp118 bool SkImageView::onEvent(const SkEvent& evt) function in class:SkImageView
126 return this->INHERITED::onEvent(evt);
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSampleDrawingServer.cpp113 bool onEvent(const SkEvent& evt) { function in class:DrawingServerView
122 return this->INHERITED::onEvent(evt);
H A DSkColorPalette.cpp27 bool SkColorPalette::onEvent(const SkEvent& evt) { function in class:SkColorPalette
28 return this->INHERITED::onEvent(evt);
H A DSampleDrawingClient.cpp105 bool onEvent(const SkEvent& evt) {; function in class:DrawingClientView
138 return this->INHERITED::onEvent(evt);
/external/chromium_org/third_party/skia/experimental/Networking/
H A DSampleNetPipeReader.cpp64 bool onEvent(const SkEvent& evt) { function in class:NetPipeReaderView
77 return this->INHERITED::onEvent(evt);
/external/skia/experimental/DrawingBoard/
H A DSampleDrawingServer.cpp113 bool onEvent(const SkEvent& evt) { function in class:DrawingServerView
122 return this->INHERITED::onEvent(evt);
H A DSkColorPalette.cpp27 bool SkColorPalette::onEvent(const SkEvent& evt) { function in class:SkColorPalette
28 return this->INHERITED::onEvent(evt);
/external/skia/experimental/Networking/
H A DSampleNetPipeReader.cpp64 bool onEvent(const SkEvent& evt) { function in class:NetPipeReaderView
77 return this->INHERITED::onEvent(evt);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DSpeechRecognition.java126 public void onEvent(int event, Bundle bundle) { } method in class:SpeechRecognition.Listener

Completed in 529 milliseconds

12