Home
last modified time | relevance | path

Searched defs:attributeValue (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ui/webui/resources/js/
Di18n_template.js46 'i18n-content': function(element, attributeValue, obj) { argument
53 'i18n-options': function(element, attributeValue, obj) { argument
68 'i18n-values': function(element, attributeValue, obj) { argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DPropertyDescriptorEditorProvider.java32 Object attributeValue = descriptor.getValue("enumerationValues"); in getEditorForPropertyDescriptor() local
50 Object attributeValue = descriptor.getValue("enumerationValues"); in isEnumerationProperty() local
DEnumerationValuesPropertyEditor.java40 public EnumerationValuesPropertyEditor(Object attributeValue) { in EnumerationValuesPropertyEditor()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLPreloadScanner.cpp97 static bool mediaAttributeMatches(const MediaValues& mediaValues, const String& attributeValue) in mediaAttributeMatches()
142 String attributeValue = StringImpl::create8BitIfPossible(iter->value); in processAttributes() local
180 void processScriptAttribute(const NameType& attributeName, const String& attributeValue) in processScriptAttribute()
194 void processImgAttribute(const NameType& attributeName, const String& attributeValue) in processImgAttribute()
216 void processLinkAttribute(const NameType& attributeName, const String& attributeValue) in processLinkAttribute()
230 void processInputAttribute(const NameType& attributeName, const String& attributeValue) in processInputAttribute()
240 void processSourceAttribute(const NameType& attributeName, const String& attributeValue) in processSourceAttribute()
261 void processAttribute(const NameType& attributeName, const String& attributeValue) in processAttribute()
278 static bool relAttributeIsStyleSheet(const String& attributeValue) in relAttributeIsStyleSheet()
DHTMLMetaCharsetParser.cpp60 String attributeValue = StringImpl::create8BitIfPossible(iter->value); in processMeta() local
DHTMLParserIdioms.cpp330 const String& attributeValue = AtomicString(iter->second); in encodingFromMetaAttributes() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBaseElement.cpp77 const AtomicString& attributeValue = fastGetAttribute(hrefAttr); in href() local
DHTMLLabelElement.cpp278 …abelElement::parseAttribute(const QualifiedName& attributeName, const AtomicString& attributeValue) in parseAttribute()
DHTMLTextFormControlElement.cpp120 const AtomicString& attributeValue = fastGetAttribute(placeholderAttr); in strippedPlaceholder() local
140 const AtomicString& attributeValue = fastGetAttribute(placeholderAttr); in isPlaceholderEmpty() local
DHTMLElement.cpp880 …olorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& attributeValue) in addHTMLColorToStyle()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omaha/
DXMLParser.java90 String attributeValue = attributes.getValue(attributeName); in startElement() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebElement.cpp124 WebString WebElement::attributeValue(unsigned index) const in attributeValue() function in blink::WebElement
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFormSubmission.cpp181 AtomicString attributeValue; in create() local
/external/skia/src/ports/
DSkFontConfigParser_android.cpp82 const char* attributeValue = attributes[currentAttributeIndex+1]; in fontFileElementHandler() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectricConfig.java175 …vate int getApplicationFlag(final Document doc, final String attribute, final int attributeValue) { in getApplicationFlag()
/external/chromium_org/third_party/skia/src/ports/
DSkFontConfigParser_android.cpp323 const char* attributeValue = attributes[currentAttributeIndex+1]; in fontFileElementHandler() local