HomeSort by relevance Sort by last modified time
    Searched refs:element (Results 401 - 425 of 3048) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
EmailInputType.h 43 EmailInputType(HTMLInputElement& element) : BaseTextInputType(element) { }
HiddenInputType.h 43 HiddenInputType(HTMLInputElement& element) : InputType(element) { }
RadioInputType.h 43 RadioInputType(HTMLInputElement& element) : BaseCheckableInputType(element) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.cpp 41 PassOwnPtrWillBeRawPtr<InputMethodContext> InputMethodContext::create(HTMLElement* element)
43 return adoptPtrWillBeRefCountedGarbageCollected(new InputMethodContext(element));
46 InputMethodContext::InputMethodContext(HTMLElement* element)
47 : m_element(element)
93 const Element* element = frame->document()->focusedElement(); local
94 return element && element->isHTMLElement() && m_element == toHTMLElement(element);
123 // build a CompositionUnderline whose element is the whole composition
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGGradientStop.cpp 30 RenderSVGGradientStop::RenderSVGGradientStop(SVGStopElement* element)
31 : RenderObject(element)
SVGTextLayoutAttributesBuilder.h 57 : element(newElement)
63 SVGTextPositioningElement* element; member in struct:WebCore::SVGTextLayoutAttributesBuilder::TextPosition
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGCursorElement.cpp 87 void SVGCursorElement::addClient(SVGElement* element)
89 m_clients.add(element);
90 element->setCursorElement(this);
94 void SVGCursorElement::removeClient(SVGElement* element)
96 HashSet<RawPtr<SVGElement> >::iterator it = m_clients.find(element);
99 element->cursorElementRemoved();
104 void SVGCursorElement::removeReferencedElement(SVGElement* element)
106 m_clients.remove(element);
SVGGlyphElement.cpp 108 static inline float parseSVGGlyphAttribute(const SVGElement* element, const WebCore::QualifiedName& name)
110 AtomicString value(element->fastGetAttribute(name));
117 SVGGlyph SVGGlyphElement::buildGenericGlyphIdentifier(const SVGElement* element)
120 buildPathFromString(element->fastGetAttribute(SVGNames::dAttr), identifier.pathData);
126 identifier.horizontalAdvanceX = parseSVGGlyphAttribute(element, SVGNames::horiz_adv_xAttr);
131 identifier.verticalOriginX = parseSVGGlyphAttribute(element, SVGNames::vert_origin_xAttr);
136 identifier.verticalOriginY = parseSVGGlyphAttribute(element, SVGNames::vert_origin_yAttr);
141 identifier.verticalAdvanceY = parseSVGGlyphAttribute(element, SVGNames::vert_adv_yAttr);
SVGPathSegWithContext.h 54 SVGPathSegSingleCoordinate(SVGPathElement* element, SVGPathSegRole role, float x, float y)
55 : SVGPathSegWithContext(element, role)
  /external/chromium_org/third_party/skia/src/animator/
SkAnimator.cpp 190 SkDisplayable* element; local
191 if (fMaker->find(id, &element) == false)
193 return (const SkDisplayable*) element;
197 SkDisplayable* element = (SkDisplayable*) ae; local
198 const SkMemberInfo* info = SkDisplayType::GetMembers(fMaker, element->getType(), NULL);
203 const SkDisplayable* element = getElement(id); local
204 return getElementType(element);
208 SkDisplayable* element = (SkDisplayable*) ae; local
209 const SkMemberInfo* info = element->getMember(field);
214 const SkDisplayable* element = getElement(elementID) local
230 const SkDisplayable* element = (const SkDisplayable*) ae; local
244 const SkDisplayable* element = getElement(id); local
261 const SkDisplayable* element = getElement(id); local
278 const SkDisplayable* element = getElement(id); local
330 const SkDisplayable* element = getElement(id); local
356 const SkDisplayable* element = getElement(id); local
367 const SkDisplayable* element = (const SkDisplayable*) ae; local
375 const SkDisplayable* element = getElement(id); local
559 SkDisplayable* element = (SkDisplayable*) getElement(id); local
585 SkDisplayable* element = (SkDisplayable*) getElement(id); local
610 SkDisplayable* element = (SkDisplayable*) getElement(id); local
627 SkDisplayable* element = (SkDisplayable*) getElement(id); local
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
media_action.js 9 // or audio tag element that can be found.
40 window.__registerHTML5ErrorEvents = function(element) {
46 element.addEventListener('error', onError);
47 element.addEventListener('abort', onError);
50 window.__registerHTML5EventCompleted = function(element, event_name) {
51 // Logs |even_name| on element when completed.
53 element[e.type + '_completed'] = true;
54 element.removeEventListener(event_name, logEventHappened);
56 element.addEventListener(event_name, logEventHappened);
  /external/skia/src/animator/
SkAnimator.cpp 190 SkDisplayable* element; local
191 if (fMaker->find(id, &element) == false)
193 return (const SkDisplayable*) element;
197 SkDisplayable* element = (SkDisplayable*) ae; local
198 const SkMemberInfo* info = SkDisplayType::GetMembers(fMaker, element->getType(), NULL);
203 const SkDisplayable* element = getElement(id); local
204 return getElementType(element);
208 SkDisplayable* element = (SkDisplayable*) ae; local
209 const SkMemberInfo* info = element->getMember(field);
214 const SkDisplayable* element = getElement(elementID) local
230 const SkDisplayable* element = (const SkDisplayable*) ae; local
244 const SkDisplayable* element = getElement(id); local
261 const SkDisplayable* element = getElement(id); local
278 const SkDisplayable* element = getElement(id); local
330 const SkDisplayable* element = getElement(id); local
356 const SkDisplayable* element = getElement(id); local
367 const SkDisplayable* element = (const SkDisplayable*) ae; local
375 const SkDisplayable* element = getElement(id); local
559 SkDisplayable* element = (SkDisplayable*) getElement(id); local
585 SkDisplayable* element = (SkDisplayable*) getElement(id); local
610 SkDisplayable* element = (SkDisplayable*) getElement(id); local
627 SkDisplayable* element = (SkDisplayable*) getElement(id); local
    [all...]
  /external/smack/src/org/xbill/DNS/
APLRecord.java 23 public static class Element {
30 Element(int family, boolean negative, Object address, int prefixLength)
43 * Creates an APL element corresponding to an IPv4 or IPv6 prefix.
50 Element(boolean negative, InetAddress address, int prefixLength) {
73 if (arg == null || !(arg instanceof Element))
75 Element elt = (Element) arg;
119 if (!(o instanceof Element)) {
120 throw new IllegalArgumentException("illegal element");
122 Element element = (Element) o local
155 Element element; local
237 Element element = (Element) it.next(); local
263 Element element = (Element) it.next(); local
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
AnnotationSection.java 43 @Nonnull StringKey getElementName(@Nonnull AnnotationElement element);
44 @Nonnull EncodedValue getElementValue(@Nonnull AnnotationElement element);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 33 import org.w3c.dom.Element;
44 public Image getImage(Object element) {
45 if (element instanceof Element) {
46 Element e = (Element) element;
59 return super.getImage(element);
63 public String getText(Object element) {
64 String text = super.getText(element);
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 133 for element in value:
134 result += compute_value_size(element)
140 for element in value:
141 result += compute_value_size(element)
162 for element in value:
163 result += compute_value_size(modify_value(element))
169 for element in value:
170 result += compute_value_size(modify_value(element))
237 for element in value:
238 l = local_len(element.encode('utf-8')
    [all...]
  /external/protobuf/python/google/protobuf/internal/
encoder.py 127 for element in value:
128 result += compute_value_size(element)
134 for element in value:
135 result += compute_value_size(element)
156 for element in value:
157 result += compute_value_size(modify_value(element))
163 for element in value:
164 result += compute_value_size(modify_value(element))
231 for element in value:
232 l = local_len(element.encode('utf-8')
    [all...]
  /external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp 68 int SkSVGParser::findAttribute(SkSVGBase* element, const char* attrValue,
71 size_t count = element->getAttributes(&attributes);
91 SkSVGElement* element = *ptr;
92 translate(element, true);
101 SkSVGElement* element = *ptr;
102 translate(element, false);
153 if (fCurrElement == NULL) // this signals we should ignore attributes for this element
156 return false; // also an ignored element
180 SkSVGElement* element = fParents[parentIndex]; local
181 element->onEndElement(*this)
206 SkSVGElement* element = CreateElement(type, parent); local
    [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 68 int SkSVGParser::findAttribute(SkSVGBase* element, const char* attrValue,
71 size_t count = element->getAttributes(&attributes);
91 SkSVGElement* element = *ptr;
92 translate(element, true);
101 SkSVGElement* element = *ptr;
102 translate(element, false);
153 if (fCurrElement == NULL) // this signals we should ignore attributes for this element
156 return false; // also an ignored element
180 SkSVGElement* element = fParents[parentIndex]; local
181 element->onEndElement(*this)
206 SkSVGElement* element = CreateElement(type, parent); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCursorImageValue.cpp 44 Element* element = SVGURIReference::targetElementFromIRIString(url, treeScope); local
45 return isSVGCursorElement(element) ? toSVGCursorElement(element) : 0;
90 bool CSSCursorImageValue::updateIfSVGCursorIsUsed(Element* element)
92 if (!element || !element->isSVGElement())
99 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(url, element->treeScope())) {
109 if (cachedImageURL() != element->document().completeURL(cursorElement->href()->currentValue()->value())
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_cnt.cpp 351 uprv_cnttab_changeLastCE(CntTable *table, uint32_t element, uint32_t value, UErrorCode *status) {
352 element &= 0xFFFFFF;
359 if((element == 0xFFFFFF) || (tbl = table->elements[element]) == NULL) {
365 return(constructContractCE(table->currentTag, element));
369 /* inserts a part of contraction sequence in table. Sequences behind the offset are moved back. If element is non existent, it creates on. Returns element handle */
371 uprv_cnttab_insertContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status) {
378 element &= 0xFFFFFF;
380 if((element == 0xFFFFFF) || (tbl = table->elements[element]) == NULL)
    [all...]
  /external/srec/portable/src/
ArrayListImpl.c 74 static ESR_ReturnCode ArrayList_Insert_Internal(ArrayListImpl *impl, size_t index, void *element)
92 impl->contents[index] = element;
96 ESR_ReturnCode ArrayList_Add(ArrayList* self, void* element)
100 return ArrayList_Insert_Internal(impl, impl->size, element);
103 ESR_ReturnCode ArrayList_InsertAt(ArrayList *self, size_t index, void *element)
110 return ArrayList_Insert_Internal(impl, index, element);
137 ESR_ReturnCode ArrayList_Remove(ArrayList* self, const void* element)
142 /* Remove element */
145 if (impl->contents[i] == element)
170 ESR_ReturnCode ArrayList_Contains(ArrayList* self, const void* element,
219 void* element; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 249 timestamp *element = NULL,*duplicate = NULL; local
265 if (!element)
266 element = &phead->input_timestamps[i];
268 if (element->timestamps > phead->input_timestamps[i].timestamps) {
269 element = &phead->input_timestamps[i];
271 } else if (element->timestamps == phead->input_timestamps[i].timestamps)
277 if (element) {
279 header->nTimeStamp = element->timestamps;
284 element->in_use = false;
291 element = NULL
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 23 import org.w3c.dom.Element;
85 Element tests = DocumentBuilderFactory.newInstance()
89 for (Element document : elementsOf(tests.getElementsByTagName("document"))) {
92 for (final Element context : elementsOf(document.getElementsByTagName("context"))) {
101 * Populates the test suite with tests from the given XML context element.
104 InputSource inputSource, Element element) {
107 * Each context element has this structure:
119 String select = element.getAttribute("select");
123 xpath.setXPathVariableResolver(new ElementVariableResolver(element));
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementSetAttributeNodeNS.java 24 import org.w3c.dom.Element;
35 * Testing Element.setAttributeNodeNS: If an attribute with that local name and
36 * that namespace URI is already present in the element, it is replaced by the
37 * new one. Create a new element and two new attribute nodes (in the same
39 * element node using the setAttributeNodeNS method. Check that only one
78 Element element; local
89 element = doc.createElementNS("http://www.w3.org/DOM/Test/Level2",
90 "new:element");
96 element.setAttributeNodeNS(attribute1)
111 Element element; local
185 Element element; local
206 Element element; local
    [all...]

Completed in 918 milliseconds

<<11121314151617181920>>