OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_attribute
(Results
1 - 17
of
17
) sorted by null
/external/webkit/Source/WebCore/dom/
Attr.cpp
40
,
m_attribute
(attribute)
44
ASSERT(!
m_attribute
->attr());
45
m_attribute
->bindAttr(this);
57
ASSERT(
m_attribute
->attr() == this);
58
m_attribute
->unbindAttr(this);
64
if (!
m_attribute
->value().isEmpty()) {
65
RefPtr<Text> textNode = document()->createTextNode(
m_attribute
->value().string());
87
return
m_attribute
->localName();
92
return
m_attribute
->namespaceURI();
97
return
m_attribute
->prefix()
[
all
...]
Attr.h
49
const AtomicString& value() const { return
m_attribute
->value(); }
53
Attribute* attr() const { return
m_attribute
.get(); }
54
const QualifiedName& qualifiedName() const { return
m_attribute
->name(); }
59
CSSStyleDeclaration* style() { return
m_attribute
->style(); }
91
RefPtr<Attribute>
m_attribute
;
member in class:WebCore::Attr
/external/webkit/Source/WebCore/editing/
SetNodeAttributeCommand.cpp
38
,
m_attribute
(attribute)
46
m_oldValue = m_element->getAttribute(
m_attribute
);
47
m_element->setAttribute(
m_attribute
, m_value);
52
m_element->setAttribute(
m_attribute
, m_oldValue);
SetNodeAttributeCommand.h
47
QualifiedName
m_attribute
;
member in class:WebCore::SetNodeAttributeCommand
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java
733
private AVT
m_attribute
;
field in class:ElemLiteralResult.Attribute
740
m_attribute
= avt;
770
return new Attribute(
m_attribute
, m_owner);
827
return
m_attribute
.getName();
838
String uri =
m_attribute
.getURI();
859
String uri =
m_attribute
.getURI();
883
return
m_attribute
.getSimpleString();
914
String uri =
m_attribute
.getURI();
915
String rawName =
m_attribute
.getRawName();
1046
return
m_attribute
.getName();
[
all
...]
/external/webkit/Source/WebCore/css/
CSSSelector.h
236
bool hasAttribute() const { return m_match == Id || m_match == Class || (m_hasRareData && m_data.m_rareData->
m_attribute
!= anyQName()); }
300
QualifiedName
m_attribute
; // used for attribute selector
member in struct:WebCore::CSSSelector::RareData
CSSSelector.cpp
689
return m_hasRareData ? m_data.m_rareData->
m_attribute
: anyQName();
696
m_data.m_rareData->
m_attribute
= value;
744
if (m_hasRareData && m_data.m_rareData->
m_attribute
!= anyQName())
756
,
m_attribute
(anyQName())
/frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h
193
M4OSA_UInt8
m_attribute
; /**< RAP information & AU corrupted */
member in struct:__anon17333
/frameworks/av/libvideoeditor/vss/src/
M4READER_Amr.c
380
pAccessUnit->
m_attribute
= 0;
712
pAccessUnit->
m_attribute
= pAu->attribute;
M4READER_Pcm.c
446
pAccessUnit->
m_attribute
= 0;
574
pAccessUnit->
m_attribute
= pAu->attribute;
M4VSS3GPP_Clip.c
697
pClipCtxt->AudioAU.
m_attribute
= 0;
[
all
...]
M4VSS3GPP_AudioMixing.c
[
all
...]
M4VSS3GPP_EditVideo.c
291
pC->ewc.WriterVideoAU.attribute = pC->pC1->VideoAU.
m_attribute
;
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp
593
pAccessUnit->
m_attribute
= 0;
731
pAccessUnit->
m_attribute
= pAu->attribute;
VideoEditor3gpReader.cpp
831
pAccessUnit->
m_attribute
= 0;
[
all
...]
VideoEditorVideoDecoder.cpp
228
(pAccessUnit->
m_attribute
== 0x04)? 1 : 0);
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c
[
all
...]
Completed in 1036 milliseconds