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

<<11121314151617181920>>

  /external/webkit/WebCore/css/
Media.cpp 58 Element* documentElement = document->documentElement();
  /external/webkit/WebCore/editing/
ApplyStyleCommand.h 49 static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes)
51 return adoptRef(new ApplyStyleCommand(element, removeOnly, action));
57 ApplyStyleCommand(PassRefPtr<Element>, bool removeOnly, EditAction);
95 void surroundNodeRangeWithElement(Node* start, Node* end, PassRefPtr<Element>);
112 RefPtr<Element> m_styledInlineElement;
ModifySelectionListLevel.h 40 void appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent);
MergeIdenticalElementsCommand.cpp 29 #include "Element.h"
33 MergeIdenticalElementsCommand::MergeIdenticalElementsCommand(PassRefPtr<Element> first, PassRefPtr<Element> second)
  /external/webkit/WebCore/loader/
MediaDocument.cpp 32 #include "Element.h"
81 RefPtr<Element> rootElement = m_doc->createElement(htmlTag, false);
84 RefPtr<Element> body = m_doc->createElement(bodyTag, false);
89 RefPtr<Element> mediaElement = m_doc->createElement(videoTag, false);
204 // replaceChild will destroy the element, media player, and media engine.
223 RefPtr<Element> element = Document::createElement(embedTag, false); local
224 HTMLEmbedElement* embedElement = static_cast<HTMLEmbedElement*>(element.get());
  /external/webkit/WebCore/page/animation/
AnimationController.h 41 class Element;
  /external/webkit/WebCore/platform/android/
ClipboardAndroid.cpp 31 #include "Element.h"
93 void ClipboardAndroid::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*)
  /external/webkit/WebCore/platform/chromium/
PasteboardChromium.cpp 38 #include "Element.h"
136 urlString = static_cast<Element*>(node)->getAttribute(HTMLNames::srcAttr);
139 urlString = static_cast<Element*>(node)->getAttribute(XLinkNames::hrefAttr);
142 Element* element = static_cast<Element*>(node); local
143 urlString = element->getAttribute(element->imageSourceAttributeName());
  /external/webkit/WebCore/platform/gtk/
ClipboardGtk.h 60 virtual void declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*);
  /external/webkit/WebCore/platform/haiku/
ClipboardHaiku.h 61 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*);
  /external/webkit/WebCore/platform/wx/
ClipboardWx.h 59 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*);
RenderThemeWx.cpp 74 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const;
77 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle*, Element*) const;
82 virtual void adjustMenuListStyle(CSSStyleSelector*, RenderStyle*, Element*) const;
85 virtual void adjustMenuListButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const;
257 void RenderThemeWx::adjustButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
316 void RenderThemeWx::adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const
339 void RenderThemeWx::adjustMenuListStyle(CSSStyleSelector*, RenderStyle* style, Element*) const
367 void RenderThemeWx::adjustMenuListButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const
  /external/webkit/WebCore/rendering/
RenderDataGrid.h 42 RenderDataGrid(Element*);
RenderSVGTextPath.cpp 50 Element* targetElement = textPathElement->document()->getElementById(pathId);
57 // Spec: The transform attribute on the referenced 'path' element represents a
59 // the current 'text' element, including any adjustments to the current user coordinate
60 // system due to a possible transform attribute on the current 'text' element.
  /external/webkit/WebCore/svg/
SVGMPathElement.cpp 66 Element* target = document()->getElementById(getTarget(href()));
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertex.java 46 public Builder(RenderScript rs, Element in, Element out) {
110 mAlloc = Allocation.createSized(rs, Element.createUser(rs, Element.DataType.FLOAT_32), 48);
Allocation.java 251 static public Allocation createSized(RenderScript rs, Element e, int count)
261 throw new IllegalStateException("Bad element.");
266 static private Element elementFromBitmap(RenderScript rs, Bitmap b) {
269 return Element.A_8(rs);
272 return Element.RGBA_4444(rs);
275 return Element.RGBA_8888(rs);
278 return Element.RGB_565(rs);
284 Element e = elementFromBitmap(rs, b);
291 static public Allocation createFromBitmap(RenderScript rs, Bitmap b, Element dstFmt, boolean genMips)
320 static Allocation createFromBitmapBoxed(RenderScript rs, Bitmap b, Element dstFmt, boolean genMips
    [all...]
  /external/webkit/WebKit/chromium/src/
WebPageSerializerImpl.cpp 83 #include "Element.h"
129 const Element* element, SerializeDomParam* param, bool* needSkip)
137 // serializing open tag of HEAD element.
138 if (element->hasTagName(HTMLNames::metaTag)) {
139 const HTMLMetaElement* meta = static_cast<const HTMLMetaElement*>(element);
147 param->skipMetaElement = element;
151 } else if (element->hasTagName(HTMLNames::htmlTag)) {
152 // Check something before processing the open tag of HEAD element.
162 } else if (element->hasTagName(HTMLNames::baseTag))
484 Element* element = static_cast<Element*>(node); local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 21 import org.w3c.dom.Element;
107 public Element getOwnerElement() {
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
NodeGetOwnerDocument.java 33 import org.w3c.dom.Element;
109 Element newElem;
  /dalvik/libcore/xml/src/test/java/tests/xml/
NodeTest.java 22 import org.w3c.dom.Element;
56 Element documentElement = document.getDocumentElement();
  /external/webkit/WebCore/accessibility/
AccessibilityImageMapLink.cpp 83 Element* AccessibilityImageMapLink::actionElement() const
88 Element* AccessibilityImageMapLink::anchorElement() const
  /external/webkit/WebCore/bindings/generic/
BindingSecurity.h 36 #include "Element.h"
58 static bool allowSettingSrcToJavascriptURL(State<Binding>*, Element*, String name, String value);
123 bool BindingSecurity<Binding>::allowSettingSrcToJavascriptURL(State<Binding>* state, Element* element, String name, String value)
125 if ((element->hasTagName(HTMLNames::iframeTag) || element->hasTagName(HTMLNames::frameTag)) && equalIgnoringCase(name, "src"))
126 return allowSettingFrameSrcToJavascriptUrl(state, static_cast<HTMLFrameElementBase*>(element), value);
  /external/webkit/WebCore/dom/
StyledElement.h 29 #include "Element.h"
39 class StyledElement : public Element {
80 virtual void copyNonAttributeProperties(const Element*);
86 // svgAttributeChanged (called when element.className.baseValue is set)
  /external/webkit/WebCore/html/
HTMLElement.h 55 Element* insertAdjacentElement(const String& where, Element* newChild, ExceptionCode&);

Completed in 186 milliseconds

<<11121314151617181920>>