OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasMarkers
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.cpp
685
bool DocumentMarkerController::
hasMarkers
(Range* range, DocumentMarker::MarkerTypes markerTypes)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h
361
bool
hasMarkers
() const { return !markerStartResource().isEmpty() || !markerMidResource().isEmpty() || !markerEndResource().isEmpty(); }
Completed in 64 milliseconds