Home
last modified time | relevance | path

Searched refs:JSMethod (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
DCJX_Define.h18 CJS_Return JSMethod(C* node, in JSMethod() function
28 return JSMethod<class_name, &class_name::method_name>( \
DJS_Define.h116 void JSMethod(const char* method_name_string, in JSMethod() function
162 JSMethod<class_name, &class_name::method_name>(#method_name, #class_name, \
Dcjs_global.cpp186 JSMethod<JSGlobalAlternate, &JSGlobalAlternate::setPersistent>( in setPersistent_static()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-member-pointers.cpp787 void JSMethod();
792 void A::printd() { JSMethod<A, &A::printd>(); } in printd()