Searched refs:Element (Results 276 - 300 of 916) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuListOption.cpp45 Element* AXMenuListOption::actionElement() const
H A DAXMenuListOption.h50 virtual Element* actionElement() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleMedia.cpp58 Element* documentElement = document->documentElement();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DElementResolveContext.cpp41 ElementResolveContext::ElementResolveContext(Element& element)
H A DStyleResolverState.cpp32 StyleResolverState::StyleResolverState(Document& document, Element* element, RenderStyle* parentStyle)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementRareData.cpp45 CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement)
H A DTagCollection.h49 bool elementMatches(const Element&) const;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFormatBlockCommand.cpp31 #include "core/dom/Element.h"
65 Element* refElement = enclosingBlockFlowElement(VisiblePosition(end));
66 Element* root = editableRootForPosition(start);
105 Element* FormatBlockCommand::elementForFormatBlockCommand(Range* range)
117 Element* rootEditableElement = range->startContainer()->rootEditableElement();
H A DRemoveCSSPropertyCommand.cpp32 #include "core/dom/Element.h"
37 RemoveCSSPropertyCommand::RemoveCSSPropertyCommand(Document& document, PassRefPtrWillBeRawPtr<Element> element, CSSPropertyID property)
H A DSplitTextNodeContainingElementCommand.cpp29 #include "core/dom/Element.h"
50 Element* parent = m_text->parentElement();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.h46 class Element;
94 void setPagePopupOwner(Element&);
95 Element* pagePopupOwner() const { return m_pagePopupOwner.get(); }
173 RefPtrWillBeMember<Element> m_pagePopupOwner;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DClassList.cpp34 ClassList::ClassList(Element* element) : m_element(element) { }
H A DHTMLElement.h26 #include "core/dom/Element.h"
42 class HTMLElement : public Element {
131 void adjustDirectionalityIfNeededAfterChildAttributeChanged(Element* child);
146 : Element(tagName, &document, type)
165 // This requires isHTML*Element(const Element&) and isHTML*Element(const HTMLElement&).
173 inline bool is##thisType(const Element* element) { return element && is##thisType(*element); } \
H A DHTMLFieldSetElement.h60 static void invalidateDisabledStateUnder(Element&);
H A DHTMLLegendElement.cpp60 Element::focus(true, type);
H A DHTMLOptionsCollection.h49 void namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<NodeList>&, RefPtrWillBeRawPtr<Element>&);
H A DHTMLSourceElement.cpp89 Element* parent = parentElement();
99 Element* parent = parentElement();
167 Element* parent = parentElement();
175 Element* parent = parentElement();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseChooserOnlyDateAndTimeInputType.h57 virtual Element& ownerElement() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DClearButtonElement.h61 DEFINE_TYPE_CASTS(ClearButtonElement, Element, element, element->isClearButtonElement(), element.isClearButtonElement());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerFilterInfo.h33 #include "core/dom/Element.h"
72 WillBePersistentHeapVector<RefPtrWillBeMember<Element> > m_internalSVGReferences;
H A DRenderListBox.h42 explicit RenderListBox(Element*);
H A DRenderRubyText.cpp38 RenderRubyText::RenderRubyText(Element* element)
H A DRenderThemeChromiumAndroid.cpp72 void RenderThemeChromiumAndroid::adjustInnerSpinButtonStyle(RenderStyle* style, Element*) const
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAltGlyphElement.cpp74 Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), treeScope(), &target);
/external/chromium_org/third_party/WebKit/Source/web/
H A DColorChooserPopupUIController.h59 virtual Element& ownerElement() OVERRIDE;

Completed in 460 milliseconds

<<11121314151617181920>>