HomeSort by relevance Sort by last modified time
    Searched defs:element (Results 51 - 75 of 1193) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorFilter.h 32 #include "core/dom/Element.h"
42 void pushParentStackFrame(Element& parent);
45 void setupParentStack(Element& parent);
46 void pushParent(Element& parent);
49 bool parentStackIsConsistent(const ContainerNode* parentNode) const { return !m_parentStack.isEmpty() && m_parentStack.last().element == parentNode; }
57 ParentStackFrame() : element(0) { }
58 ParentStackFrame(Element& element) : element(&element) { }
59 Element* element; member in struct:WebCore::SelectorFilter::ParentStackFrame
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementResolveContext.h 26 #include "core/dom/Element.h"
32 class Element;
48 explicit ElementResolveContext(Element&);
50 Element* element() const { return m_element; } function in class:WebCore::ElementResolveContext
57 RawPtrWillBeMember<Element> m_element;
SharedStyleFinder.h 26 #include "core/dom/Element.h"
30 class Element;
57 Element* findElementForStyleSharing() const;
64 bool canShareStyleWithElement(Element& candidate) const;
65 bool canShareStyleWithControl(Element& candidate) const;
66 bool sharingCandidateHasIdenticalStyleAffectingAttributes(Element& candidate) const;
67 bool sharingCandidateCanShareHostStyles(Element& candidate) const;
68 bool sharingCandidateDistributedToSameInsertionPoint(Element& candidate) const;
71 Element& element() const { return *m_context.element(); function in class:WebCore::SharedStyleFinder
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentOrderedMap.h 40 class Element;
45 void add(StringImpl*, Element*);
46 void remove(StringImpl*, Element*);
51 Element* getElementById(StringImpl*, const TreeScope*) const;
52 const Vector<Element*>& getAllElementsById(StringImpl*, const TreeScope*) const;
53 Element* getElementByMapName(StringImpl*, const TreeScope*) const;
54 Element* getElementByLowercasedMapName(StringImpl*, const TreeScope*) const;
55 Element* getElementByLabelForAttribute(StringImpl*, const TreeScope*) const;
58 template<bool keyMatches(StringImpl*, Element&)> Element* get(StringImpl*, const TreeScope*) const
66 Element* element; member in struct:WebCore::DocumentOrderedMap::MapEntry
    [all...]
PendingScript.h 39 class Element;
56 PendingScript(Element* element, ScriptResource* resource)
58 , m_element(element)
93 Element* element() const { return m_element.get(); } function in class:WebCore::FINAL
94 void setElement(Element* element) { m_element = element; }
95 PassRefPtrWillBeRawPtr<Element> releaseElementAndClear()
    [all...]
ScriptRunner.cpp 30 #include "core/dom/Element.h"
54 Element* element = scriptLoader->element(); local
55 ASSERT(element);
56 ASSERT(element->inDocument());
62 m_pendingAsyncScripts.add(scriptLoader, PendingScript(element, resource.get()));
66 m_scriptsToExecuteInOrder.append(PendingScript(element, resource.get()));
130 RefPtrWillBeRawPtr<Element> element = scripts[i].releaseElementAndClear() local
    [all...]
ShadowTreeStyleSheetCollection.cpp 33 #include "core/dom/Element.h"
59 HTMLStyleElement* element = toHTMLStyleElement(node); local
60 const AtomicString& title = element->fastGetAttribute(titleAttr);
63 sheet = element->sheet();
79 const AtomicString& rel = element->fastGetAttribute(relAttr);
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackInvocation.cpp 35 #include "core/dom/Element.h"
45 virtual void dispatch(Element*) OVERRIDE;
57 void AttachedDetachedInvocation::dispatch(Element* element)
61 callbacks()->attached(element);
64 callbacks()->detached(element);
76 virtual void dispatch(Element*) OVERRIDE;
91 void AttributeChangedInvocation::dispatch(Element* element)
93 callbacks()->attributeChanged(element, m_name, m_oldValue, m_newValue)
111 CustomElementScheduler::scheduleCallback(callbacks(), element, CustomElementLifecycleCallbacks::Attached); local
    [all...]
CustomElementRegistrationContext.cpp 38 #include "core/dom/Element.h"
71 PassRefPtrWillBeRawPtr<Element> CustomElementRegistrationContext::createCustomTagElement(Document& document, const QualifiedName& tagName)
75 RefPtrWillBeRawPtr<Element> element; local
78 element = HTMLElement::create(tagName, document);
80 element = SVGUnknownElement::create(tagName, document);
83 return Element::create(tagName, &document);
86 element->setCustomElementState(Element::WaitingForUpgrade);
87 resolveOrScheduleResolution(element.get(), nullAtom)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLContentElement.cpp 115 Element* element = toElement(siblings[nth]); local
116 SelectorChecker selectorChecker(element->document(), SelectorChecker::CollectingCSSRules);
117 SelectorChecker::SelectorCheckingContext context(selector, element, SelectorChecker::VisitedMatchEnabled);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElementTypes.cpp 64 HTMLElement* element = toHTMLElement(node); local
65 if (isHTMLInputElement(*element))
66 return static_cast<MediaControlInputElement*>(element)->displayType();
67 return static_cast<MediaControlDivElement*>(element)->displayType();
70 MediaControlElement::MediaControlElement(MediaControls& mediaControls, MediaControlElementType displayType, HTMLElement* element)
73 , m_element(element)
MeterShadowElement.cpp 68 RefPtrWillBeRawPtr<MeterInnerElement> element = adoptRefWillBeNoop(new MeterInnerElement(document)); local
69 element->setShadowPseudoId(AtomicString("-webkit-meter-inner-element", AtomicString::ConstructFromLiteral));
70 return element.release();
94 RefPtrWillBeRawPtr<MeterBarElement> element = adoptRefWillBeNoop(new MeterBarElement(document)); local
95 element->setShadowPseudoId(AtomicString("-webkit-meter-bar", AtomicString::ConstructFromLiteral));
96 return element.release();
106 RefPtrWillBeRawPtr<MeterValueElement> element = adoptRefWillBeNoop(new MeterValueElement(document)); local
107 element->updatePseudo();
108 return element.release()
    [all...]
PickerIndicatorElement.cpp 57 RefPtrWillBeRawPtr<PickerIndicatorElement> element = adoptRefWillBeNoop(new PickerIndicatorElement(document, pickerIndicatorOwner)); local
58 element->setShadowPseudoId(AtomicString("-webkit-calendar-picker-indicator", AtomicString::ConstructFromLiteral));
59 element->setAttribute(idAttr, ShadowElementNames::pickerIndicator());
60 return element.release();
  /external/chromium_org/third_party/WebKit/Source/core/page/
PointerLockController.cpp 28 #include "core/dom/Element.h"
49 void PointerLockController::requestPointerLock(Element* target)
59 target->document().addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked pointer lock on an element because the element's frame is sandboxed and the 'allow-pointer-lock' permission is not set.");
88 void PointerLockController::elementRemoved(Element* element)
90 if (m_element == element) {
92 // Set element null immediately to block any future interaction with it
112 Element* PointerLockController::element() cons function in class:WebCore::PointerLockController
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.cpp 89 Element* element = object->node() && object->node()->isElementNode() ? toElement(object->node()) : 0; local
101 if ((mode & AnnotateElementId) && element) {
102 const AtomicString id = element->getIdAttribute();
107 if ((mode & AnnotateElementClass) && element && element->hasClass()) {
108 SpaceSplitString classes = element->classNames();
121 if ((mode & AnnotateElementTag) && element)
122 elementTag = element->tagName();
RenderProgress.cpp 34 RenderProgress::RenderProgress(HTMLElement* element)
35 : RenderBlockFlow(element)
51 HTMLProgressElement* element = progressElement(); local
52 if (m_position == element->position())
54 m_position = element->position();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGViewportContainer.cpp 44 ASSERT(element());
45 if (!isSVGSVGElement(*element()))
48 m_isLayoutSizeChanged = toSVGSVGElement(element())->hasRelativeLengths() && selfNeedsLayout();
59 SVGElement* element = this->element(); local
60 ASSERT(element);
61 if (!isSVGSVGElement(*element))
63 SVGSVGElement* svg = toSVGSVGElement(element);
66 SVGLengthContext lengthContext(element);
88 ASSERT(element());
    [all...]
SVGTextLayoutAttributesBuilder.h 57 : element(newElement)
63 SVGTextPositioningElement* element; member in struct:WebCore::SVGTextLayoutAttributesBuilder::TextPosition
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphRefElement.cpp 48 Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &glyphName); local
49 return isSVGGlyphElement(element);
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 66 // Ensure that this element's document is still attached.
93 Element* element = FullscreenElementStack::currentFullScreenElementFrom(*doc); local
94 ASSERT(element);
95 if (isHTMLMediaElement(*element)) {
96 HTMLMediaElement* mediaElement = toHTMLMediaElement(element);
156 void FullscreenController::enterFullScreenForElement(WebCore::Element* element)
158 // We are already transitioning to fullscreen for a different element.
160 m_provisionalFullScreenElement = element;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
VertexDeclarationCache.cpp 78 D3DVERTEXELEMENT9 *element = &elements[0]; local
137 element->Stream = stream;
138 element->Offset = 0;
139 element->Type = d3d9::GetNativeVertexFormat(vertexFormat);
140 element->Method = D3DDECLMETHOD_DEFAULT;
141 element->Usage = D3DDECLUSAGE_TEXCOORD;
142 element->UsageIndex = programBinary->getSemanticIndex(i);
143 element++;
161 *(element++) = end;
166 if (memcmp(entry->cachedElements, elements, (element - elements) * sizeof(D3DVERTEXELEMENT9)) == 0 && entry->vertexDeclaration
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_data.cc 84 const FormatElement& element = format[i][j]; local
85 if (element.IsField()) {
86 if (element.field == STREET_ADDRESS) {
96 line += GetFieldValue(element.field);
99 line += element.literal;
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement_unittest.cc 170 XmlElement * element = XmlElement::ForStr( local
174 XmlElement * pelCopy = new XmlElement(*element);
179 pelCopy = new XmlElement(*(element->FirstChild()->NextChild()->AsElement()));
194 delete element;
198 XmlElement * element = XmlElement::ForStr( local
209 element->FirstNamed(QName("", "firstname")));
210 EXPECT_EQ(element->FirstChild(),
211 element->FirstNamed(QName("test-foo", "firstname")));
212 EXPECT_EQ(element->FirstChild()->NextChild(),
213 element->FirstNamed(QName("test-foo", "middlename")))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
uniform_initializer_utils.cpp 68 * Generate a single data element.
164 ir_constant *element; local
166 generate_data_element(mem_ctx, element_type, element, i);
167 values_for_array.push_tail(element);
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.cc 43 LayerAnimationElement* element = sequence->CurrentElement(); local
44 if (!(element->properties() & animatable_property))
47 if (!element->Started() ||
48 element->effective_start_time() != base::TimeTicks())
54 element->animation_group_id(),

Completed in 1788 milliseconds

1 23 4 5 6 7 8 91011>>