Searched refs:targetElement (Results 26 - 38 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSelectorQuery.cpp128 bool SelectorDataList::matches(Element& targetElement) const
132 if (selectorMatches(*m_selectors[i], targetElement, targetElement))
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.h179 InstanceUpdateBlocker(SVGElement* targetElement);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp1368 Element* targetElement = assertEditableElement(errorString, targetElementId);
1369 if (!targetElement)
1374 anchorNode = assertEditableChildNode(errorString, targetElement, *anchorNodeId);
1385 if (!m_domEditor->insertBefore(targetElement, clonedNode, anchorNode, errorString))
1397 Element* targetElement = assertEditableElement(errorString, targetElementId);
1398 if (!targetElement)
1401 Node* current = targetElement;
1412 anchorNode = assertEditableChildNode(errorString, targetElement, *anchorNodeId);
1417 if (!m_domEditor->insertBefore(targetElement, node, anchorNode, errorString))
H A DDOMPatchSupport.cpp131 Element* targetElement = toElement(targetNode); local
135 fragment->parseHTML(markup, targetElement);
137 fragment->parseXML(markup, targetElement);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplateElement.java1527 * @param targetElement Element to check
1535 org.w3c.dom.Element targetElement) throws TransformerException
1538 return (null != sroot) ? sroot.shouldStripWhiteSpace(support, targetElement) :false;
1533 shouldStripWhiteSpace( org.apache.xpath.XPathContext support, org.w3c.dom.Element targetElement) argument
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp477 bool HTMLElementStack::inScope(Element* targetElement) const
481 if (item->node() == targetElement)
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_manager.js1619 var targetElement;
1621 targetElement = this.filenameInput_;
1623 targetElement = this.currentList_;
1627 if (!targetElement.hasAttribute('tabIndex') || targetElement.tabIndex == -1)
1628 targetElement = document.querySelector('button:not([tabIndex="-1"])');
1630 if (targetElement)
1631 targetElement.focus();
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.cpp247 if (svgTarget != targetElement())
593 Element* eventBase = condition.baseID().isEmpty() ? targetElement() : treeScope().getElementById(AtomicString(condition.baseID()));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
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.pde.core_3.6.1.v20100902_r361.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/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 381 milliseconds

12