Home
last modified time | relevance | path

Searched refs:HasMethod (Results 1 – 7 of 7) sorted by relevance

/external/chromium/webkit/glue/
Dcpp_bound_class.cc146 return obj->bound_class->HasMethod(ident); in hasMethod()
194 bool CppBoundClass::HasMethod(NPIdentifier ident) const { in HasMethod() function in CppBoundClass
Dcpp_bound_class.h162 bool HasMethod(NPIdentifier ident) const;
/external/clang/include/clang/AST/
DExprObjC.h895 unsigned HasMethod : 1; variable
919 HasMethod(0), IsDelegateInitCall(0), IsImplicit(0), SelLocsKind(0) { in ObjCMessageExpr()
1242 HasMethod = false; in setSelector()
1247 if (HasMethod) in getMethodDecl()
1254 if (HasMethod) in getMethodDecl()
1261 HasMethod = true; in setMethodDecl()
1266 if (HasMethod) return getMethodDecl()->getMethodFamily(); in getMethodFamily()
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPObjectProxy.cpp103 …dSync(Messages::NPObjectMessageReceiver::HasMethod(methodNameData), Messages::NPObjectMessageRecei… in hasMethod()
DNPObjectMessageReceiver.messages.in27 HasMethod(WebKit::NPIdentifierData methodName) -> (bool returnValue)
/external/clang/lib/AST/
DExpr.cpp3138 HasMethod(Method != 0), IsDelegateInitCall(false), IsImplicit(isImplicit), in ObjCMessageExpr()
3162 HasMethod(Method != 0), IsDelegateInitCall(false), IsImplicit(isImplicit), in ObjCMessageExpr()
3187 HasMethod(Method != 0), IsDelegateInitCall(false), IsImplicit(isImplicit), in ObjCMessageExpr()
3341 if (HasMethod) in getSelector()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1620934 Add HasMethod and Invoke messages.
20938 Send the HasMethod message.