HomeSort by relevance Sort by last modified time
    Searched refs:Element (Results 101 - 125 of 1992) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.h 34 class Element;
56 String externalRepresentation(Element*, RenderAsTextBehavior = RenderAsTextBehaviorNormal);
71 String counterValueForElement(Element*);
73 String markerTextForListItem(Element*);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTSpan.h 30 explicit RenderSVGTSpan(Element*);
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.h 56 virtual void showValidationMessage(const WebCore::Element& anchor, const String& message) OVERRIDE;
57 virtual void hideValidationMessage(const WebCore::Element& anchor) OVERRIDE;
58 virtual bool isValidationMessageVisible(const WebCore::Element& anchor) OVERRIDE;
63 RawPtrWillBeMember<const WebCore::Element> m_currentAnchor;
WebPageSerializerImpl.h 53 class Element;
129 // This meta element need to be skipped when serializing DOM.
130 const WebCore::Element* skipMetaElement;
146 // Before we begin serializing open tag of a element, we give the target
147 // element a chance to do some work prior to add some additional data.
148 WTF::String preActionBeforeSerializeOpenTag(const WebCore::Element* element,
151 // After we finish serializing open tag of a element, we give the target
152 // element a chance to do some post work to add some additional data.
153 WTF::String postActionAfterSerializeOpenTag(const WebCore::Element* element
    [all...]
  /frameworks/rs/
rsElement.h 36 // An element is a group of Components that occupies one cell in a structure.
37 class Element : public ObjectBase {
49 const Element **fields;
87 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();}
101 static Element *createFromStream(Context *rsc, IStream *stream);
103 static ObjectBaseRef<const Element> createRef(Context *rsc,
108 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
109 const Element **,
114 static const Element* create(Context *rsc,
119 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize)
    [all...]
  /libcore/luni/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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlWhitelist.java 26 * Looks up the HTML.Element object associated with the given element tag
29 * @param name The tag name of the element to lookup
30 * @return The HTML.Element object associated with the given element tag name,
33 HTML.Element lookupElement(String name);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlWhitelist.java 27 * Looks up the HTML.Element object associated with the given element tag
30 * @param name The tag name of the element to lookup
31 * @return The HTML.Element object associated with the given element tag name,
34 HTML.Element lookupElement(String name);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsElement.h 36 // An element is a group of Components that occupies one cell in a structure.
37 class Element : public ObjectBase {
49 const Element **fields;
85 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();}
99 static Element *createFromStream(Context *rsc, IStream *stream);
101 static ObjectBaseRef<const Element> createRef(Context *rsc,
106 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
107 const Element **,
112 static const Element* create(Context *rsc,
117 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsElement.h 36 // An element is a group of Components that occupies one cell in a structure.
37 class Element : public ObjectBase {
49 const Element **fields;
85 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();}
99 static Element *createFromStream(Context *rsc, IStream *stream);
101 static ObjectBaseRef<const Element> createRef(Context *rsc,
106 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
107 const Element **,
112 static const Element* create(Context *rsc,
117 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsElement.h 36 // An element is a group of Components that occupies one cell in a structure.
37 class Element : public ObjectBase {
49 const Element **fields;
85 const Element * getField(uint32_t idx) const {return mFields[idx].e.get();}
99 static Element *createFromStream(Context *rsc, IStream *stream);
101 static ObjectBaseRef<const Element> createRef(Context *rsc,
106 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
107 const Element **,
112 static const Element* create(Context *rsc,
117 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize)
    [all...]
  /frameworks/rs/cpp/
Element.cpp 26 android::RSC::sp<const Element> Element::getSubElement(uint32_t index) {
28 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
32 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
38 const char * Element::getSubElementName(uint32_t index) {
40 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
44 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
50 size_t Element::getSubElementArraySize(uint32_t index) {
52 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
56 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index")
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java 24 import org.w3c.dom.Element;
61 Element root = document.getDocumentElement();
71 Element one = (Element) list.item(0);
72 Element two = (Element) list.item(1);
73 Element three = (Element) list.item(2);
74 Element four = (Element) list.item(3)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 21 import android.renderscript.Element;
80 protected Element getElement(RenderScript rs, Element.DataType dataType, int size) {
81 Element element = null; local
83 if (dataType == Element.DataType.FLOAT_64) {
84 element = Element.F64(rs);
85 } else if (dataType == Element.DataType.FLOAT_32) {
86 element = Element.F32(rs)
115 Element element = getElement(rs, dataType, size); local
173 Element element = getElement(rs, dataType, size); local
194 Element element = getElement(rs, dataType, size); local
227 Element element = minAlloc.getElement(); local
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_pasteboard_helper_mac.h 24 const std::vector<BookmarkNodeData::Element>& elements,
30 std::vector<BookmarkNodeData::Element>& elements,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
VisitedLinkState.h 32 #include "core/dom/Element.h"
52 EInsideLink determineLinkState(const Element& element)
54 if (element.isLink())
55 return determineLinkStateSlowCase(element);
62 EInsideLink determineLinkStateSlowCase(const Element&);
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...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.h 38 Element* namedItemWithIndex(const AtomicString& name, unsigned index) const;
39 void namedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<NodeList>&, bool&, RefPtrWillBeRawPtr<Element>&);
HTMLFormControlsCollection.idl 27 [ImplementedAs=namedGetter] getter (RadioNodeList or Element) namedItem(DOMString name); // shadows inherited namedItem()
HTMLTableRowsCollection.h 49 virtual Element* virtualItemAfter(Element*) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 51 class Element;
78 String elementRenderTreeAsText(Element*, ExceptionState&);
93 bool isSharingStyle(Element*, Element*, ExceptionState&) const;
97 ShadowRoot* shadowRoot(Element* host, ExceptionState&);
98 ShadowRoot* youngestShadowRoot(Element* host, ExceptionState&);
99 ShadowRoot* oldestShadowRoot(Element* host, ExceptionState&);
105 const AtomicString& shadowPseudoId(Element*, ExceptionState&);
106 void setShadowPseudoId(Element*, const AtomicString&, ExceptionState&);
112 bool isValidContentSelect(Element* insertionPoint, ExceptionState&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8CustomElementLifecycleCallbacks.h 45 class Element;
60 virtual void created(Element*) OVERRIDE;
61 virtual void attached(Element*) OVERRIDE;
62 virtual void detached(Element*) OVERRIDE;
63 virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
65 void call(const ScopedPersistent<v8::Function>& weakCallback, Element*);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLScriptRunner.h 41 class Element;
58 void execute(PassRefPtrWillBeRawPtr<Element> scriptToProcess, const TextPosition& scriptStartPosition);
87 void requestParsingBlockingScript(Element*);
88 void requestDeferredScript(Element*);
89 bool requestPendingScript(PendingScript&, Element*) const;
91 void runScript(Element*, const TextPosition& scriptStartPosition);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
PointerTrackerQueue.java 27 public interface Element {
37 private final ArrayList<Element> mExpandableArrayOfActivePointers =
47 public void add(final Element pointer) {
52 final ArrayList<Element> expandableArray = mExpandableArrayOfActivePointers;
63 public void remove(final Element pointer) {
68 final ArrayList<Element> expandableArray = mExpandableArrayOfActivePointers;
72 final Element element = expandableArray.get(index); local
73 if (element == pointer) {
75 Log.w(TAG, "Found duplicated element in remove: " + pointer)
104 final Element element = expandableArray.get(index); local
121 final Element element = expandableArray.get(index); local
156 final Element element = expandableArray.get(index); local
182 final Element element = expandableArray.get(index); local
199 final Element element = expandableArray.get(index); local
216 final Element element = expandableArray.get(index); local
229 final Element element = expandableArray.get(index); local
    [all...]
  /external/chromium_org/content/browser/loader/
upload_data_stream_builder.cc 27 const ResourceRequestBody::Element& element)
28 : net::UploadBytesElementReader(element.bytes(), element.length()),
30 DCHECK_EQ(ResourceRequestBody::Element::TYPE_BYTES, element.type());
48 const ResourceRequestBody::Element& element)
50 element.path(),
51 element.offset()
105 const ResourceRequestBody::Element& element = (*body->elements())[i]; local
114 const ResourceRequestBody::Element& element = *resolved_elements[i]; local
    [all...]

Completed in 895 milliseconds

1 2 3 45 6 7 8 91011>>