HomeSort by relevance Sort by last modified time
    Searched defs:parseAttribute (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /cts/suite/audio_quality/lib/src/task/
TaskMessage.cpp 32 bool TaskMessage::parseAttribute(const android::String8& name, const android::String8& value)
TaskAsync.cpp 58 bool TaskAsync::parseAttribute(const android::String8& name, const android::String8& value)
66 LOGE("TaskGeneric::parseAttribute gain out of range %d", mVolume);
90 result = TaskGeneric::parseAttribute(name, value);
TaskInput.cpp 36 bool TaskInput::parseAttribute(const android::String8& name, const android::String8& value)
41 LOGE("TaskInput::parseAttribute invalid recording time %d", mRecordingTimeInMs);
46 return TaskAsync::parseAttribute(name, value);
TaskOutput.cpp 35 bool TaskOutput::parseAttribute(const android::String8& name, const android::String8& value)
43 return TaskAsync::parseAttribute(name, value);
TaskSequential.cpp 121 bool TaskSequential::parseAttribute(const android::String8& name, const android::String8& value)
126 LOGE("TaskSequential::parseAttribute invalid value %s for key %s",
133 LOGD("TaskSequential::parseAttribute index %s", mIndexName.string());
TaskSound.cpp 41 bool TaskSound::parseAttribute(const android::String8& name, const android::String8& value)
49 return TaskGeneric::parseAttribute(name, value);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewElement.cpp 71 void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
74 SVGElement::parseAttribute(name, value);
83 if (SVGExternalResourcesRequired::parseAttribute(name, value))
85 if (SVGFitToViewBox::parseAttribute(this, name, value))
87 if (SVGZoomAndPan::parseAttribute(this, name, value))
SVGAnimateTransformElement.cpp 62 void SVGAnimateTransformElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
65 SVGAnimateElement::parseAttribute(name, value);
SVGFEMergeNodeElement.cpp 59 void SVGFEMergeNodeElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
62 SVGElement::parseAttribute(name, value);
SVGFitToViewBox.h 43 static bool parseAttribute(SVGElementTarget* target, const QualifiedName& name, const AtomicString& value)
SVGClipPathElement.cpp 66 void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
69 SVGGraphicsElement::parseAttribute(name, value);
80 if (SVGExternalResourcesRequired::parseAttribute(name, value))
SVGComponentTransferFunctionElement.cpp 78 void SVGComponentTransferFunctionElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
81 SVGElement::parseAttribute(name, value);
SVGExternalResourcesRequired.cpp 30 bool SVGExternalResourcesRequired::parseAttribute(const QualifiedName& name, const AtomicString& value)
SVGFEOffsetElement.cpp 68 void SVGFEOffsetElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
71 SVGFilterPrimitiveStandardAttributes::parseAttribute(name, value);
SVGFETileElement.cpp 61 void SVGFETileElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
64 SVGFilterPrimitiveStandardAttributes::parseAttribute(name, value);
SVGGElement.cpp 62 void SVGGElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
65 SVGGraphicsElement::parseAttribute(name, value);
69 if (SVGLangSpace::parseAttribute(name, value))
SVGLangSpace.cpp 49 bool SVGLangSpace::parseAttribute(const QualifiedName& name, const AtomicString& value)
SVGLineElement.cpp 79 void SVGLineElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
84 SVGGraphicsElement::parseAttribute(name, value);
93 else if (SVGLangSpace::parseAttribute(name, value)
94 || SVGExternalResourcesRequired::parseAttribute(name, value)) {
SVGSymbolElement.cpp 67 void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
70 SVGElement::parseAttribute(name, value);
74 if (SVGExternalResourcesRequired::parseAttribute(name, value))
76 if (SVGFitToViewBox::parseAttribute(this, name, value))
SVGTextPositioningElement.cpp 70 void SVGTextPositioningElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
73 SVGTextContentElement::parseAttribute(name, value);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElement.cpp 84 void HTMLFrameElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
94 HTMLFrameElementBase::parseAttribute(name, value);
HTMLBaseElement.cpp 48 void HTMLBaseElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
53 HTMLElement::parseAttribute(name, value);
HTMLDetailsElement.cpp 85 void HTMLDetailsElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
93 HTMLElement::parseAttribute(name, value);
HTMLFrameSetElement.cpp 80 void HTMLFrameSetElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
147 HTMLElement::parseAttribute(name, value);
HTMLIFrameElement.cpp 78 void HTMLIFrameElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
97 HTMLFrameElementBase::parseAttribute(name, value);

Completed in 339 milliseconds

1 2 3 4 5 6