Searched defs:Method (Results 1 - 25 of 55) sorted by last modified time

123

/external/webkit/Source/WebCore/bridge/
H A DBridge.h37 class Method { class in namespace:JSC::Bindings
38 WTF_MAKE_NONCOPYABLE(Method); WTF_MAKE_FAST_ALLOCATED;
40 Method() { } function in class:JSC::Bindings::Method
43 virtual ~Method() { }
/external/webkit/Source/WebCore/dom/
H A DCrossThreadTask.h63 typedef void (*Method)(ScriptExecutionContext*, MP1); typedef in class:WebCore::CrossThreadTask1
67 static PassOwnPtr<CrossThreadTask> create(Method method, Param1 parameter1)
73 CrossThreadTask1(Method method, Param1 parameter1)
85 Method m_method;
92 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2); typedef in class:WebCore::CrossThreadTask2
97 static PassOwnPtr<CrossThreadTask> create(Method method, Param1 parameter1, Param2 parameter2)
103 CrossThreadTask2(Method method, Param1 parameter1, Param2 parameter2)
116 Method m_method;
124 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3); typedef in class:WebCore::CrossThreadTask3
130 static PassOwnPtr<CrossThreadTask> create(Method metho
159 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4); typedef in class:WebCore::CrossThreadTask4
197 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5); typedef in class:WebCore::CrossThreadTask5
238 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6); typedef in class:WebCore::CrossThreadTask6
282 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6, MP7); typedef in class:WebCore::CrossThreadTask7
329 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6, MP7, MP8); typedef in class:WebCore::CrossThreadTask8
[all...]
/external/webkit/Source/WebCore/fileapi/
H A DFileThreadTask.h45 typedef void (T::*Method)(); typedef in class:WebCore::FileThreadTask0
48 static PassOwnPtr<FileThreadTaskImpl> create(T* instance, Method method)
54 FileThreadTask0(T* instance, Method method)
66 Method m_method;
72 typedef void (T::*Method)(MP1); typedef in class:WebCore::FileThreadTask1
76 static PassOwnPtr<FileThreadTaskImpl> create(T* instance, Method method, Param1 parameter1)
82 FileThreadTask1(T* instance, Method method, Param1 parameter1)
95 Method m_method;
102 typedef void (T::*Method)(MP1, MP2); typedef in class:WebCore::FileThreadTask2
107 static PassOwnPtr<FileThreadTaskImpl> create(T* instance, Method metho
135 typedef void (T::*Method)(MP1, MP2, MP3); typedef in class:WebCore::FileThreadTask3
[all...]
/external/webkit/Source/WebCore/loader/
H A DFormSubmission.h48 enum Method { GetMethod, PostMethod }; enum in class:WebCore::FormSubmission
60 Method method() const { return m_method; }
79 Method m_method;
94 Method method() const { return m_method; }
111 FormSubmission(Method, const KURL& action, const String& target, const String& contentType, PassRefPtr<FormState>, PassRefPtr<FormData>, const String& boundary, bool lockHistory, PassRefPtr<Event>);
114 Method m_method;
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCMainThreadTask.h38 typedef void (T::*Method)(); typedef in class:WebCore::MainThreadTask0
41 static PassOwnPtr<MainThreadTaskImpl> create(T* instance, Method method)
47 MainThreadTask0(T* instance, Method method)
59 Method m_method;
65 typedef void (T::*Method)(MP1); typedef in class:WebCore::MainThreadTask1
69 static PassOwnPtr<MainThreadTaskImpl> create(T* instance, Method method, Param1 parameter1)
75 MainThreadTask1(T* instance, Method method, Param1 parameter1)
88 Method m_method;
95 typedef void (T::*Method)(MP1, MP2); typedef in class:WebCore::MainThreadTask2
100 static PassOwnPtr<MainThreadTaskImpl> create(T* instance, Method metho
128 typedef void (T::*Method)(MP1, MP2, MP3); typedef in class:WebCore::MainThreadTask3
[all...]
H A DCCThreadTask.h38 typedef void (T::*Method)(); typedef in class:WebCore::CCThreadTask0
41 static PassOwnPtr<CCThreadTaskImpl> create(T* instance, Method method)
47 CCThreadTask0(T* instance, Method method)
59 Method m_method;
65 typedef void (T::*Method)(MP1); typedef in class:WebCore::CCThreadTask1
69 static PassOwnPtr<CCThreadTaskImpl> create(T* instance, Method method, Param1 parameter1)
75 CCThreadTask1(T* instance, Method method, Param1 parameter1)
88 Method m_method;
95 typedef void (T::*Method)(MP1, MP2); typedef in class:WebCore::CCThreadTask2
100 static PassOwnPtr<CCThreadTaskImpl> create(T* instance, Method metho
128 typedef void (T::*Method)(MP1, MP2, MP3); typedef in class:WebCore::CCThreadTask3
165 typedef void (T::*Method)(MP1, MP2, MP3, MP4); typedef in class:WebCore::CCThreadTask4
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/proguard/src/proguard/classfile/
H A DMethod.java30 public interface Method extends Member interface in inherits:Member
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java55 public static class Method { class in class:MemberResolver
60 public Method(CtClass c, MethodInfo i, int n) { method in class:MemberResolver.Method
75 public Method lookupMethod(CtClass clazz, CtClass currentClass, MethodInfo current,
81 Method maybe = null;
88 Method r = new Method(clazz, current, res);
96 Method m = lookupMethod(clazz, methodName, argTypes, argDims,
104 private Method lookupMethod(CtClass clazz, String methodName,
109 Method maybe = null;
122 Method
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/test/SemaCXX/
H A Dvtable-instantiation.cc58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} function in struct:PR10020::GMG
66 GMG<int>::Method(); // expected-note{{in instantiation of}}
/external/clang/tools/libclang/
H A DCIndex.cpp4420 ObjCMethodDecl *Method = cast<ObjCMethodDecl>(D); local
4421 if (Method->isThisDeclarationADefinition())
4428 = dyn_cast<ObjCInterfaceDecl>(Method->getDeclContext()))
4430 if (ObjCMethodDecl *Def = ClassImpl->getMethod(Method->getSelector(),
4431 Method->isInstanceMethod()))
5010 if (ObjCMethodDecl *Method
5012 if (Method->getObjCDeclQualifier())
5015 for (ObjCMethodDecl::param_iterator P = Method->param_begin(),
5016 PEnd = Method->param_end();
5028 if (CXXMethodDecl *Method
[all...]
H A DCXCursor.cpp799 ObjCMethodDecl *Method,
813 Overridden = Container->getMethod(Method->getSelector(),
814 Method->isInstanceMethod()))
815 if (Method != Overridden) {
825 CollectOverriddenMethodsRecurse(TU, *P, Method, Methods, MovedToSuper);
830 if (ObjCMethodDecl *Overridden = Container->getMethod(Method->getSelector(),
831 Method->isInstanceMethod()))
832 if (Method != Overridden) {
843 CollectOverriddenMethodsRecurse(TU, *P, Method, Methods, MovedToSuper);
850 CollectOverriddenMethodsRecurse(TU, *P, Method, Method
797 CollectOverriddenMethodsRecurse(CXTranslationUnit TU, ObjCContainerDecl *Container, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &Methods, bool MovedToSuper) argument
863 CollectOverriddenMethods(CXTranslationUnit TU, ObjCContainerDecl *Container, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &Methods) argument
871 collectOverriddenMethodsSlow(CXTranslationUnit TU, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &overridden) argument
911 collectOnCategoriesAfterLocation(SourceLocation Loc, ObjCInterfaceDecl *Class, CXTranslationUnit TU, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &Methods) argument
936 collectOverriddenMethodsFast(CXTranslationUnit TU, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &Methods) argument
970 ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(D); local
[all...]
/external/clang/include/clang/AST/
H A DCXXInheritance.h235 UniqueVirtualMethod() : Method(0), Subobject(0), InVirtualSubobject(0) { }
237 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, argument
239 : Method(Method), Subobject(Subobject),
243 CXXMethodDecl *Method; member in struct:clang::UniqueVirtualMethod
256 return X.Method == Y.Method && X.Subobject == Y.Subobject &&
/external/clang/include/clang/Parse/
H A DParser.h862 : Self(P), Method(M), TemplateScope(false), ExceptionSpecTokens(0) { }
868 /// Method - The method declaration.
869 Decl *Method; member in struct:clang::Parser::LateParsedMethodDeclaration
935 /// LateParsedDeclarations - Method declarations, inline definitions and
/external/clang/include/clang/Sema/
H A DObjCMethodList.h23 ObjCMethodDecl *Method; member in struct:clang::ObjCMethodList
27 Method = 0;
31 Method = M;
H A DSema.h712 /// Method Pool - allows efficient lookup when typechecking messages to "id".
718 /// Method selectors used in a \@selector expression. Used for implementation
1718 CXXMethodDecl *Method);
1820 void AddMethodCandidate(CXXMethodDecl *Method,
2233 void WarnConflictingTypedMethods(ObjCMethodDecl *Method,
2237 void CheckConflictingOverridingMethod(ObjCMethodDecl *Method,
2243 void WarnExactTypedMethods(ObjCMethodDecl *Method,
2348 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
2370 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
2375 void AddMethodToGlobalPool(ObjCMethodDecl *Method, boo
2388 AddInstanceMethodToGlobalPool(ObjCMethodDecl *Method, bool impl=false) argument
2393 AddFactoryMethodToGlobalPool(ObjCMethodDecl *Method, bool impl=false) argument
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp992 ASTContext::overridden_methods_begin(const CXXMethodDecl *Method) const {
994 = OverriddenMethods.find(Method);
1002 ASTContext::overridden_methods_end(const CXXMethodDecl *Method) const {
1004 = OverriddenMethods.find(Method);
1012 ASTContext::overridden_methods_size(const CXXMethodDecl *Method) const {
1014 = OverriddenMethods.find(Method);
1021 void ASTContext::addOverriddenMethod(const CXXMethodDecl *Method, argument
1023 OverriddenMethods[Method].push_back(Overridden);
H A DDeclCXX.cpp28 // Decl Allocation/Deallocation Method Implementations
405 const CXXMethodDecl* Method = dyn_cast<CXXMethodDecl>(*Op); local
406 if (!Method || Method->isStatic() || Method->getPrimaryTemplate())
410 = Method->getType()->getAs<FunctionProtoType>();
436 Found.push_back(std::make_pair(const_cast<CXXMethodDecl *>(Method), Quals));
481 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) {
482 if (Method->isVirtual()) {
550 } else if (CXXMethodDecl *Method
[all...]
H A DDeclObjC.cpp379 ObjCMethodDecl *Method = 0; local
381 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
385 if (!Method)
386 Method = Instance ? getCategoryInstanceMethod(Sel)
392 if (!Instance && !Method && !getSuperClass()) {
393 Method = lookupInstanceMethod(Sel);
396 if (!Method)
397 Method = lookupPrivateMethod(Sel, true);
400 if (!Method && getSuperClass())
402 return Method;
[all...]
H A DExpr.cpp2846 if (CXXMethodDecl *Method
2848 if (Method->isTrivial()) {
3127 ObjCMethodDecl *Method,
3135 SelectorOrMethod(reinterpret_cast<uintptr_t>(Method? Method
3138 HasMethod(Method != 0), IsDelegateInitCall(false), IsImplicit(isImplicit),
3152 ObjCMethodDecl *Method,
3159 SelectorOrMethod(reinterpret_cast<uintptr_t>(Method? Method
3162 HasMethod(Method !
3118 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3145 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3169 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3219 Create(ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3244 Create(ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3267 Create(ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3801 ObjCArrayLiteral(llvm::ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl *Method, SourceRange SR) argument
3821 Create(ASTContext &C, llvm::ArrayRef<Expr *> Elements, QualType T, ObjCMethodDecl * Method, SourceRange SR) argument
[all...]
H A DStmtPrinter.cpp1325 CXXMethodDecl *Method = Node->getCallOperator(); local
1327 for (CXXMethodDecl::param_iterator P = Method->param_begin(),
1328 PEnd = Method->param_end();
1339 if (Method->isVariadic()) {
1350 = Method->getType()->getAs<FunctionProtoType>();
H A DVTableBuilder.cpp61 /// Method - The method decl of the overrider.
62 const CXXMethodDecl *Method; member in struct:__anon3534::FinalOverriders::OverriderInfo
67 OverriderInfo() : Method(0), Offset(CharUnits::Zero()) { }
188 const UniqueVirtualMethod &Method = I->second.front(); local
190 const CXXRecordDecl *OverriderRD = Method.Method->getParent();
192 std::make_pair(OverriderRD, Method.Subobject))
196 Method.Subobject)];
199 assert(!Overrider.Method && "Overrider should not exist yet!");
202 Overrider.Method
[all...]

Completed in 533 milliseconds

123