Searched defs:attributeValue (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBaseElement.cpp86 const AtomicString& attributeValue = fastGetAttribute(hrefAttr); local
87 if (attributeValue.isNull())
91 KURL(document().url(), stripLeadingAndTrailingHTMLSpaces(attributeValue)) :
92 KURL(document().url(), stripLeadingAndTrailingHTMLSpaces(attributeValue), document().encoding());
H A DHTMLTextFormControlElement.cpp114 const AtomicString& attributeValue = fastGetAttribute(placeholderAttr); local
115 if (!attributeValue.contains(newlineCharacter) && !attributeValue.contains(carriageReturn))
116 return attributeValue;
119 unsigned length = attributeValue.length();
122 UChar character = attributeValue[i];
134 const AtomicString& attributeValue = fastGetAttribute(placeholderAttr); local
135 return attributeValue.string().find(isNotLineBreak) == kNotFound;
H A DHTMLElement.cpp945 void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& attributeValue) argument
948 if (attributeValue.isEmpty())
951 String colorString = attributeValue.stripWhiteSpace();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLResourcePreloader.cpp76 static bool mediaAttributeMatches(Frame* frame, RenderStyle* renderStyle, const String& attributeValue) argument
78 RefPtr<MediaQuerySet> mediaQueries = MediaQuerySet::create(attributeValue);
H A DHTMLMetaCharsetParser.cpp109 String attributeValue = StringImpl::create8BitIfPossible(iter->value); local
110 attributes.append(std::make_pair(attributeName, attributeValue));
125 const String& attributeValue = iter->second; local
128 if (equalIgnoringCase(attributeValue, "content-type"))
132 charset = attributeValue;
135 charset = extractCharset(attributeValue);
H A DHTMLPreloadScanner.cpp123 String attributeValue = StringImpl::create8BitIfPossible(iter->value); local
124 processAttribute(attributeName, attributeValue);
152 void processAttribute(const NameType& attributeName, const String& attributeValue) argument
155 m_charset = attributeValue;
159 setUrlToLoad(attributeValue, DisallowURLReplacement);
161 setCrossOriginAllowed(attributeValue);
165 setUrlToLoad(bestFitSourceForImageAttributes(m_deviceScaleFactor, attributeValue, m_srcsetImageCandidate), AllowURLReplacement);
167 setCrossOriginAllowed(attributeValue);
171 m_srcsetImageCandidate = bestFitSourceForSrcsetAttribute(m_deviceScaleFactor, attributeValue);
176 setUrlToLoad(attributeValue, DisallowURLReplacemen
189 relAttributeIsStyleSheet(const String& attributeValue) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DEnumerationValuesPropertyEditor.java40 public EnumerationValuesPropertyEditor(Object attributeValue) { argument
41 Object[] enumElements = (Object[]) attributeValue;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp131 WebString WebElement::attributeValue(unsigned index) const function in class:blink::WebElement
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFormSubmission.cpp178 String attributeValue; local
179 if (!(attributeValue = submitButton->fastGetAttribute(formactionAttr)).isNull())
180 copiedAttributes.parseAction(attributeValue);
181 if (!(attributeValue = submitButton->fastGetAttribute(formenctypeAttr)).isNull())
182 copiedAttributes.updateEncodingType(attributeValue);
183 if (!(attributeValue = submitButton->fastGetAttribute(formmethodAttr)).isNull())
184 copiedAttributes.updateMethodType(attributeValue);
185 if (!(attributeValue = submitButton->fastGetAttribute(formtargetAttr)).isNull())
186 copiedAttributes.setTarget(attributeValue);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.cpp86 const char* attributeValue = attributes[currentAttributeIndex+1]; local
88 int valueLength = strlen(attributeValue);
90 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
92 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
96 newFileInfo->fPaintOptions.setLanguage(attributeValue);
98 //each element is a pair of attributeName/attributeValue string pairs
/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp86 const char* attributeValue = attributes[currentAttributeIndex+1]; local
88 int valueLength = strlen(attributeValue);
90 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
92 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
96 newFileInfo->fPaintOptions.setLanguage(attributeValue);
98 //each element is a pair of attributeName/attributeValue string pairs
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricConfig.java175 private int getApplicationFlag(final Document doc, final String attribute, final int attributeValue) { argument
177 return "true".equalsIgnoreCase(flagString) ? attributeValue : 0;
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestPlugin.cpp179 const WebString& attributeValue = params.attributeValues[i]; local
182 m_scene.primitive = parsePrimitive(attributeValue);
184 parseColor(attributeValue, m_scene.backgroundColor);
186 parseColor(attributeValue, m_scene.primitiveColor);
188 m_scene.opacity = parseOpacity(attributeValue);
190 m_touchEventRequest = parseTouchEventRequestType(attributeValue);
192 m_reRequestTouchEvents = parseBoolean(attributeValue);
194 m_printEventDetails = parseBoolean(attributeValue);
196 m_canProcessDrag = parseBoolean(attributeValue);
198 m_printUserGestureStatus = parseBoolean(attributeValue);
[all...]
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 592 milliseconds