Searched defs:Element (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js412 var div = new Element('div');
1521 return Element.extend(element);
1530 results.push(Element.extend(query.snapshotItem(i)));
1558 var element = this.Element;
1559 this.Element = function(tagName, attributes) {
1562 var cache = Element.cache;
1566 return Element.writeAttribute(document.createElement(tagName), attributes);
1568 if (!cache[tagName]) cache[tagName] = Element.extend(document.createElement(tagName));
1569 return Element.writeAttribute(cache[tagName].cloneNode(false), attributes);
1571 Object.extend(this.Element, elemen
[all...]
H A Dmootools-1.2.2-core-nc.js397 if (!win.Element){
398 win.Element = $empty;
400 win.Element.prototype = (Browser.Engine.webkit) ? window["[[DOMElement.prototype]]"] : {};
1294 Script: Element.js
1302 var Element = new Native({
1304 name: 'Element',
1306 legacy: window.Element,
1309 var konstructor = Element.Constructors.get(tag);
1316 Element.Prototype[key] = value;
1331 Element
1329 Element.Prototype = {$family: {name: 'element'}}; class
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDOMExtension.js162 * @param {!Element=} relativeTo
164 Element.prototype.positionAt = function(x, y, relativeTo)
184 Element.prototype.isScrolledToBottom = function()
280 * @param {?Element=} containerElement
283 Element.prototype.measurePreferredSize = function(containerElement)
298 Element.prototype.containsEventPoint = function(event)
331 * @param {!Element=} stayWithin
332 * @return {?Element}
338 return /** @type {!Element} */ (node);
347 Element
157 Element.prototype.positionAt = function(x, y, relativeTo) class
[all...]
H A DView.js55 * @return {!Element}
202 * @param {?Element} parentElement
203 * @param {?Element=} insertBefore
304 * @return {!Array.<!Element>}
422 * @return {!Element}
430 * @param {!Element} element
535 WebInspector.View._originalAppendChild = Element.prototype.appendChild;
536 WebInspector.View._originalInsertBefore = Element.prototype.insertBefore;
537 WebInspector.View._originalRemoveChild = Element.prototype.removeChild;
538 WebInspector.View._originalRemoveChildren = Element
662 Element.prototype.appendChild = function(child) class
[all...]
/external/chromium_org/courgette/
H A Densemble.cc16 Element::Element(ExecutableType kind, function in class:courgette::Element
22 Element::~Element() {}
24 std::string Element::Name() const {
50 Element* element = new Element(type, this, region);
H A Densemble.h34 // An Element is a region of an Ensemble with an identifyable kind.
36 class Element { class in namespace:courgette
38 Element(ExecutableType kind,
42 virtual ~Element();
50 // Returns the byte position of this Element relative to the start of
59 DISALLOW_COPY_AND_ASSIGN(Element);
76 const std::vector<Element*>& elements() const { return elements_; }
84 std::vector<Element*> elements_; // Embedded elements discovered.
85 std::vector<Element*> owned_elements_; // For deallocation.
90 inline size_t Element
[all...]
/external/chromium_org/content/common/
H A Dresource_request_body.h29 typedef storage::DataElement Element; typedef in class:content::ResourceRequestBody
41 const std::vector<Element>* elements() const { return &elements_; }
42 std::vector<Element>* elements_mutable() { return &elements_; }
43 void swap_elements(std::vector<Element>* elements) {
57 std::vector<Element> elements_;
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.h46 // Element represents a single node.
47 struct Element { struct in struct:bookmarks::BookmarkNodeData
48 Element();
49 explicit Element(const BookmarkNode* node);
50 ~Element();
68 std::vector<Element> children;
78 // For reading/writing this Element.
169 std::vector<Element> elements;
H A Dbookmark_node_data.cc21 BookmarkNodeData::Element::Element() : is_url(false), id_(0) { function in class:bookmarks::BookmarkNodeData::Element
24 BookmarkNodeData::Element::Element(const BookmarkNode* node) function in class:bookmarks::BookmarkNodeData::Element
34 children.push_back(Element(node->GetChild(i)));
37 BookmarkNodeData::Element::~Element() {
40 void BookmarkNodeData::Element::WriteToPickle(Pickle* pickle) const {
53 for (std::vector<Element>::const_iterator i = children.begin();
60 bool BookmarkNodeData::Element
[all...]
/external/chromium_org/remoting/webapp/js_proto/
H A Ddom_proto.js30 /** @type {Element} */
34 Element.ALLOW_KEYBOARD_INPUT; class
38 Element.prototype.webkitRequestFullScreen = function(flags) {};
41 Element.prototype.hidden;
44 Element.prototype.localName;
47 Element.prototype.textContent;
103 * @param {Element} element
115 /** @type {Element} */
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dexterns.js8 Element.prototype.detachEvent;
156 MathJax.HTML.Element = function(tag, attribs, text) { };
162 * function({math: MathJax.RootElement, display: boolean, script: Element})},
164 * function({math: string, display: boolean, script: Element})},
5 Element.prototype.detachEvent; class
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebHTTPBody.h51 struct Element { struct in class:blink::WebHTTPBody
83 BLINK_PLATFORM_EXPORT bool elementAt(size_t index, Element&) const;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_tagged.h33 Element, enumerator in enum:CPDF_StructKid::__anon28520
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp35 #include "core/dom/Element.h"
50 return constUnwrap<Element>()->isFormControlElement();
55 return constUnwrap<Element>()->isTextFormControl();
60 return constUnwrap<Element>()->tagName();
70 const Element* element = constUnwrap<Element>();
76 return constUnwrap<Element>()->hasAttribute(attrName);
84 unwrap<Element>()->removeAttribute(attrName);
89 return constUnwrap<Element>()->getAttribute(attrName);
98 unwrap<Element>()
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrReducedClip.cpp11 typedef SkClipStack::Element Element; typedef
93 SkNEW_INSERT_AT_LLIST_HEAD(result, Element, (isectRect, SkRegion::kReplace_Op, doAA));
167 const Element* element = iter.prev();
341 Element,
344 Element* newElement = result->addToHead(*element);
369 Element* element = result->headIter().get();
/external/clang/test/Analysis/
H A Dinitializer.cpp88 class Element { class in namespace:DefaultConstructorWithCleanups
96 Element(Helper h = Helper());
100 Element arr[2];
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java33 public class Element extends Node { class in inherits:Node
41 public Element() { method in class:Element
64 public Element createElement(
112 Element current = this;
115 if (!(current.parent instanceof Element))
117 current = (Element) current.parent;
147 return parent instanceof Element ? ((Element) parent).getNamespaceUri(prefix) : null;
176 public Element getParentElement() {
177 return (parent instanceof Element)
[all...]
/external/llvm/include/llvm/Support/
H A DRecycler.h117 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { argument
118 FreeList.push_front(reinterpret_cast<RecyclerStruct *>(Element));
/external/openfst/src/include/fst/extensions/pdt/
H A Dcollection.h67 const T &Element() const { return node_.element; } function in class:fst::Collection::SetIterator
/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h163 enum ChildType { Invalid, Element, Content}; enumerator in enum:CXML_Element::ChildType
/external/skia/src/gpu/
H A DGrReducedClip.cpp11 typedef SkClipStack::Element Element; typedef
93 SkNEW_INSERT_AT_LLIST_HEAD(result, Element, (isectRect, SkRegion::kReplace_Op, doAA));
167 const Element* element = iter.prev();
341 Element,
344 Element* newElement = result->addToHead(*element);
369 Element* element = result->headIter().get();
/external/smack/src/org/xbill/DNS/
H A DAPLRecord.java23 public static class Element { class in class:APLRecord
30 Element(int family, boolean negative, Object address, int prefixLength) method in class:APLRecord.Element
50 Element(boolean negative, InetAddress address, int prefixLength) { method in class:APLRecord.Element
73 if (arg == null || !(arg instanceof Element))
75 Element elt = (Element) arg;
119 if (!(o instanceof Element)) {
122 Element element = (Element) o;
155 Element elemen
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java18 An Element has an element type, attributes, and a successor Element
23 public class Element { class
28 private Element theNext; // successor of element
32 Return an Element from a specified ElementType.
37 public Element(ElementType type, boolean defaultAttributes) { method in class:Element
65 public Element next() { return theNext; }
72 public void setNext(Element next) { theNext = next; }
137 public boolean canContain(Element other) {
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp176 // Element access
180 typedef typename tuple_element<I-1, tuple<Values...> >::type Element; typedef in class:get_impl
181 typedef typename add_reference<Element>::type RJ;
182 typedef typename add_const_reference<Element>::type PJ;
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java32 * ReportCfg is a container for report type {@link ReportCfg.Element}s that are
53 public static abstract class Element implements IReportEnums, IReportProperties class in class:ReportCfg
113 Element (final Task task, final IProperties settings) method in class:ReportCfg.Element
160 public static class Element_HTML extends Element
179 public static class Element_TXT extends Element
198 public static class Element_LCOV extends Element
216 public static class Element_XML extends Element
285 final Element cfg = (Element) i.next ();
402 protected Element addCfgElemen
[all...]

Completed in 625 milliseconds

1234