/external/webkit/WebCore/html/ |
CollectionCache.h | 30 class Element; 48 typedef HashMap<AtomicStringImpl*, Vector<Element*>*> NodeCacheMap; 51 Element* current;
|
HTMLFormCollection.h | 56 Element* getNamedItem(const QualifiedName& attrName, const AtomicString& name) const; 57 Element* nextNamedItemInternal(const String& name) const; 59 Element* getNamedFormItem(const QualifiedName& attrName, const String& name, int duplicateNumber) const;
|
/frameworks/base/libs/rs/ |
rsElement.cpp | 25 Element::Element(Context *rsc) : ObjectBase(rsc) 35 Element::~Element() 46 void Element::clear() 53 size_t Element::getSizeBits() const 66 size_t Element::getFieldOffsetBits(uint32_t componentNumber) const 75 void Element::dumpLOGV(const char *prefix) const 78 LOGV("%s Element: components %i, size %i", prefix, mFieldCount, mBits); 87 const Element * Element::create(Context *rsc, RsDataType dt, RsDataKind dk [all...] |
/packages/apps/Mms/src/org/w3c/dom/smil/ |
Time.java | 16 import org.w3c.dom.Element; 31 * all ascendent time containers of this element and all <code>Time</code> 75 * The base element for a sync-based or event-based time. 80 public Element getBaseElement(); 81 public void setBaseElement(Element baseElement) 108 * The name of the marker from the media element, for media marker times.
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
Attr.java | 17 * <code>Element</code> object. Typically the allowable values for the 20 * since they are not actually child nodes of the element they describe, the 31 * <code>Element</code> nodes contained within a 41 * attribute does not exist on this element in the structure model until it 180 * <code>Element</code> interface. 184 * also the method <code>Element.setAttribute()</code>. 195 * <code>Element</code> interface. 199 * also the method <code>Element.setAttribute()</code>. 211 * The <code>Element</code> node this attribute is attached to or 215 public Element getOwnerElement() [all...] |
/external/webkit/WebCore/editing/ |
EditCommand.h | 30 #include "Element.h" 53 Element* startingRootEditableElement() const { return m_startingRootEditableElement.get(); } 54 Element* endingRootEditableElement() const { return m_endingRootEditableElement.get(); } 79 RefPtr<Element> m_startingRootEditableElement; 80 RefPtr<Element> m_endingRootEditableElement;
|
CompositeEditCommand.h | 49 void appendNode(PassRefPtr<Node>, PassRefPtr<Element> parent); 53 void applyStyledElement(PassRefPtr<Element>); 54 void removeStyledElement(PassRefPtr<Element>); 67 void mergeIdenticalElements(PassRefPtr<Element>, PassRefPtr<Element>); 72 void removeNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute); 81 void setNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value); 82 void splitElement(PassRefPtr<Element>, PassRefPtr<Node> atChild); 85 void wrapContentsInDummySpan(PassRefPtr<Element>); 91 PassRefPtr<Node> appendBlockPlaceholder(PassRefPtr<Element>); [all...] |
/external/webkit/WebCore/rendering/ |
RenderMediaControlsChromium.h | 39 static bool shouldRenderMediaControlPart(ControlPart, Element*);
|
RenderThemeChromiumSkia.h | 74 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 80 virtual void adjustSearchFieldStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 83 virtual void adjustSearchFieldCancelButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 86 virtual void adjustSearchFieldDecorationStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 88 virtual void adjustSearchFieldResultsDecorationStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 91 virtual void adjustSearchFieldResultsButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 112 virtual void adjustMenuListStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 114 virtual void adjustMenuListButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 133 virtual bool shouldRenderMediaControlPart(ControlPart, Element*);
|
RenderTheme.h | 39 class Element; 62 // This method is called whenever style has been computed for an element and the appearance 67 void adjustStyle(CSSStyleSelector*, RenderStyle*, Element*, bool UAHasAppearance, 175 virtual bool shouldRenderMediaControlPart(ControlPart, Element*); 200 virtual void adjustCheckboxStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 204 virtual void adjustRadioStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 208 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 212 virtual void adjustInnerSpinButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 214 virtual void adjustOuterSpinButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 218 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle*, Element*) const [all...] |
/external/webkit/WebKit/chromium/public/ |
WebElement.h | 37 namespace WebCore { class Element; } 42 // Provides access to some properties of a DOM element node. 59 WebElement(const WTF::PassRefPtr<WebCore::Element>&); 60 WebElement& operator=(const WTF::PassRefPtr<WebCore::Element>&); 61 operator WTF::PassRefPtr<WebCore::Element>() const;
|
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
HasAttribute.java | 8 import org.w3c.dom.Element; 15 * The "hasAttribute()" method for an Element should return true if the element 16 * has an attribute with the given name. Retrieve the first "address" element 17 * and the "hasAttribute()" method should return false since the element does 25 @TestTargetClass(Element.class) 64 Element testNode; 68 testNode = (Element) elementList.item(4); 77 // Element testNode; 81 // testNode = (Element) elementList.item(0) [all...] |
/external/webkit/WebCore/bindings/generic/ |
BindingElement.h | 36 #include "Element.h" 46 static void setAttribute(State<Binding>*, Element*, const AtomicString&, const AtomicString&, ExceptionCode&); 47 static RefPtr<Attr> setAttributeNode(State<Binding>*, Element*, Attr*, ExceptionCode&); 48 static void setAttributeNS(State<Binding>*, Element*, const AtomicString&, const AtomicString&, const AtomicString&, ExceptionCode&); 49 static RefPtr<Attr> setAttributeNodeNS(State<Binding>*, Element*, Attr*, ExceptionCode&); 55 void BindingElement<Binding>::setAttribute(State<Binding>* state, Element* element, const AtomicString& name, const AtomicString& value, ExceptionCode& ec) 57 ASSERT(element); 59 if (!BindingSecurity<Binding>::allowSettingSrcToJavascriptURL(state, element, name, value)) 62 element->setAttribute(name, value, ec) [all...] |
/external/webkit/WebCore/dom/ |
DocumentFragment.idl | 24 Element querySelector(in DOMString selectors)
|
NamedMappedAttrMap.h | 36 static PassRefPtr<NamedMappedAttrMap> create(Element* element = 0) { return adoptRef(new NamedMappedAttrMap(element)); } 49 NamedMappedAttrMap(Element* element) : NamedNodeMap(element), m_mappedAttributeCount(0) { }
|
Element.cpp | 27 #include "Element.h" 64 Element::Element(const QualifiedName& tagName, Document* document, ConstructionType type) 70 PassRefPtr<Element> Element::create(const QualifiedName& tagName, Document* document) 72 return adoptRef(new Element(tagName, document, CreateElement)); 75 Element::~Element() 81 inline ElementRareData* Element::rareData() const 87 inline ElementRareData* Element::ensureRareData( [all...] |
ScriptElement.h | 30 class Element; 68 ScriptElementData(ScriptElement*, Element*); 77 Element* element() const { return m_element; } function in class:WebCore::ScriptElementData 94 Element* m_element; 102 ScriptElement* toScriptElement(Element*);
|
/external/webkit/WebKit/chromium/src/ |
WebPageSerializerImpl.h | 48 class Element; 136 // This meta element need to be skipped when serializing DOM. 137 const WebCore::Element* skipMetaElement; 159 // Before we begin serializing open tag of a element, we give the target 160 // element a chance to do some work prior to add some additional data. 161 WebCore::String preActionBeforeSerializeOpenTag(const WebCore::Element* element, 164 // After we finish serializing open tag of a element, we give the target 165 // element a chance to do some post work to add some additional data. 166 WebCore::String postActionAfterSerializeOpenTag(const WebCore::Element* element [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Element.java | 25 public class Element extends BaseObj { 27 Element[] mElements; 94 public static Element USER_U8(RenderScript rs) { 101 public static Element USER_I8(RenderScript rs) { 108 public static Element USER_U32(RenderScript rs) { 115 public static Element USER_I32(RenderScript rs) { 122 public static Element USER_F32(RenderScript rs) { 129 public static Element A_8(RenderScript rs) { 136 public static Element RGB_565(RenderScript rs) { 143 public static Element RGB_888(RenderScript rs) [all...] |
Program.java | 34 Element mInputs[]; 35 Element mOutputs[]; 72 Element mInputs[]; 73 Element mOutputs[]; 85 mInputs = new Element[MAX_INPUT]; 86 mOutputs = new Element[MAX_OUTPUT]; 98 public void addInput(Element e) throws IllegalStateException { 106 public void addOutput(Element e) throws IllegalStateException { 132 p.mInputs = new Element[mInputCount]; 134 p.mOutputs = new Element[mOutputCount] [all...] |
/external/webkit/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.h | 92 virtual void textFieldDidBeginEditing(Element*); 93 virtual void textFieldDidEndEditing(Element*); 94 virtual void textDidChangeInTextField(Element*); 95 virtual bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*); 96 virtual void textWillBeDeletedInTextField(Element*); 97 virtual void textDidChangeInTextArea(Element*);
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
EditorClientQt.h | 91 virtual void textFieldDidBeginEditing(Element*); 92 virtual void textFieldDidEndEditing(Element*); 93 virtual void textDidChangeInTextField(Element*); 94 virtual bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*); 95 virtual void textWillBeDeletedInTextField(Element*); 96 virtual void textDidChangeInTextArea(Element*);
|
/external/webkit/WebKit/wx/WebKitSupport/ |
EditorClientWx.h | 95 virtual void textFieldDidBeginEditing(Element*); 96 virtual void textFieldDidEndEditing(Element*); 97 virtual void textDidChangeInTextField(Element*); 98 virtual bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*); 99 virtual void textWillBeDeletedInTextField(Element*); 100 virtual void textDidChangeInTextArea(Element*);
|
/dalvik/libcore/xml/src/test/java/tests/xml/ |
SimpleBuilderTest.java | 29 import org.w3c.dom.Element; 77 Element root = document.getDocumentElement(); 87 Element one = (Element) list.item(0); 88 Element two = (Element) list.item(1); 89 Element three = (Element) list.item(2); 90 Element four = (Element) list.item(3) [all...] |
/external/webkit/WebCore/platform/android/ |
RenderThemeAndroid.h | 83 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle*, WebCore::Element*) const; 86 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle*, WebCore::Element*) const; 89 virtual void adjustTextAreaStyle(CSSStyleSelector*, RenderStyle*, WebCore::Element*) const; 94 virtual void adjustListboxStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 95 virtual void adjustMenuListStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 98 virtual void adjustMenuListButtonStyle(CSSStyleSelector*, RenderStyle*, Element*) const; 101 virtual void adjustSearchFieldStyle(CSSStyleSelector*, RenderStyle*, Element*) const;
|