OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_standaloneValueOrAttachedLocalName
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp
52
,
m_standaloneValueOrAttachedLocalName
(standaloneValue)
77
if (m_element && !
m_standaloneValueOrAttachedLocalName
.isNull()) {
82
return QualifiedName(m_name.prefix(),
m_standaloneValueOrAttachedLocalName
, m_name.namespaceURI());
113
m_standaloneValueOrAttachedLocalName
= value;
187
m_standaloneValueOrAttachedLocalName
= newValue;
197
return
m_standaloneValueOrAttachedLocalName
;
210
m_standaloneValueOrAttachedLocalName
= value;
218
m_standaloneValueOrAttachedLocalName
= attachedLocalName;
Attr.h
99
AtomicString
m_standaloneValueOrAttachedLocalName
;
Completed in 99 milliseconds