HomeSort by relevance Sort by last modified time
    Searched full:localname (Results 451 - 475 of 539) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
test_pyexpat.py 258 # to simply glue together the namespace URI and the localname. Though
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMAgent.js 48 this._localName = payload.localName;
248 localName: function()
    [all...]
ScreencastView.js 634 var lowerCaseName = this._node.localName() || this._node.nodeName().toLowerCase();
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 763 * you will need to add the prefix and a colon to localName..
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 432 public void startElement(String uri, String localName, String name,
557 public void startElement(String uri, String localName, String name,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 832 if (!attrName.localName().string().startsWith("aria-"))
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 662 computeCSSPropertyValue(svgParent, cssPropertyID(attributeName.localName()), value);
SVGUseElement.cpp 234 FetchRequest request(ResourceRequest(url.string()), localName());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 370 return node->localName().string();
  /external/chromium_org/third_party/libxml/src/
runtest.c     [all...]
xmllint.c     [all...]
xmlstring.c 170 * @name: the localname of the QName
testapi.c 4112 xmlChar * localname; \/* the local name of the element *\/ local
5084 xmlChar * localname; \/* the local name of the element *\/ local
    [all...]
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshLoader.java 605 public void startElement(String uri, String localName, String qName, Attributes attribs) throws SAXException {
  /external/libxml2/
xmllint.c     [all...]
xmlstring.c 170 * @name: the localname of the QName
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 258 # to simply glue together the namespace URI and the localname. Though
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 848 return createHTMLElement(document, name.localName());
    [all...]
markup.cpp     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
progress.php 158 'GET-ITERATION','GET-LAST','GET-LOCALNAME-BY-INDEX','GET-MESSAGE',
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 347 String localName) {
349 return element.getAttributeNS(namespaceURI, localName);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.cpp 535 if (!node->isTextNode() || node->localName() == rtTag)
    [all...]

Completed in 1109 milliseconds

<<11121314151617181920>>