OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isfallbackmethod
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bridge/objc/
objc_runtime.h
65
bool
isFallbackMethod
() const { return _selector == @selector(invokeUndefinedMethodFromWebScript:withArguments:); }
objc_instance.mm
231
if (method->
isFallbackMethod
()) {
Completed in 928 milliseconds