HomeSort by relevance Sort by last modified time
    Searched refs:Element (Results 726 - 750 of 827) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/editing/
SelectionController.cpp 33 #include "Element.h"
177 Element* element = static_cast<Element*>(node);
178 return element->contains(position.node()) || element->contains(position.node()->shadowAncestorNode());
1007 Element* element = rootEditableElement(); local
1020 Element *element = static_cast<Element *>(r->node()); local
    [all...]
InsertTextCommand.cpp 34 #include "Element.h"
232 RefPtr<Element> spanNode = createTabSpanElement(document());
  /external/libpng/scripts/
makevms.com 118 $ File = F$Element(El," ",Argument)
  /external/webkit/WebCore/accessibility/
AXObjectCache.cpp 140 // the HTML element, for example, is focusable but has an AX object that is ignored
167 return equalIgnoringCase(static_cast<Element*>(node)->getAttribute(roleAttr), role);
505 InputElement* inputElement = toInputElement(static_cast<Element*>(domNode));
  /external/webkit/WebCore/page/
DOMWindow.idl 65 readonly attribute [CheckNodeSecurity] Element frameElement;
147 CSSStyleDeclaration getComputedStyle(in Element element,
151 CSSRuleList getMatchedCSSRules(in Element element,
359 attribute ElementConstructor Element;
    [all...]
DOMWindow.cpp 43 #include "Element.h"
718 Element* DOMWindow::frameElement() const
1070 PassRefPtr<CSSStyleDeclaration> DOMWindow::getComputedStyle(Element* elt, const String&) const
1079 PassRefPtr<CSSRuleList> DOMWindow::getMatchedCSSRules(Element* elt, const String& pseudoElt, bool authorOnly) const
    [all...]
FocusController.cpp 35 #include "Element.h"
256 static_cast<Element*>(node)->focus(false);
FrameView.cpp 248 Element* ownerElement = m_frame && m_frame->document() ? m_frame->document()->ownerElement() : 0;
355 // Try the <body> element first as a scrollbar source.
356 Element* body = doc ? doc->body() : 0;
360 // If the <body> didn't have a custom style, then the root element might.
361 Element* docElement = doc ? doc->documentElement() : 0;
365 // If we have an owning iframe/frame element, then it can set the custom scrollbar also.
408 // scrollbars. The CSS2.1 draft states that HTML UAs should use the <html> or <body> element and XML/XHTML UAs should
409 // use the root element.
890 Element* anchorNode = m_frame->document()->findAnchor(name);
    [all...]
  /external/webkit/WebCore/bindings/js/
JSNodeCustom.cpp 190 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Element, node);
  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.h 60 class Element;
136 static PassRefPtr<EventListener> getEventListener(SVGElementInstance* element, v8::Local<v8::Value> value, bool isAttribute, ListenerLookupType lookup);
V8Binding.cpp 36 #include "Element.h"
501 Element* imp = V8Element::toNative(info.Holder());
509 Element* imp = V8Element::toNative(info.Holder());
  /external/webkit/WebCore/bindings/v8/custom/
V8NodeCustom.cpp 178 return toV8(static_cast<Element*>(impl), forceNewObject);
  /external/webkit/WebCore/dom/
NamedAttrMap.cpp 30 #include "Element.h"
38 static inline bool shouldIgnoreAttributeCase(const Element* e)
126 // INUSE_ATTRIBUTE_ERR: Raised if arg is an Attr that is already an attribute of another Element object.
205 // element if the map is alive. So it has no impact on web page behavior. Because
214 // clone all attributes in the other map, but attach to our element
250 // Notify the element that the attribute has been added, and dispatch appropriate mutation events
251 // Note that element may be null here if we are called from insertAttribute() during parsing
283 // Notify the element that the attribute has been removed
  /external/webkit/WebCore/html/
HTMLInputElement.h 176 virtual void copyNonAttributeProperties(const Element* source);
HTMLParser.cpp 112 * 1. The element being added is explicitly forbidden inside some outer tag.
114 * the element, and add it afterwards.
116 * 2. We are not allowed to add the element directly. It could be that
121 * 3. We want to add a block element inside to an inline element. Close all
122 * inline elements up to the next higher block element.
125 * element or ignore the tag.
303 Element* e = static_cast<Element*>(n.get());
415 // 1. Check out the element's tag name to decide how to deal with errors
    [all...]
  /external/webkit/WebCore/loader/
FrameLoaderClient.h 52 class Element;
  /external/webkit/WebCore/rendering/
RenderDataGrid.cpp 46 RenderDataGrid::RenderDataGrid(Element* elt)
MediaControlElements.cpp 121 void MediaControlElement::attachToParent(Element* parent)
203 MediaControlTimelineContainerElement::MediaControlTimelineContainerElement(Document* document, HTMLMediaElement* element)
204 : MediaControlElement(document, MEDIA_CONTROLS_TIMELINE_CONTAINER, element)
225 MediaControlVolumeSliderContainerElement::MediaControlVolumeSliderContainerElement(Document* doc, HTMLMediaElement* element)
226 : MediaControlElement(doc, MEDIA_CONTROLS_VOLUME_SLIDER_CONTAINER, element)
268 MediaControlStatusDisplayElement::MediaControlStatusDisplayElement(Document* document, HTMLMediaElement* element)
269 : MediaControlElement(document, MEDIA_CONTROLS_STATUS_DISPLAY, element)
360 void MediaControlInputElement::attachToParent(Element* parent)
448 MediaControlMuteButtonElement::MediaControlMuteButtonElement(Document* document, HTMLMediaElement* element)
449 : MediaControlInputElement(document, MEDIA_CONTROLS_MUTE_BUTTON, "button", element)
    [all...]
RenderTreeAsText.cpp 635 String counterValueForElement(Element* element)
637 // Make sure the element is not freed during the layout.
638 RefPtr<Element> elementRef(element);
639 element->document()->updateLayout();
644 if (RenderObject* renderer = element->renderer()) {
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 59 static PassRefPtr<ConditionEventListener> create(SVGSMILElement* animation, Element* eventBase, SVGSMILElement::Condition* condition)
81 ConditionEventListener(SVGSMILElement* animation, Element* eventBase, SVGSMILElement::Condition* condition)
94 Element* m_eventBase;
406 Element* eventBase = condition.m_baseID.isEmpty() ? targetElement() : document()->getElementById(condition.m_baseID);
806 // We are supposed to do freeze semantics when repeating ends, even if the element is still active.
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 185 static WebFrameImpl* fromFrameOwnerElement(WebCore::Element* element);
218 // user name input element, or 0 if none available.
WebFrameImpl.cpp 355 WebFrame* WebFrame::fromFrameOwnerElement(const WebElement& element)
358 PassRefPtr<Element>(element).get());
688 Element* documentElement = document->documentElement();
695 Element* oldElement = document->getElementById(id);
704 RefPtr<Element> stylesheet = document->createElement(
1806 RefPtr<HTMLInputElement> element = inputElement.operator PassRefPtr<HTMLInputElement>(); local
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 49 class Element;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 40 import org.w3c.dom.Element;
64 * Element nodes don't contain data per se. Their data is contained in their attributes
71 * an element is selected. The {@link AttributeDescriptor} are used property descriptors.
80 /** The element descriptor for the node. Always present, never null. */
82 /** The parent element node in the UI model. It is null for a root element or until
111 /** An optional list of {@link IUiUpdateListener}. Most element nodes will not have any
192 * Uses the element's attribute "android:name" if present, or the "android:label" one
193 * followed by the element's name.
198 if (mXmlNode != null && mXmlNode instanceof Element && mXmlNode.hasAttributes())
1225 Node element = prepareCommit(); local
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 51 #import <WebCore/Element.h>
100 return [m_view element];
132 element:(PassRefPtr<WebCore::HTMLPlugInElement>)element
139 _element = element;
497 Element *element = [self element];
499 CGImageRef cgImage = CGImageRetain([core([self webFrame])->nodeImage(element) CGImageForProposedRect:nil context:nil hints:nil]);
501 RetainPtr<CGImageSourceRef> imageRef(AdoptCF, CGImageSourceCreateWithData((CFDataRef)[core([self webFrame])->nodeImage(element) TIFFRepresentation], 0))
    [all...]

Completed in 458 milliseconds

<<21222324252627282930>>