OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MarkerMapVectorPair
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
DocumentMarkerController.h
80
typedef std::pair<Vector<DocumentMarker>, Vector<IntRect> >
MarkerMapVectorPair
;
81
typedef HashMap<RefPtr<Node>,
MarkerMapVectorPair
*> MarkerMap;
83
void removeMarkersFromMarkerMapVectorPair(Node*,
MarkerMapVectorPair
*, DocumentMarker::MarkerTypes);
DocumentMarkerController.cpp
96
MarkerMapVectorPair
* vectorPair = m_markers.get(node);
99
vectorPair = new
MarkerMapVectorPair
;
164
MarkerMapVectorPair
* vectorPair = m_markers.get(srcNode);
210
MarkerMapVectorPair
* vectorPair = m_markers.get(node);
286
MarkerMapVectorPair
* vectorPair = nodeIterator->second;
314
MarkerMapVectorPair
* vectorPair = m_markers.get(node);
361
MarkerMapVectorPair
* vectorPair = nodeIterator->second;
407
MarkerMapVectorPair
* vectorPair = i->second;
415
void DocumentMarkerController::removeMarkersFromMarkerMapVectorPair(Node* node,
MarkerMapVectorPair
* vectorPair, DocumentMarker::MarkerTypes markerTypes)
474
MarkerMapVectorPair
* vectorPair = i->second
[
all
...]
Completed in 44 milliseconds