HomeSort by relevance Sort by last modified time
    Searched full:isaccepted (Results 1 - 23 of 23) sorted by null

  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 936 const bool accepted = ev->isAccepted();
944 if (!ev->isAccepted())
960 const bool accepted = ev->isAccepted();
965 if (!ev->isAccepted())
974 const bool accepted = ev->isAccepted();
979 if (!ev->isAccepted())
988 const bool accepted = ev->isAccepted();
993 if (!ev->isAccepted())
1002 const bool accepted = ev->isAccepted();
1007 if (!ev->isAccepted())
    [all...]
qwebview.cpp 994 const bool accepted = ev->isAccepted();
1005 const bool accepted = ev->isAccepted();
1016 const bool accepted = ev->isAccepted();
1027 const bool accepted = ev->isAccepted();
1039 const bool accepted = ev->isAccepted();
1052 const bool accepted = ev->isAccepted();
1065 if (!ev->isAccepted())
1075 if (!ev->isAccepted())
    [all...]
qwebpage.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.cpp 278 if (!ev->isAccepted())
285 if (!ev->isAccepted())
292 if (!ev->isAccepted())
299 if (!ev->isAccepted())
306 if (!ev->isAccepted())
313 if (!ev->isAccepted())
  /external/smack/src/com/kenai/jbosh/
AttrAccept.java 65 boolean isAccepted(final String name) {
AttrCharsets.java 62 boolean isAccepted(final String name) {
ApacheHTTPResponse.java 136 if (accept.isAccepted(ZLIBCodec.getID())) {
139 } else if (accept.isAccepted(GZIPCodec.getID())) {
  /libcore/luni/src/test/java/libcore/java/nio/charset/
Charset_TestGenerator.java 107 boolean isAccepted (int code)
127 boolean isAccepted (int code)
166 boolean isAccepted (int code)
177 while (!gen.isAccepted(code)) code ++;
182 while (!gen.isAccepted(code)) code ++;
OldCharset_AbstractTest.java 301 boolean isAccepted(int code) {
  /external/libppp/src/
command.h 59 #define IsAccepted(x) ((x) & NEG_ACCEPTED)
lcp.c 627 if (IsAccepted(lcp->cfg.pap)) {
639 if (IsAccepted(lcp->cfg.chap05)) {
643 } else if (IsAccepted(lcp->cfg.chap80nt) ||
644 IsAccepted(lcp->cfg.chap80lm)) {
647 } else if (IsAccepted(lcp->cfg.chap81)) {
831 if (opt->hdr.len == 4 && IsAccepted(lcp->cfg.pap)) {
842 if ((chap_type == 0x05 && IsAccepted(lcp->cfg.chap05))
844 || (chap_type == 0x80 && (IsAccepted(lcp->cfg.chap80nt) ||
845 (IsAccepted(lcp->cfg.chap80lm))))
846 || (chap_type == 0x81 && IsAccepted(lcp->cfg.chap81)
    [all...]
chap.c 456 IsAccepted(chap->auth.physical->link.lcp.cfg.chap80lm)) ||
457 !IsAccepted(chap->auth.physical->link.lcp.cfg.chap80nt));
758 ((chap->NTRespSent && IsAccepted(p->link.lcp.cfg.chap80lm)) ||
759 !IsAccepted(p->link.lcp.cfg.chap80nt));
ccp.c 604 if (IsAccepted(ccp->cfg.neg[algorithm[f]->Neg]) &&
808 if (IsAccepted(ccp->cfg.neg[f]))
ipcp.c     [all...]
lqr.c 217 else if (!IsAccepted(l->lcp.cfg.lqr) && !(p->hdlc.lqm.method & LQM_LQR)) {
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
Offer.java 178 public boolean isAccepted() {
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 120 bool isAccepted() const { return m_isAccepted; }
  /external/smack/asmack-master/patch/
33-jbosh-android.patch 142 + if (accept.isAccepted(ZLIBCodec.getID())) {
145 + } else if (accept.isAccepted(GZIPCodec.getID())) {
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 119 return wheelEvent.isAccepted();
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /external/webkit/Source/WebCore/
ChangeLog-2002-12-03     [all...]

Completed in 588 milliseconds