/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/ |
D | ttsdebug.js | 63 onEvent: function(evt) { method 111 onEvent: function(evt) { method 146 onEvent: function(evt) { method 184 onEvent: function(evt) { method 191 onEvent: function(evt) { method 225 onEvent: function(evt) { method 247 onEvent: function(evt) { method 269 onEvent: function(evt) { method 308 onEvent: function(evt) { method 407 onEvent: function(evt) { method [all …]
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
D | tts_custom_bindings.js | 39 tts.onEvent.addListener(ttsEventListener); 44 if (args.length > 1 && args[1] && args[1].onEvent) { 47 handlers[id] = args[1].onEvent;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/ |
D | background.js | 8 chrome.debugger.onEvent.addListener(onEvent); 43 function onEvent(debuggeeId, method) { function
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/ |
D | headers.js | 9 chrome.debugger.onEvent.addListener(onEvent); 18 function onEvent(debuggeeId, message, params) { function
|
/external/chromium_org/third_party/skia/samplecode/ |
D | OverView.cpp | 27 virtual bool onEvent(const SkEvent&) SK_OVERRIDE; 87 bool OverView::onEvent(const SkEvent& evt) { in onEvent() function in OverView 88 return this->INHERITED::onEvent(evt); in onEvent()
|
D | GMSampleView.h | 46 virtual bool onEvent(const SkEvent& evt) SK_OVERRIDE { in onEvent() function 51 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SamplePdfFileViewer.cpp | 73 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in PdfFileViewer 77 return this->INHERITED::onEvent(evt); in onEvent()
|
/external/skia/samplecode/ |
D | OverView.cpp | 27 virtual bool onEvent(const SkEvent&) SK_OVERRIDE; 87 bool OverView::onEvent(const SkEvent& evt) { in onEvent() function in OverView 88 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SamplePdfFileViewer.cpp | 73 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in PdfFileViewer 77 return this->INHERITED::onEvent(evt); in onEvent()
|
D | GMSampleView.h | 46 virtual bool onEvent(const SkEvent& evt) SK_OVERRIDE { in onEvent() function 51 return this->INHERITED::onEvent(evt); in onEvent()
|
/external/skia/src/views/animated/ |
D | SkWidgetViews.cpp | 182 /*virtual*/ bool SkButtonView::onEvent(const SkEvent& evt) in onEvent() function in SkButtonView 189 return this->INHERITED::onEvent(evt); in onEvent() 308 virtual bool onEvent(const SkEvent& evt) in onEvent() function in SkAnimButtonView 323 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkBorderView.cpp | 64 /*virtual*/ bool SkBorderView::onEvent(const SkEvent& evt) in onEvent() function in SkBorderView 95 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkProgressBarView.cpp | 47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) in onEvent() function in SkProgressBarView 62 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkScrollBarView.cpp | 101 /*virtual*/ bool SkScrollBarView::onEvent(const SkEvent& evt) in onEvent() function in SkScrollBarView 117 return this->INHERITED::onEvent(evt); in onEvent()
|
/external/chromium_org/third_party/skia/src/views/animated/ |
D | SkWidgetViews.cpp | 182 /*virtual*/ bool SkButtonView::onEvent(const SkEvent& evt) in onEvent() function in SkButtonView 189 return this->INHERITED::onEvent(evt); in onEvent() 308 virtual bool onEvent(const SkEvent& evt) in onEvent() function in SkAnimButtonView 323 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkBorderView.cpp | 64 /*virtual*/ bool SkBorderView::onEvent(const SkEvent& evt) in onEvent() function in SkBorderView 95 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkProgressBarView.cpp | 47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) in onEvent() function in SkProgressBarView 62 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkScrollBarView.cpp | 101 /*virtual*/ bool SkScrollBarView::onEvent(const SkEvent& evt) in onEvent() function in SkScrollBarView 117 return this->INHERITED::onEvent(evt); in onEvent()
|
/external/chromium_org/third_party/skia/src/views/ios/ |
D | SkOSWindow_iOS.mm | 28 bool SkOSWindow::onEvent(const SkEvent& evt) { function 38 return this->INHERITED::onEvent(evt);
|
/external/skia/src/views/ios/ |
D | SkOSWindow_iOS.mm | 28 bool SkOSWindow::onEvent(const SkEvent& evt) { function 38 return this->INHERITED::onEvent(evt);
|
/external/chromium_org/ui/accessibility/extensions/highcontrast/ |
D | highcontrast.js | 76 function onEvent(evt) { function 102 document.addEventListener('keydown', onEvent, false);
|
/external/chromium_org/third_party/skia/include/views/ |
D | SkWidget.h | 104 virtual bool onEvent(const SkEvent&); 120 virtual bool onEvent(const SkEvent&); 336 virtual bool onEvent(const SkEvent&); 392 virtual bool onEvent(const SkEvent&);
|
/external/skia/include/views/ |
D | SkWidget.h | 104 virtual bool onEvent(const SkEvent&); 120 virtual bool onEvent(const SkEvent&); 336 virtual bool onEvent(const SkEvent&); 392 virtual bool onEvent(const SkEvent&);
|
/external/skia/experimental/Networking/ |
D | SampleNetPipeReader.cpp | 64 bool onEvent(const SkEvent& evt) { in onEvent() function in NetPipeReaderView 77 return this->INHERITED::onEvent(evt); in onEvent()
|
/external/chromium_org/third_party/skia/experimental/Networking/ |
D | SampleNetPipeReader.cpp | 64 bool onEvent(const SkEvent& evt) { in onEvent() function in NetPipeReaderView 77 return this->INHERITED::onEvent(evt); in onEvent()
|