Searched defs:element (Results 76 - 100 of 931) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegLinetoHorizontal.h30 SVGPathSegLinetoHorizontal(SVGPathElement* element, SVGPathSegRole role, float x) argument
31 : SVGPathSegWithContext(element, role)
H A DSVGPathSegLinetoHorizontalAbs.h31 static PassRefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, SVGPathSegRole role, float x) argument
33 return adoptRef(new SVGPathSegLinetoHorizontalAbs(element, role, x));
37 SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, SVGPathSegRole role, float x) argument
38 : SVGPathSegLinetoHorizontal(element, role, x)
H A DSVGPathSegLinetoHorizontalRel.h31 static PassRefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, SVGPathSegRole role, float x) argument
33 return adoptRef(new SVGPathSegLinetoHorizontalRel(element, role, x));
37 SVGPathSegLinetoHorizontalRel(SVGPathElement* element, SVGPathSegRole role, float x) argument
38 : SVGPathSegLinetoHorizontal(element, role, x)
H A DSVGPathSegLinetoVertical.h30 SVGPathSegLinetoVertical(SVGPathElement* element, SVGPathSegRole role, float y) argument
31 : SVGPathSegWithContext(element, role)
H A DSVGPathSegLinetoVerticalAbs.h31 static PassRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role, float y) argument
33 return adoptRef(new SVGPathSegLinetoVerticalAbs(element, role, y));
37 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y) argument
38 : SVGPathSegLinetoVertical(element, role, y)
H A DSVGPathSegLinetoVerticalRel.h31 static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y) argument
33 return adoptRef(new SVGPathSegLinetoVerticalRel(element, role, y));
37 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) argument
38 : SVGPathSegLinetoVertical(element, role, y)
H A DSVGSwitchElement.cpp56 // It will create a renderer for any valid SVG element children, not just the first one.
62 SVGElement* element = toSVGElement(node); local
63 if (!element || !element->isValid())
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebTextAreaElement.cpp53 WebTextAreaElement::WebTextAreaElement(const PassRefPtr<HTMLTextAreaElement>& element) argument
54 : WebFormControlElement(element)
58 WebTextAreaElement& WebTextAreaElement::operator=(const PassRefPtr<HTMLTextAreaElement>& element) argument
60 m_private = element;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebLabelElement.h43 // Provides readonly access to some properties of a DOM label element node.
47 WebLabelElement(const WebLabelElement& element) : WebElement(element) { } argument
49 WebLabelElement& operator=(const WebLabelElement& element) argument
51 WebElement::assign(element);
55 void assign(const WebLabelElement& element) { WebElement::assign(element); } argument
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DLazyStringList.java54 * Returns the element at the specified position in this list as a ByteString.
56 * @param index index of the element to return
57 * @return the element at the specified position in this list
64 * Appends the specified element to the end of this list (optional
67 * @param element element to be appended to this list
71 void add(ByteString element); argument
/external/chromium_org/v8/test/mjsunit/
H A Darray-iteration.js202 var o = { element: 42 };
204 assertTrue(a.some(function(n) { return this.element == n; }, o));
206 assertFalse(a.some(function(n) { return this.element == n; }, o));
/external/guava/guava/src/com/google/common/collect/
H A DConstraint.java23 * A constraint that an element must satisfy in order to be added to a
28 * public Object checkElement(Object element) {
29 * if (element == null) {
32 * return element;
38 * passed-in element. A non-deterministic constraint cannot reliably enforce
51 * Throws a suitable {@code RuntimeException} if the specified element is
56 * @param element the element to check
57 * @return the provided element
59 E checkElement(E element); argument
[all...]
/external/v8/test/mjsunit/
H A Darray-iteration.js202 var o = { element: 42 };
204 assertTrue(a.some(function(n) { return this.element == n; }, o));
206 assertFalse(a.some(function(n) { return this.element == n; }, o));
/external/checkpolicy/
H A Dqueue.h20 queue_element_t element; member in struct:queue_node
39 Applies the specified function f to each element in the
42 In addition to passing the element to f, queue_map
53 then the element will be removed from the queue and the g
54 function will be applied to the element.
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Ddiscoitemsquerytask.cc50 XmlElement* element = new XmlElement(QN_DISCO_ITEMS_QUERY, true); local
51 element->AddAttr(QN_NODE, node_);
53 get->AddElement(element);
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppstanzaparser.cc91 XmlElement *element = builder_.CreateElement(); local
92 psph_->Stanza(element);
93 delete element;
/external/chromium_org/ash/wm/
H A Dwindow_animations_unittest.cc94 gfx::AnimationContainerElement* element = local
97 element->Step(base::TimeTicks::Now() +
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_node_data_views.cc27 // If there is only one element and it is a URL, write the URL to the
56 Element element; local
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsignature_util_win.cc76 CERT_CHAIN_ELEMENT* element = simple_chain->rgpElement[k]; local
78 element->pCertContext->pbCertEncoded,
79 element->pCertContext->cbCertEncoded);
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl_unittest.cc36 WebHTTPBody::Element element; local
37 while (body.elementAt(i++, element)) {
38 if (element.type == WebHTTPBody::Element::TypeData) {
39 result.append(element.data.data(), element.data.size());
41 NOTREACHED() << "unexpected element type encountered!";
/external/chromium_org/ppapi/shared_impl/
H A Dppb_resource_array_shared.cc24 PP_Resource element = elements[index]; local
25 if (element)
26 PpapiGlobals::Get()->GetResourceTracker()->AddRefResource(element);
27 resources_.push_back(element);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXImageMapLink.h46 void setHTMLAreaElement(HTMLAreaElement* element) { m_areaElement = element; } argument
49 void setHTMLMapElement(HTMLMapElement* element) { m_mapElement = element; } argument
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DDocumentAnimations.cpp87 const Element& element = toElement(node); local
88 if (const ActiveAnimations* activeAnimations = element.activeAnimations()) {
90 updateAnimationTiming(element.document(), monotonicallyIncreasingTime());
H A DPlayerTest.cpp353 RefPtr<Element> element = document->createElement("foo", ASSERT_NO_EXCEPTION); local
356 RefPtr<Animation> animation = Animation::create(element, 0, timing);
358 EXPECT_EQ(1U, element->activeAnimations()->players().find(player.get())->value);
361 EXPECT_TRUE(element->activeAnimations()->players().isEmpty());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorFilter.h49 bool parentStackIsConsistent(const ContainerNode* parentNode) const { return !m_parentStack.isEmpty() && m_parentStack.last().element == parentNode; }
57 ParentStackFrame() : element(0) { }
58 ParentStackFrame(Element& element) : element(&element) { } argument
59 Element* element; member in struct:WebCore::SelectorFilter::ParentStackFrame

Completed in 1255 milliseconds

1234567891011>>