/external/webkit/WebKit/qt/Api/ |
D | qwebview.cpp | 837 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
|
D | qwebpage.cpp | 617 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/ |
D | ClassAccessFilter.java | 83 private boolean accepted(int accessFlags) in accepted() method in ClassAccessFilter
|
D | ClassNameFilter.java | 108 private boolean accepted(String name) in accepted() method in ClassNameFilter
|
D | MemberClassAccessFilter.java | 94 private boolean accepted(Clazz clazz, int memberAccessFlags) in accepted() method in MemberClassAccessFilter
|
D | MemberDescriptorFilter.java | 109 private boolean accepted(String name) in accepted() method in MemberDescriptorFilter
|
D | MemberNameFilter.java | 109 private boolean accepted(String name) in accepted() method in MemberNameFilter
|
D | MemberAccessFilter.java | 115 private boolean accepted(int accessFlags) in accepted() method in MemberAccessFilter
|
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
D | AnnotationTypeFilter.java | 98 private boolean accepted(String name) in accepted() method in AnnotationTypeFilter
|
/external/tesseract/ccstruct/ |
D | rejctmap.h | 165 BOOL8 accepted() { //Is char accepted? in accepted() function
|
/external/webkit/WebCore/plugins/qt/ |
D | PluginViewQt.cpp | 166 bool accepted = m_plugin->pluginFuncs(); in dispatchNPEvent() local
|
/external/webkit/WebCore/plugins/gtk/ |
D | PluginViewGtk.cpp | 95 bool accepted = m_plugin->pluginFuncs()->event(m_instance, &event); in dispatchNPEvent() local
|
/external/webkit/WebCore/plugins/mac/ |
D | PluginViewMac.cpp | 686 bool accepted = m_plugin->pluginFuncs()->event(m_instance, &event); in dispatchNPEvent() local
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | AttributeNameFilter.java | 341 private boolean accepted(Clazz clazz, Attribute attribute) in accepted() method in AttributeNameFilter
|