OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_currentHighlight
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlighter.mm
51
ASSERT(!
_currentHighlight
);
64
if (!
_currentHighlight
) {
65
_currentHighlight
= [[WebNodeHighlight alloc] initWithTargetView:view inspectorController:[_inspectedWebView page]->inspectorController()];
66
[
_currentHighlight
setDelegate:self];
67
[
_currentHighlight
attach];
69
[[
_currentHighlight
highlightView] setNeedsDisplay:YES];
74
[
_currentHighlight
detach];
75
[
_currentHighlight
setDelegate:nil];
76
[
_currentHighlight
release];
77
_currentHighlight
= nil
[
all
...]
WebNodeHighlighter.h
36
WebNodeHighlight *
_currentHighlight
;
Completed in 34 milliseconds