#include "sbMacWindowMoveService.h"
#include "../NativeWindowFromNode.h"
#include <nsIDOMWindow.h>
#include <nsCOMPtr.h>
#include <nsComponentManagerUtils.h>
#include <nsServiceManagerUtils.h>
#import <objc/objc-class.h>
Go to the source code of this file.
Classes | |
class | SBISupportsOwner |
category | NSWindow(SBSwizzleSupport) |
class | SBWinMoveListenerContext |
category | SBMacCocoaWindowListener(Private) |
Functions | |
void | MethodSwizzle (Class aClass, SEL orig_sel, SEL alt_sel) |
Variables | |
static NSString * | kSBWindowStoppedMovingNotification = @"@"SBWindowStoppedMoving" |
void MethodSwizzle | ( | Class | aClass, |
SEL | orig_sel, | ||
SEL | alt_sel | ||
) |
Definition at line 82 of file sbMacWindowMoveService.mm.
|
static |
Definition at line 110 of file sbMacWindowMoveService.mm.