Searched refs:Element (Results 201 - 225 of 916) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPseudoElement.cpp74 PseudoElement::PseudoElement(Element* parent, PseudoId pseudoId)
75 : Element(pseudoElementTagName(pseudoId), &parent->document(), CreateElement)
98 RefPtrWillBeRawPtr<Element> parent = parentOrShadowHostElement();
107 Element::attach(context);
H A DTagCollection.cpp50 bool TagCollection::elementMatches(const Element& testNode) const
H A DDocument.idl21 callback CustomElementConstructor = Element ();
32 readonly attribute Element documentElement;
34 [CustomElementCallbacks, PerWorldBindings, RaisesException] Element createElement(DOMString tagName);
46 [CustomElementCallbacks, RaisesException] Element createElementNS(DOMString? namespaceURI, DOMString qualifiedName);
50 [PerWorldBindings] Element getElementById(DOMString elementId);
91 CSSStyleDeclaration getOverrideStyle([Default=Undefined] optional Element element,
141 Element elementFromPoint([Default=Undefined] optional long x,
160 readonly attribute Element activeElement;
166 [MeasureAs=DocumentPointerLockElement] readonly attribute Element pointerLockElement;
202 [CustomElementCallbacks, PerWorldBindings, RaisesException] Element createElemen
[all...]
H A DFullscreen.cpp52 for (const Element* owner = document.ownerElement(); owner; owner = owner->document().ownerElement()) {
68 static bool fullscreenIsSupported(const Document& document, const Element& element)
75 static bool fullscreenElementReady(const Element& element, Fullscreen::RequestType requestType)
94 if (const Element* topElement = Fullscreen::fullscreenElementFrom(element.document())) {
107 if (const Element* owner = element.document().ownerElement()) {
150 Element* Fullscreen::fullscreenElementFrom(Document& document)
157 Element* Fullscreen::currentFullScreenElementFrom(Document& document)
211 void Fullscreen::requestFullscreen(Element& element, RequestType requestType)
274 Element* topElement = fullscreenElementFrom(*currentDoc);
354 Element* newTo
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementUpgradeCandidateMap.cpp34 #include "core/dom/Element.h"
54 void CustomElementUpgradeCandidateMap::add(const CustomElementDescriptor& descriptor, Element* element)
70 void CustomElementUpgradeCandidateMap::elementWasDestroyed(Element* element)
82 void CustomElementUpgradeCandidateMap::elementDidFinishParsingChildren(Element* element)
89 void CustomElementUpgradeCandidateMap::moveToEnd(Element* element)
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSetNodeAttributeCommand.cpp29 #include "core/dom/Element.h"
34 SetNodeAttributeCommand::SetNodeAttributeCommand(PassRefPtrWillBeRawPtr<Element> element,
H A DEditingStyle.h53 class Element;
107 void removeStyleAddedByElement(Element*);
108 void removeStyleConflictingWithStyleOfElement(Element*);
131 void mergeStyleFromRules(Element*);
132 void mergeStyleFromRulesForSerialization(Element*);
133 void removeStyleFromRulesAndContext(Element*, ContainerNode* context);
134 void removePropertiesInElementDefaultStyle(Element*);
135 void addAbsolutePositioningFromElement(const Element&);
160 void mergeInlineAndImplicitStyleOfElement(Element*, CSSPropertyOverrideMode, PropertiesToInclude);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDetailsElement.h40 Element* findMainSummary() const;
H A DHTMLSelectElement.idl38 getter Element item(unsigned long index);
39 Element namedItem([Default=Undefined] optional DOMString name);
H A DHTMLTextFormControlElement.h136 virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
137 virtual void dispatchBlurEvent(Element* newFocusedElement) OVERRIDE FINAL;
144 virtual void handleFocusEvent(Element* /* oldFocusedNode */, FocusType) { }
156 inline bool isHTMLTextFormControlElement(const Element& element)
H A DWindowNameCollection.h20 bool elementMatches(const Element&) const;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPointerLockController.cpp28 #include "core/dom/Element.h"
50 void PointerLockController::requestPointerLock(Element* target)
84 void PointerLockController::elementRemoved(Element* element)
108 Element* PointerLockController::element() const
150 void PointerLockController::enqueueEvent(const AtomicString& type, Element* element)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFieldset.h33 explicit RenderFieldset(Element*);
H A DRenderPart.h33 explicit RenderPart(Element*);
H A DRenderThemeChromiumAndroid.h38 virtual void adjustInnerSpinButtonStyle(RenderStyle*, Element*) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.cpp85 // Unlike other SVG*Element classes, SVGAElement only listens to SVGURIReference changes
123 Element* targetElement = treeScope().getElementById(AtomicString(url.substring(1)));
152 return Element::tabIndex();
168 void SVGAElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type)
190 if (isFocusable() && Element::supportsFocus())
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElementCollection.cpp35 #include "core/dom/Element.h"
70 Element* element = m_private->item(m_current);
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp68 const SkClipStack::Element* elem;
76 case SkClipStack::Element::kRect_Type:
81 case SkClipStack::Element::kPath_Type:
86 case SkClipStack::Element::kEmpty_Type:
/external/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp68 const SkClipStack::Element* elem;
76 case SkClipStack::Element::kRect_Type:
81 case SkClipStack::Element::kPath_Type:
86 case SkClipStack::Element::kEmpty_Type:
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXNodeObject.h39 class Element;
77 String accessibilityDescriptionForElements(WillBeHeapVector<RawPtrWillBeMember<Element> > &elements) const;
80 void ariaLabeledByElements(WillBeHeapVector<RawPtrWillBeMember<Element> >& elements) const;
83 void elementsFromAttribute(WillBeHeapVector<RawPtrWillBeMember<Element> >& elements, const QualifiedName&) const;
88 HTMLLabelElement* labelForElement(Element*) const;
90 Element* menuItemElementForMenu() const;
91 Element* mouseButtonListener() const;
187 virtual Element* actionElement() const OVERRIDE FINAL;
188 virtual Element* anchorElement() const OVERRIDE;
H A DAXImageMapLink.h57 virtual Element* anchorElement() const OVERRIDE;
58 virtual Element* actionElement() const OVERRIDE;
/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...]
/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/Source/bindings/core/v8/custom/
H A DV8ElementCustom.cpp41 #include "core/dom/Element.h"
50 ExceptionState exceptionState(ExceptionState::SetterContext, "scrollLeft", "Element", info.Holder(), info.GetIsolate());
51 Element* impl = V8Element::toImpl(info.Holder());
66 ExceptionState exceptionState(ExceptionState::SetterContext, "scrollTop", "Element", info.Holder(), info.GetIsolate());
67 Element* impl = V8Element::toImpl(info.Holder());
88 Element* impl = V8Element::toImpl(info.Holder());
96 ExceptionState exceptionState(ExceptionState::ExecutionContext, "animate", "Element", info.Holder(), info.GetIsolate());
97 Element* impl = V8Element::toImpl(info.Holder());
108 Element* impl = V8Element::toImpl(info.Holder());
117 Element* imp
[all...]
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransfer.idl40 [RaisesException] void setDragImage(Element image, long x, long y);

Completed in 631 milliseconds

1234567891011>>