/external/chromium_org/third_party/WebKit/Source/core/html/ |
H A D | HTMLBaseElement.cpp | 86 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 D | HTMLTextFormControlElement.cpp | 114 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 D | HTMLElement.cpp | 945 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 D | HTMLResourcePreloader.cpp | 76 static bool mediaAttributeMatches(Frame* frame, RenderStyle* renderStyle, const String& attributeValue) argument 78 RefPtr<MediaQuerySet> mediaQueries = MediaQuerySet::create(attributeValue);
|
H A D | HTMLMetaCharsetParser.cpp | 109 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 D | HTMLPreloadScanner.cpp | 123 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 D | EnumerationValuesPropertyEditor.java | 40 public EnumerationValuesPropertyEditor(Object attributeValue) { argument 41 Object[] enumElements = (Object[]) attributeValue;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
H A D | WebElement.cpp | 131 WebString WebElement::attributeValue(unsigned index) const function in class:blink::WebElement
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
H A D | FormSubmission.cpp | 178 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 D | SkFontConfigParser_android.cpp | 86 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 D | SkFontConfigParser_android.cpp | 86 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 D | RobolectricConfig.java | 175 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 D | TestPlugin.cpp | 179 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 D | xpp3-1.1.4c.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ... |
/external/smack/asmack-master/lib/ |
H A D | xpp3-1.1.4c.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ... |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
H A D | FlexAntTasks.jar | META-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 D | ant-nodeps.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
H A D | ant.jar | META-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 D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/antlr/antlr-3.4/lib/ |
H A D | antlr-3.4-complete.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ... |