Searched refs:evt (Results 176 - 200 of 451) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilter2.cpp56 virtual bool onQuery(SkEvent* evt) { argument
57 if (SampleCode::TitleQ(*evt)) {
60 SampleCode::TitleR(evt, str.c_str());
63 return this->INHERITED::onQuery(evt);
H A DSampleFontScalerTest.cpp59 virtual bool onQuery(SkEvent* evt) { argument
60 if (SampleCode::TitleQ(*evt)) {
61 SampleCode::TitleR(evt, "FontScaler Test");
64 return this->INHERITED::onQuery(evt);
H A DSampleMeasure.cpp93 virtual bool onQuery(SkEvent* evt) { argument
94 if (SampleCode::TitleQ(*evt)) {
95 SampleCode::TitleR(evt, "Measure");
98 return this->INHERITED::onQuery(evt);
H A DSampleOvalTest.cpp35 virtual bool onQuery(SkEvent* evt) { argument
36 if (SampleCode::TitleQ(*evt)) {
37 SampleCode::TitleR(evt, "OvalTest");
40 return this->INHERITED::onQuery(evt);
H A DSamplePathUtils.cpp56 virtual bool onQuery(SkEvent* evt) { argument
57 if (SampleCode::TitleQ(*evt)) {
58 SampleCode::TitleR(evt, "PathUtils");
61 return this->INHERITED::onQuery(evt);
H A DSampleTextBox.cpp64 virtual bool onQuery(SkEvent* evt) { argument
65 if (SampleCode::TitleQ(*evt)) {
66 SampleCode::TitleR(evt, "TextBox");
69 return this->INHERITED::onQuery(evt);
/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/skia/samplecode/
H A DSampleAAClip.cpp66 virtual bool onQuery(SkEvent* evt) { argument
67 if (SampleCode::TitleQ(*evt)) {
68 SampleCode::TitleR(evt, "AAClip");
71 return this->INHERITED::onQuery(evt);
H A DSampleAnimatedGradient.cpp25 virtual bool onQuery(SkEvent* evt) { argument
26 if (SampleCode::TitleQ(*evt)) {
27 SampleCode::TitleR(evt, "Gradients");
30 return this->INHERITED::onQuery(evt);
H A DSampleAvoid.cpp46 virtual bool onQuery(SkEvent* evt) { argument
47 if (SampleCode::TitleQ(*evt)) {
48 SampleCode::TitleR(evt, "AvoidXfermode");
51 return this->INHERITED::onQuery(evt);
H A DSampleCircle.cpp39 virtual bool onQuery(SkEvent* evt) { argument
40 if (SampleCode::TitleQ(*evt)) {
41 SampleCode::TitleR(evt, "Circles");
44 return this->INHERITED::onQuery(evt);
H A DSampleDegenerateTwoPtRadials.cpp49 virtual bool onQuery(SkEvent* evt) { argument
50 if (SampleCode::TitleQ(*evt)) {
51 SampleCode::TitleR(evt, "DegenerateTwoPtRadials");
54 return this->INHERITED::onQuery(evt);
H A DSampleEmptyPath.cpp21 virtual bool onQuery(SkEvent* evt) { argument
22 if (SampleCode::TitleQ(*evt)) {
23 SampleCode::TitleR(evt, "EmptyPath");
26 return this->INHERITED::onQuery(evt);
H A DSampleFillType.cpp32 virtual bool onQuery(SkEvent* evt) { argument
33 if (SampleCode::TitleQ(*evt)) {
34 SampleCode::TitleR(evt, "FillType");
37 return this->INHERITED::onQuery(evt);
H A DSampleFilter2.cpp56 virtual bool onQuery(SkEvent* evt) { argument
57 if (SampleCode::TitleQ(*evt)) {
60 SampleCode::TitleR(evt, str.c_str());
63 return this->INHERITED::onQuery(evt);
H A DSampleFontScalerTest.cpp59 virtual bool onQuery(SkEvent* evt) { argument
60 if (SampleCode::TitleQ(*evt)) {
61 SampleCode::TitleR(evt, "FontScaler Test");
64 return this->INHERITED::onQuery(evt);
H A DSampleMeasure.cpp101 virtual bool onQuery(SkEvent* evt) { argument
102 if (SampleCode::TitleQ(*evt)) {
103 SampleCode::TitleR(evt, "Measure");
106 return this->INHERITED::onQuery(evt);
H A DSampleOvalTest.cpp35 virtual bool onQuery(SkEvent* evt) { argument
36 if (SampleCode::TitleQ(*evt)) {
37 SampleCode::TitleR(evt, "OvalTest");
40 return this->INHERITED::onQuery(evt);
H A DSamplePathUtils.cpp56 virtual bool onQuery(SkEvent* evt) { argument
57 if (SampleCode::TitleQ(*evt)) {
58 SampleCode::TitleR(evt, "PathUtils");
61 return this->INHERITED::onQuery(evt);
H A DSampleTextBox.cpp64 virtual bool onQuery(SkEvent* evt) { argument
65 if (SampleCode::TitleQ(*evt)) {
66 SampleCode::TitleR(evt, "TextBox");
69 return this->INHERITED::onQuery(evt);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_fs_co.h190 ** evt - event that must be passed into the call-in function.
203 UINT16 evt, UINT8 app_id);
232 ** evt - event that must be passed into the call-in function.
240 BTA_API extern void bta_fs_co_resume_op(UINT32 offset, UINT16 evt, UINT8 app_id);
270 ** Parameters evt - event that must be passed into the call-in function.
282 BTA_API extern void bta_fs_co_resume(UINT16 evt, UINT8 app_id);
349 ** evt - event that must be passed into the call-in function.
366 BTA_API extern void bta_fs_co_read(int fd, UINT8 *p_buf, UINT16 nbytes, UINT16 evt,
379 ** evt - event that must be passed into the call-in function.
394 BTA_API extern void bta_fs_co_write(int fd, const UINT8 *p_buf, UINT16 nbytes, UINT16 evt,
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Doptions.js153 container.addEventListener('keypress', goog.bind(function(evt) {
154 if (evt.target.id == 'cvoxKey') {
161 this.keySequence = new cvox.KeySequence(evt, false);
164 this.keySequence = new cvox.KeySequence(evt, true);
169 this.keySequence.addKeyEvent(evt);
192 evt.preventDefault();
193 evt.stopPropagation();
279 cvoxKey.addEventListener('keydown', function(evt) {
282 this.modifierSeq_ = new cvox.KeySequence(evt, false);
284 this.modifierSeq_.addKeyEvent(evt);
[all...]

Completed in 294 milliseconds

1234567891011>>