HomeSort by relevance Sort by last modified time
    Searched defs:attributeMap (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/dom/
DatasetDOMStringMap.cpp 148 NamedNodeMap* attributeMap = m_element->attributes(true);
149 if (attributeMap) {
150 unsigned length = attributeMap->length();
152 Attribute* attribute = attributeMap->attributeItem(i);
161 NamedNodeMap* attributeMap = m_element->attributes(true);
162 if (attributeMap) {
163 unsigned length = attributeMap->length();
165 Attribute* attribute = attributeMap->attributeItem(i);
176 NamedNodeMap* attributeMap = m_element->attributes(true);
177 if (attributeMap) {
    [all...]
Element.h 223 NamedNodeMap* attributeMap() const { return m_attributeMap.get(); }
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 289 RefPtr<NamedNodeMap> attributeMap = NamedNodeMap::create();
290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href));
291 base->setAttributeMap(attributeMap.release());
  /libcore/luni/src/main/java/java/text/
AttributedString.java 39 Map<AttributedCharacterIterator.Attribute, List<Range>> attributeMap;
186 return attrString.attributeMap.keySet();
190 (attrString.attributeMap.size() * 4 / 3) + 1);
191 Iterator<Map.Entry<Attribute, List<Range>>> it = attrString.attributeMap
223 ArrayList<Range> ranges = (ArrayList<Range>) attrString.attributeMap
233 (attrString.attributeMap.size() * 4 / 3) + 1);
234 Iterator<Map.Entry<Attribute, List<Range>>> it = attrString.attributeMap
276 ArrayList<Range> ranges = (ArrayList<Range>) attrString.attributeMap
324 ArrayList<Range> ranges = (ArrayList<Range>) attrString.attributeMap
403 attributeMap = new HashMap<Attribute, List<Range>>
    [all...]
  /sdk/attribute_stats/src/
Analyzer.java 247 Map<String, Usage> attributeMap = mFrequencies.get(tag);
248 if (attributeMap == null) {
249 attributeMap = new HashMap<String, Usage>(70);
250 mFrequencies.put(tag, attributeMap);
277 Usage usage = attributeMap.get(name);
283 attributeMap.put(name, usage);
289 Map<String, Usage> attributeMap = mLayoutAttributeFrequencies.get(parentTag);
290 if (attributeMap == null) {
291 attributeMap = new HashMap<String, Usage>(70);
292 mLayoutAttributeFrequencies.put(parentTag, attributeMap);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 254 NamedNodeMap attributeMap = element.getAttributes();
255 for (int i = 0, n = attributeMap.getLength(); i < n; i++) {
256 Attr attribute = (Attr) attributeMap.item(i);
ChangeLayoutRefactoring.java 565 NamedNodeMap attributeMap = layout.getAttributes();
566 for (int i = 0, n = attributeMap.getLength(); i < n; i++) {
567 Node attributeNode = attributeMap.item(i);
  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 483 milliseconds