Searched refs:activeMatch (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocumentMarker.h86 bool activeMatch; member in struct:WebCore::DocumentMarker
H A DDocumentMarkerController.cpp607 marker.activeMatch = active;
692 fprintf(stderr, " %d:[%d:%d](%d)", markers[markerIndex].type, markers[markerIndex].startOffset, markers[markerIndex].endOffset, markers[markerIndex].activeMatch);
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.h300 void addMarker(WebCore::Range*, bool activeMatch);
H A DWebFrameImpl.cpp2217 void WebFrameImpl::addMarker(Range* range, bool activeMatch) argument
2231 activeMatch
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp1068 Color color = marker.activeMatch ?
1074 pt->drawHighlightForText(font, run, FloatPoint(boxOrigin.x(), boxOrigin.y() - deltaY), selHeight, color, style->colorSpace(), sPos, ePos, marker.activeMatch);

Completed in 99 milliseconds