OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldElement
(Results
1 - 20
of
20
) sorted by null
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
OrderedHashSet.java
52
T
oldElement
= elements.get(i);
54
super.remove(
oldElement
); // now update the set: remove/add
56
return
oldElement
;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java
167
IDragElement
oldElement
= TestDragElement.create("a.w.B").id("@+id/foo");
175
layout.addAttributes(newNode,
oldElement
, idMap, filter);
185
IDragElement
oldElement
= TestDragElement.create("a.w.B").id("@+id/foo");
203
layout.addAttributes(newNode,
oldElement
, idMap, filter);
232
IDragElement
oldElement
= TestDragElement.create("root").add(
240
layout.addInnerElements(newNode,
oldElement
, idMap);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.cpp
82
void HTMLFormattingElementList::swapTo(Element*
oldElement
, PassRefPtr<HTMLStackItem> newItem, const Bookmark& bookmark)
84
ASSERT(contains(
oldElement
));
87
ASSERT(bookmark.mark()->element() ==
oldElement
);
94
remove(
oldElement
);
HTMLFormattingElementList.h
115
void swapTo(Element*
oldElement
, PassRefPtr<HTMLStackItem> newItem, const Bookmark&);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp
181
Element*
oldElement
= toElement(oldNode);
185
if (
oldElement
->hasAttributesWithoutUpdate()) {
186
while (
oldElement
->attributeCount()) {
187
const Attribute* attribute =
oldElement
->attributeItem(0);
188
if (!m_domEditor->removeAttribute(
oldElement
, attribute->localName(), exceptionState))
198
if (!m_domEditor->setAttribute(
oldElement
, attribute->name().localName(), attribute->value(), exceptionState))
204
bool result = innerPatchChildren(
oldElement
, oldDigest->m_children, newDigest->m_children, exceptionState);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java
522
* Copies all the attributes from
oldElement
to newNode. Uses the idMap to
526
protected static void addAttributes(INode newNode, IDragElement
oldElement
,
529
for (IDragAttribute attr :
oldElement
.getAttributes()) {
553
* Adds all the children elements of
oldElement
to newNode, recursively.
557
protected static void addInnerElements(INode newNode, IDragElement
oldElement
,
560
for (IDragElement element :
oldElement
.getInnerElements()) {
[
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.core.databinding.property_1.3.0.I20100601-0800.jar
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp
841
Element*
oldElement
= toElement(importedNode);
843
//
oldElement
has mismatched prefix/namespace?
844
if (!hasValidNamespaceForElements(
oldElement
->tagQName())) {
848
RefPtr<Element> newElement = createElement(
oldElement
->tagQName(), false);
850
newElement->cloneDataFromElement(*
oldElement
);
853
for (Node* oldChild =
oldElement
->firstChild(); oldChild; oldChild = oldChild->nextSibling()) {
[
all
...]
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 493 milliseconds