HomeSort by relevance Sort by last modified time
    Searched refs:Element (Results 176 - 200 of 1680) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilitiesTest.java 22 import org.w3c.dom.Element;
45 Element root1 = document1.getDocumentElement();
47 Element root2 = document2.getDocumentElement();
57 Element foo1 = document1.createElement("foo");
58 Element foo2 = document2.createElement("foo");
94 Element root = document.getDocumentElement();
96 Element foo = document.createElement("foo");
99 Element bar = document.createElement("bar");
101 Element baz = document.createElement("baz");
130 Element a = document.getDocumentElement()
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data.cc 22 BookmarkNodeData::Element::Element() : is_url(false), id_(0) {
25 BookmarkNodeData::Element::Element(const BookmarkNode* node)
31 children.push_back(Element(node->GetChild(i)));
34 BookmarkNodeData::Element::~Element() {
37 void BookmarkNodeData::Element::WriteToPickle(Pickle* pickle) const {
44 for (std::vector<Element>::const_iterator i = children.begin();
51 bool BookmarkNodeData::Element::ReadFromPickle(Pickle* pickle
175 Element element; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNodeList.cpp 26 #include "core/dom/Element.h"
41 bool ChildNodeList::nodeMatches(Element* testNode) const
44 // for an element that was located with getElementById.
ChildNodeList.h 44 virtual bool nodeMatches(Element*) const;
ClassNodeList.cpp 50 bool ClassNodeList::nodeMatches(Element* testNode) const
CustomElementCallbackScheduler.cpp 37 #include "core/dom/Element.h"
41 void CustomElementCallbackScheduler::scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue)
46 CustomElementCallbackQueue* queue = CustomElementCallbackDispatcher::instance().ensureInCurrentElementQueue(element);
50 void CustomElementCallbackScheduler::scheduleCreatedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element)
55 CustomElementCallbackQueue* queue = CustomElementCallbackDispatcher::instance().createAtFrontOfCurrentElementQueue(element);
59 void CustomElementCallbackScheduler::scheduleEnteredDocumentCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element)
64 CustomElementCallbackQueue* queue = CustomElementCallbackDispatcher::instance().ensureInCurrentElementQueue(element);
    [all...]
NameNodeList.cpp 26 #include "core/dom/Element.h"
45 bool NameNodeList::nodeMatches(Element* testNode) const
TagNodeList.h 27 #include "core/dom/Element.h"
53 virtual bool nodeMatches(Element*) const;
67 bool nodeMatchesInlined(Element*) const;
72 virtual bool nodeMatches(Element*) const;
77 inline bool HTMLTagNodeList::nodeMatchesInlined(Element* testNode) const
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLViewSourceDocument.h 56 PassRefPtr<Element> addSpanWithClassName(const AtomicString&);
61 PassRefPtr<Element> addLink(const AtomicString& url, bool isAnchor);
62 PassRefPtr<Element> addBase(const AtomicString& href);
65 RefPtr<Element> m_current;
LabelsNodeList.cpp 28 #include "core/dom/Element.h"
46 bool LabelsNodeList::nodeMatches(Element* testNode) const
LabelsNodeList.h 45 virtual bool nodeMatches(Element*) const;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.h 45 class Element;
54 explicit ImageLoader(Element*);
57 // This function should be called when the element is attached to a document; starts
67 Element* element() const { return m_element; } function in class:WebCore::ImageLoader
109 Element* m_element;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 43 class Element;
97 virtual void textFieldDidEndEditing(Element*) = 0;
98 virtual void textDidChangeInTextField(Element*) = 0;
99 virtual bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControlElements.cpp 36 RenderTextTrackContainerElement::RenderTextTrackContainerElement(Element* element)
37 : RenderBlock(element)
RenderRegionSet.h 50 RenderRegionSet(Element*, RenderFlowThread*);
RenderRubyText.h 40 RenderRubyText(Element*);
RenderTreeAsText.h 34 class Element;
59 String externalRepresentation(Element*, RenderAsTextBehavior = RenderAsTextBehaviorNormal);
96 String counterValueForElement(Element*);
98 String markerTextForListItem(Element*);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.h 30 RenderSVGTextPath(Element*);
  /external/chromium_org/third_party/WebKit/public/web/
WebElement.h 38 namespace WebCore { class Element; }
44 // Provides access to some properties of a DOM element node.
57 // Check if this element has the specified qualified name. This function
61 // Check if this element has the specified local tag name, and the HTML
76 // Returns the language code specified for this element. This attribute
78 // element that has the lang attribute set, or from the HTTP
82 // Returns the bounds of the element in viewport space. The bounds
88 // Returns the image contents of this element or a null WebImage
93 WebElement(const WTF::PassRefPtr<WebCore::Element>&);
94 WebElement& operator=(const WTF::PassRefPtr<WebCore::Element>&)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.h 14 typedef SkTLList<SkClipStack::Element> ElementList;
24 * initial state of the query rectangle before the first clip element is applied is returned via
  /external/skia/src/gpu/
GrReducedClip.h 14 typedef SkTLList<SkClipStack::Element> ElementList;
24 * initial state of the query rectangle before the first clip element is applied is returned via
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUT.java 32 private Element mElement;
34 protected ScriptIntrinsic3DLUT(int id, RenderScript rs, Element e) {
40 * Supported elements types are {@link Element#U8_4}
45 * @param e Element type for intputs and outputs
49 public static ScriptIntrinsic3DLUT create(RenderScript rs, Element e) {
56 if (!e.isCompatible(Element.U8_4(rs))) {
57 throw new RSIllegalArgumentException("Element must be compatible with uchar4.");
68 * {@link android.support.v8.renderscript.Element} as the intrinsic.
80 throw new RSIllegalArgumentException("LUT element type must match.");
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementnormalize.java 31 * Append a couple of text nodes to the first sup element, normalize the
32 * document element and check that the element has been normalized.
60 Element root;
62 Element testName;
69 testName = (Element) elementList.item(0);
77 testName = (Element) elementList.item(0);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementgetelementsbytagnamens04.java 36 * Create a new element node ('root') and append three newly created child nodes (all have
76 Element element; local
77 Element child1;
78 Element child2;
79 Element child3;
85 element = doc.createElementNS("http://www.w3.org/DOM", "root");
89 appendedChild = element.appendChild(child1);
90 appendedChild = element.appendChild(child2);
91 appendedChild = element.appendChild(child3)
    [all...]
elementsetattributenodens02.java 35 * Retreive the street attribute from the second address element node.
73 Element element; local
74 Element element2;
85 element = (Element) elementList.item(1);
86 attribute = element.getAttributeNodeNS(nullNS, "street");
88 element2 = (Element) elementList.item(2);

Completed in 266 milliseconds

1 2 3 4 5 6 78 91011>>