Searched refs:_highlightWindow (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/mac/WebInspector/
H A DWebNodeHighlight.mm96 _highlightWindow = [[NSWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
97 [_highlightWindow setBackgroundColor:[NSColor clearColor]];
98 [_highlightWindow setOpaque:NO];
99 [_highlightWindow setIgnoresMouseEvents:YES];
100 [_highlightWindow setReleasedWhenClosed:NO];
103 [_highlightWindow setContentView:_highlightView];
121 ASSERT(!_highlightWindow);
137 ASSERT(_highlightWindow);
139 if (!_highlightWindow || !_targetView || ![_targetView window])
142 [[_targetView window] addChildWindow:_highlightWindow ordere
[all...]
H A DWebNodeHighlight.h56 NSWindow *_highlightWindow; variable

Completed in 93 milliseconds