OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_descendantinsertionpoints
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h
68
const Vector<RefPtr<InsertionPoint> >& descendantInsertionPoints() { return
m_descendantInsertionPoints
; }
69
void setDescendantInsertionPoints(Vector<RefPtr<InsertionPoint> >& list) {
m_descendantInsertionPoints
.swap(list); }
70
void clearDescendantInsertionPoints() {
m_descendantInsertionPoints
.clear(); }
80
Vector<RefPtr<InsertionPoint> >
m_descendantInsertionPoints
;
Completed in 31 milliseconds