HomeSort by relevance Sort by last modified time
    Searched refs:childElement (Results 1 - 11 of 11) sorted by null

  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilXmlSerializer.java 62 SMILElement childElement = (SMILElement) element.getFirstChild();
64 if (childElement != null) {
68 writeElement(writer, childElement);
69 childElement = (SMILElement) childElement.getNextSibling();
70 } while (childElement != null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 358 for (IDragElement childElement : pastedElement.getInnerElements()) {
359 addChild(uiNew, childElement);
363 private void addChild(UiElementNode uiParent, IDragElement childElement) {
364 String childFqcn = childElement.getFqcn();
376 for (IDragAttribute attr : childElement.getAttributes()) {
393 for (IDragElement grandChildElement : childElement.getInnerElements()) {
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition26.js 79 childElement, and that the childElement is contained and follows the EntityReference node.
nodecomparedocumentposition27.js 79 childElement, and that this childElement is contained and follows the EntityReference node.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
GridLayoutConverter.java 786 Element childElement = getElement(child);
798 mDelete.add(childElement);
    [all...]
  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp 709 HTMLElement* childElement = toHTMLElement(childNode);
710 RefPtr<CSSMutableStyleDeclaration> existingStyles = childElement->getInlineStyleDecl()->copy();
712 setNodeAttribute(childElement, styleAttr, existingStyles->cssText());
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
  /external/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.cpp 194 AccessibilityUIElement* childElement = toAXElement(otherElement);
195 return JSValueMakeNumber(context, (double)toAXElement(thisObject)->indexOfChild(childElement));
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 711 milliseconds