Home
last modified time | relevance | path

Searched defs:accepted (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebKit/qt/Api/
Dqwebview.cpp837 const bool accepted = ev->isAccepted(); in mouseMoveEvent() local
848 const bool accepted = ev->isAccepted(); in mousePressEvent() local
859 const bool accepted = ev->isAccepted(); in mouseDoubleClickEvent() local
870 const bool accepted = ev->isAccepted(); in mouseReleaseEvent() local
882 const bool accepted = ev->isAccepted(); in contextMenuEvent() local
895 const bool accepted = ev->isAccepted(); in wheelEvent() local
Dqwebpage.cpp617 bool accepted = frame->eventHandler()->mouseMoved(PlatformMouseEvent(ev, 0)); in mouseMoveEvent() local
634 bool accepted = false; in mousePressEvent() local
648 bool accepted = false; in mouseDoubleClickEvent() local
665 bool accepted = false; in mouseTripleClickEvent() local
679 bool accepted = false; in mouseReleaseEvent() local
744 bool accepted = frame->eventHandler()->handleWheelEvent(pev); in wheelEvent() local
/external/proguard/src/proguard/classfile/visitor/
DClassAccessFilter.java83 private boolean accepted(int accessFlags) in accepted() method in ClassAccessFilter
DClassNameFilter.java108 private boolean accepted(String name) in accepted() method in ClassNameFilter
DMemberClassAccessFilter.java94 private boolean accepted(Clazz clazz, int memberAccessFlags) in accepted() method in MemberClassAccessFilter
DMemberDescriptorFilter.java109 private boolean accepted(String name) in accepted() method in MemberDescriptorFilter
DMemberNameFilter.java109 private boolean accepted(String name) in accepted() method in MemberNameFilter
DMemberAccessFilter.java115 private boolean accepted(int accessFlags) in accepted() method in MemberAccessFilter
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
DAnnotationTypeFilter.java98 private boolean accepted(String name) in accepted() method in AnnotationTypeFilter
/external/tesseract/ccstruct/
Drejctmap.h165 BOOL8 accepted() { //Is char accepted? in accepted() function
/external/webkit/WebCore/plugins/qt/
DPluginViewQt.cpp166 bool accepted = m_plugin->pluginFuncs(); in dispatchNPEvent() local
/external/webkit/WebCore/plugins/gtk/
DPluginViewGtk.cpp95 bool accepted = m_plugin->pluginFuncs()->event(m_instance, &event); in dispatchNPEvent() local
/external/webkit/WebCore/plugins/mac/
DPluginViewMac.cpp686 bool accepted = m_plugin->pluginFuncs()->event(m_instance, &event); in dispatchNPEvent() local
/external/proguard/src/proguard/classfile/attribute/visitor/
DAttributeNameFilter.java341 private boolean accepted(Clazz clazz, Attribute attribute) in accepted() method in AttributeNameFilter