Lines Matching refs:Method
832 // The reason for the workaround is that this method is called explicitly from the code
1139 // public method -close instead.
1323 // We originally intended to call this delegate method sometimes with a nil dictionary, but due to
1784 HTMLNames::init(); // this method is used for importing bookmarks at startup, so HTMLNames are likely to be uninitialized yet
2873 // Do nothing quietly if method not implemented.
3830 // -[WebView hostWindow] can sometimes be called from the WebView's [super dealloc] method
4175 // This method can be called beneath -[NSView dealloc] after we have cleared _private,
4489 // In some cases we have to search some content twice; see comment later in this method.
4532 // such as by calling a protocol method or using respondsToSelector or sending a notification.
4563 // This method name is used by Mail on Tiger (but not post-Tiger), so we shouldn't delete it
4943 // header and footer. Because this method can be called more than once on the same NSPrintInfo (see 5038087),
4944 // we stash away the unmodified top and bottom margins the first time this method is called, and we read from
5218 // FIXME: This method should be merged into WebViewEditing when we're not in API freeze
5229 // FIXME: This method should be merged into WebViewEditing when we're not in API freeze
5253 // FIXME: This method should be merged into WebIBActions when we're not in API freeze
6378 // It's a little bit strange to patch a method defined by WebKit, but it helps keep this workaround self-contained.
6380 Method methodToPatch = class_getInstanceMethod(objc_getRequiredClass("DOMHTMLObjectElement"), @selector(data));
6393 Method methodToPatch = class_getInstanceMethod(objc_getRequiredClass("DOMNode"), @selector(recursivelyRemoveMailAttributes:convertObjectsToImages:convertEditableElements:));