Searched refs:Element (Results 126 - 150 of 916) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/
H A DGrReducedClip.h17 typedef SkTLList<SkClipStack::Element> ElementList;
/external/skia/src/gpu/
H A DGrReducedClip.h17 typedef SkTLList<SkClipStack::Element> ElementList;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DLiveNodeListBase.h83 static Element* traverseMatchingElementsForwardToOffset(Element& currentElement, const ContainerNode* stayWithin, unsigned offset, unsigned& currentOffset, MatchFunc);
85 static Element* traverseMatchingElementsBackwardToOffset(Element& currentElement, const ContainerNode* stayWithin, unsigned offset, unsigned& currentOffset, MatchFunc);
121 Element* LiveNodeListBase::traverseMatchingElementsForwardToOffset(Element& currentElement, const ContainerNode* stayWithin, unsigned offset, unsigned& currentOffset, MatchFunc isMatch)
124 for (Element* next = ElementTraversal::next(currentElement, stayWithin, isMatch); next; next = ElementTraversal::next(*next, stayWithin, isMatch)) {
132 Element* LiveNodeListBase::traverseMatchingElementsBackwardToOffset(Element& currentElement, const ContainerNode* stayWithin, unsigned offset, unsigned& currentOffset, MatchFunc isMatch)
135 for (Element* previou
[all...]
H A DStyleElement.cpp29 #include "core/dom/Element.h"
40 static bool isCSS(Element* element, const AtomicString& type)
63 void StyleElement::processStyleSheet(Document& document, Element* element)
77 void StyleElement::removedFromDocument(Document& document, Element* element)
82 void StyleElement::removedFromDocument(Document& document, Element* element, ContainerNode* scopingNode, TreeScope& treeScope)
99 void StyleElement::clearDocumentData(Document& document, Element* element)
111 void StyleElement::childrenChanged(Element* element)
120 void StyleElement::finishParsingChildren(Element* element)
127 void StyleElement::process(Element* element)
134 void StyleElement::clearSheet(Element* ownerElemen
[all...]
H A DAttr.h42 static PassRefPtrWillBeRawPtr<Attr> create(Element&, const QualifiedName&);
48 Element* ownerElement() const { return m_element; }
58 void attachToElement(Element*, const AtomicString&);
68 Attr(Element&, const QualifiedName&);
93 RawPtrWillBeMember<Element> m_element;
96 // attribute it is attached to on an Element. The latter may (letter case)
H A DPendingScript.h29 #include "core/dom/Element.h"
63 PendingScript(Element* element, ScriptResource* resource)
101 Element* element() const { return m_element.get(); }
102 void setElement(Element* element) { m_element = element; }
103 PassRefPtrWillBeRawPtr<Element> releaseElementAndClear();
125 RefPtrWillBeMember<Element> m_element;
H A DTreeScope.h39 class Element;
57 Element* adjustedFocusedElement() const;
58 Element* getElementById(const AtomicString&) const;
59 const WillBeHeapVector<RawPtrWillBeMember<Element> >& getAllElementsById(const AtomicString&) const;
62 void addElementById(const AtomicString& elementId, Element*);
63 void removeElementById(const AtomicString& elementId, Element*);
77 Element* elementFromPoint(int x, int y) const;
92 Element* findAnchor(const String& name);
134 Element* getElementByAccessKey(const String& key) const;
H A DTreeScopeTest.cpp9 #include "core/dom/Element.h"
22 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
35 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
50 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
52 RefPtrWillBeRawPtr<Element> head = document->createElement("head", nullAtom, ASSERT_NO_EXCEPTION);
54 RefPtrWillBeRawPtr<Element> body = document->createElement("body", nullAtom, ASSERT_NO_EXCEPTION);
73 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
75 RefPtrWillBeRawPtr<Element> head = document->createElement("head", nullAtom, ASSERT_NO_EXCEPTION);
77 RefPtrWillBeRawPtr<Element> body = document->createElement("body", nullAtom, ASSERT_NO_EXCEPTION);
83 RefPtrWillBeRawPtr<Element> divIn
[all...]
H A DClassCollection.h33 #include "core/dom/Element.h"
51 bool elementMatches(const Element&) const;
62 inline bool ClassCollection::elementMatches(const Element& testElement) const
H A DDocumentFragment.cpp74 void DocumentFragment::parseHTML(const String& source, Element* contextElement, ParserContentPolicy parserContentPolicy)
79 bool DocumentFragment::parseXML(const String& source, Element* contextElement, ParserContentPolicy parserContentPolicy)
H A DDocumentFragment.h37 void parseHTML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
38 bool parseXML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
H A DNodeRenderingTraversal.h30 #include "core/dom/Element.h"
66 RenderObject* nextInTopLayer(const Element*);
68 inline Element* parentElement(const Node* node)
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_url_request_type_converters.cc58 blink::WebHTTPBody::Element element;
61 case blink::WebHTTPBody::Element::TypeData:
80 case blink::WebHTTPBody::Element::TypeFile:
81 case blink::WebHTTPBody::Element::TypeFileSystemURL:
82 case blink::WebHTTPBody::Element::TypeBlob:
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.h39 class Element;
57 bool setAttribute(Element*, const String& name, const String& value, ExceptionState&);
58 bool removeAttribute(Element*, const String& name, ExceptionState&);
66 bool setAttribute(Element*, const String& name, const String& value, ErrorString*);
67 bool removeAttribute(Element*, const String& name, ErrorString*);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h48 class Element;
173 static const StyleRuleKeyframes* matchScopedKeyframesRule(StyleResolver*, const Element*, const StringImpl*);
177 // FIXME: We should change the Element* to a const Element*
178 static PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> calculateUpdate(const Element* animatingElement, Element&, const RenderStyle&, RenderStyle* parentStyle, StyleResolver*);
181 void maybeApplyPendingUpdate(Element*);
213 static void calculateAnimationUpdate(CSSAnimationUpdate*, const Element* animatingElement, Element&, const RenderStyle&, RenderStyle* parentStyle, StyleResolver*);
214 static void calculateTransitionUpdate(CSSAnimationUpdate*, const Element* animatingElemen
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DStyleInvalidator.cpp12 #include "core/dom/Element.h"
23 if (Element* documentElement = document.documentElement())
30 void StyleInvalidator::scheduleInvalidation(PassRefPtrWillBeRawPtr<DescendantInvalidationSet> invalidationSet, Element& element)
45 StyleInvalidator::InvalidationList& StyleInvalidator::ensurePendingInvalidationList(Element& element)
85 bool StyleInvalidator::RecursionData::matchesCurrentInvalidationSets(Element& element)
100 bool StyleInvalidator::checkInvalidationSetsAgainstElement(Element& element, StyleInvalidator::RecursionData& recursionData)
117 bool StyleInvalidator::invalidateChildren(Element& element, StyleInvalidator::RecursionData& recursionData)
123 for (Element* child = ElementTraversal::firstChild(*root); child; child = ElementTraversal::nextSibling(*child)) {
130 for (Element* child = ElementTraversal::firstChild(element); child; child = ElementTraversal::nextSibling(*child)) {
137 bool StyleInvalidator::invalidate(Element
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h40 class Element { class in class:SkClipStack
56 Element() { function in class:SkClipStack::Element
61 Element(const Element&);
63 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
67 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
71 Element(const SkPath& path, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
75 bool operator== (const Element& element) const;
76 bool operator!= (const Element& element) const { return !(*this == element); }
208 Element(in function in class:SkClipStack::Element
213 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
217 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
221 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
[all...]
/external/skia/include/core/
H A DSkClipStack.h40 class Element { class in class:SkClipStack
56 Element() { function in class:SkClipStack::Element
61 Element(const Element&);
63 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
67 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
71 Element(const SkPath& path, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
75 bool operator== (const Element& element) const;
76 bool operator!= (const Element& element) const { return !(*this == element); }
208 Element(in function in class:SkClipStack::Element
213 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
217 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
221 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { function in class:SkClipStack::Element
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackInvocation.cpp35 #include "core/dom/Element.h"
45 virtual void dispatch(Element*) OVERRIDE;
57 void AttachedDetachedInvocation::dispatch(Element* element)
76 virtual void dispatch(Element*) OVERRIDE;
91 void AttributeChangedInvocation::dispatch(Element* element)
104 virtual void dispatch(Element*) OVERRIDE;
108 void CreatedInvocation::dispatch(Element* element)
H A DCustomElementCallbackQueue.cpp36 PassOwnPtrWillBeRawPtr<CustomElementCallbackQueue> CustomElementCallbackQueue::create(PassRefPtrWillBeRawPtr<Element> element)
41 CustomElementCallbackQueue::CustomElementCallbackQueue(PassRefPtrWillBeRawPtr<Element> element)
H A DCustomElementMicrotaskResolutionStep.cpp34 #include "core/dom/Element.h"
39 PassOwnPtrWillBeRawPtr<CustomElementMicrotaskResolutionStep> CustomElementMicrotaskResolutionStep::create(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> context, PassRefPtrWillBeRawPtr<Element> element, const CustomElementDescriptor& descriptor)
44 CustomElementMicrotaskResolutionStep::CustomElementMicrotaskResolutionStep(PassRefPtrWillBeRawPtr<CustomElementRegistrationContext> context, PassRefPtrWillBeRawPtr<Element> element, const CustomElementDescriptor& descriptor)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTheme.h40 class Element;
65 void adjustStyle(RenderStyle*, Element*, const CachedUAStyle*);
146 virtual void adjustSliderThumbSize(RenderStyle*, Element*) const;
213 virtual void adjustCheckboxStyle(RenderStyle*, Element*) const;
217 virtual void adjustRadioStyle(RenderStyle*, Element*) const;
221 virtual void adjustButtonStyle(RenderStyle*, Element*) const;
224 virtual void adjustInnerSpinButtonStyle(RenderStyle*, Element*) const;
232 virtual void adjustMenuListStyle(RenderStyle*, Element*) const;
235 virtual void adjustMenuListButtonStyle(RenderStyle*, Element*) const;
244 virtual void adjustSliderThumbStyle(RenderStyle*, Element*) cons
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dhtmlediting.h38 class Element;
67 Element* lowestEditableAncestor(Node*);
69 Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
70 Element* enclosingBlockFlowElement(Node&); // Deprecated, use enclosingBlock instead.
72 Element* enclosingTableCell(const Position&);
74 Element* enclosingAnchorElement(const Position&);
75 Element* enclosingElementWithTag(const Position&, const QualifiedName&);
79 Element* isLastPositionBeforeTable(const VisiblePosition&);
80 Element* isFirstPositionAfterTable(const VisiblePosition&);
229 // Element
[all...]
H A DBreakBlockquoteCommand.cpp133 WillBeHeapVector<RefPtrWillBeMember<Element> > ancestors;
134 for (Element* node = startNode->parentElement(); node && node != topBlockquote; node = node->parentElement())
138 RefPtrWillBeRawPtr<Element> clonedBlockquote = topBlockquote->cloneElementWithoutChildren();
145 RefPtrWillBeRawPtr<Element> clonedAncestor = clonedBlockquote;
147 RefPtrWillBeRawPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren();
170 RefPtrWillBeRawPtr<Element> ancestor = nullptr;
171 RefPtrWillBeRawPtr<Element> clonedParent = nullptr;
178 Element* originalParent = ancestors.first().get();
H A DFormatBlockCommand.h36 class Element;
50 static Element* elementForFormatBlockCommand(Range*);

Completed in 409 milliseconds

1234567891011>>