OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_entities
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentType.h
40
// FIXME: We never fill
m_entities
and m_notations. Current implementation of NamedNodeMap doesn't work without an associated Element yet.
41
NamedNodeMap* entities() const { return
m_entities
.get(); }
60
OwnPtr<NamedNodeMap>
m_entities
;
member in class:WebCore::FINAL
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java
164
private Vector
m_entities
= null;
field in class:SAX2DTM
166
/**
m_entities
public ID offset. */
169
/**
m_entities
system ID offset. */
172
/**
m_entities
notation name offset. */
175
/**
m_entities
name offset. */
178
/** Number of entries per record for
m_entities
. */
[
all
...]
Completed in 465 milliseconds