HomeSort by relevance Sort by last modified time
    Searched defs:hasMethod (Results 1 - 21 of 21) sorted by null

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
NPRuntimeRemoveProperty.cpp 41 bool hasMethod(NPIdentifier methodName)
NPPSetWindowCalledDuringDestruction.cpp 42 bool hasMethod(NPIdentifier);
115 bool NPPSetWindowCalledDuringDestruction::ScriptObject::hasMethod(NPIdentifier methodName)
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectMessageReceiver.cpp 64 void NPObjectMessageReceiver::hasMethod(const NPIdentifierData& methodNameData, bool& returnValue)
66 if (!m_npObject->_class->hasMethod) {
71 returnValue = m_npObject->_class->hasMethod(m_npObject, methodNameData.createNPIdentifier());
NPObjectProxy.cpp 94 bool NPObjectProxy::hasMethod(NPIdentifier methodName)
103 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::HasMethod(methodNameData), Messages::NPObjectMessageReceiver::HasMethod::Reply(returnValue), m_npObjectID))
302 return toNPObjectProxy(npObject)->hasMethod(methodName);
  /external/chromium/webkit/glue/
cpp_bound_class.cc 93 static bool hasMethod(NPObject *obj, NPIdentifier ident);
122 CppNPObject::hasMethod,
143 /* static */ bool CppNPObject::hasMethod(NPObject* np_obj,
146 return obj->bound_class->HasMethod(ident);
194 bool CppBoundClass::HasMethod(NPIdentifier ident) const {
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.h 46 DEFINE_HAS_MEMBER_CHECK(hasMethod, bool, (NPIdentifier methodName));
124 bool hasMethod(NPIdentifier methodName)
179 return static_cast<T*>(npObject)->hasMethod(methodName);
  /external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.cpp 119 static bool hasMethod(NPObject*, NPIdentifier);
146 CppNPObject::hasMethod,
169 bool CppNPObject::hasMethod(NPObject* npObj, NPIdentifier ident)
172 return obj->boundClass->hasMethod(ident);
214 bool CppBoundClass::hasMethod(NPIdentifier ident) const
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 106 bool WebBindings::hasMethod(NPP npp, NPObject* object, NPIdentifier method)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPJSObject.cpp 90 bool NPJSObject::hasMethod(NPIdentifier methodName)
341 return toNPJSObject(npObject)->hasMethod(methodName);
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 81 bool hasMethod(const ObjCMethodDecl *MD) {
577 (InvalidationMethod && I->second.hasMethod(InvalidationMethod)))
  /external/webkit/Source/WebCore/bridge/
npruntime.h 301 NPHasMethodFunctionPtr hasMethod;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
ApiHelper.java 69 public static final boolean HAS_SET_DEFALT_BUFFER_SIZE = hasMethod(
73 public static final boolean HAS_RELEASE_SURFACE_TEXTURE = hasMethod(
92 hasMethod(View.class, "setSystemUiVisibility", int.class);
101 hasMethod(Camera.class, "setFaceDetectionListener", listenerClass) &&
102 hasMethod(Camera.class, "startFaceDetection") &&
103 hasMethod(Camera.class, "stopFaceDetection") &&
104 hasMethod(Camera.Parameters.class, "getMaxNumDetectedFaces");
111 hasMethod(DevicePolicyManager.class, "getCameraDisabled", ComponentName.class);
220 private static boolean hasMethod(String className, String methodName,
231 private static boolean hasMethod(
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidClassTest.java 176 assertTrue(hasMethod(methods, ".foo("));
179 assertTrue(hasMethod(methods, ".foo("));
180 assertTrue(hasMethod(methods, ".bar("));
183 assertTrue(hasMethod(methods, ".foo("));
184 assertTrue(hasMethod(methods, ".bar("));
186 assertTrue(hasMethod(methods, ".gabba("));
187 assertTrue(hasMethod(methods, ".hey("));
189 assertTrue(hasMethod(methods, ".toString("));
192 private boolean hasMethod(Method[] methods, String signature) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessage.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 527 milliseconds