Searched refs:toElement (Results 1 - 25 of 167) sorted by relevance

1234567

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKDOMElement.mm39 return WebCore::toElement(_impl.get())->hasAttribute(attribute);
44 return WebCore::toElement(_impl.get())->getAttribute(attribute);
51 WebCore::toElement(_impl.get())->setAttribute(name, value, ec);
56 return WebCore::toElement(_impl.get())->tagName();
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DStaticNodeList.cpp53 if (node->isElementNode() && toElement(node)->getIdAttribute() == elementId)
H A DContainerNodeAlgorithms.cpp49 if (ElementShadow* shadow = toElement(node)->shadow()) {
85 if (ElementShadow* shadow = toElement(node)->shadow()) {
103 if (ElementShadow* shadow = toElement(node)->shadow()) {
124 if (ElementShadow* shadow = toElement(node)->shadow()) {
H A DElementShadow.h91 if (ElementShadow* shadow = toElement(this)->shadow())
109 return toElement(parent)->shadow();
H A DNodeRenderingContext.cpp90 if (toElement(renderer->node())->isInTopLayer())
102 Element* element = m_node->isElementNode() ? toElement(m_node) : 0;
141 ASSERT(!m_node->isElementNode() || !toElement(m_node)->isInTopLayer());
164 if (m_node->isElementNode() && toElement(m_node)->isInTopLayer()) {
205 Element* element = toElement(m_node);
227 Element* element = toElement(m_node);
253 Element* element = toElement(m_node);
H A DNodeTraversal.h105 return toElement(node);
116 return toElement(node);
127 return toElement(node);
138 return toElement(node);
149 return toElement(node);
159 return toElement(node);
167 return toElement(node);
175 return toElement(node);
183 return toElement(node);
H A DLiveNodeList.cpp40 if (m_rootType == NodeListIsRootedAtDocumentIfOwnerHasItemrefAttr && toElement(ownerNode())->fastHasAttribute(HTMLNames::itemrefAttr)) {
115 Element* element = toElement(node);
H A DNodeRenderingTraversal.cpp71 return toElement(parent)->pseudoElement(AFTER);
90 return toElement(parent)->pseudoElement(BEFORE);
H A DMouseEvent.idl59 readonly attribute Node toElement;
H A DShadowRoot.h66 Element* host() const { return toElement(parentOrShadowHostNode()); }
H A DElement.h772 inline Element* toElement(Node* node) function in namespace:WebCore
778 inline const Element* toElement(const Node* node) function in namespace:WebCore
785 void toElement(const Element*);
789 return node->isElementNode() && toElement(node)->isDisabledFormControl();
794 return isElementNode() && toElement(this)->hasTagName(name);
799 return isElementNode() && toElement(this)->hasLocalName(name);
804 return isElementNode() && toElement(this)->hasAttributes();
809 return isElementNode() ? toElement(this)->attributes() : 0;
815 return parent && parent->isElementNode() ? toElement(parent) : 0;
953 return node && node->isElementNode() && toElement(nod
[all...]
/macosx-10.9.5/WebCore-7537.78.1/mathml/
H A DMathMLElement.h57 ASSERT_WITH_SECURITY_IMPLICATION(!node || (node->isElementNode() && toElement(node)->isMathMLElement()));
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DSplitTextNodeContainingElementCommand.cpp60 parent = toElement(firstChild);
H A DFormatBlockCommand.cpp45 return node->isElementNode() && isElementForFormatBlock(toElement(node)->tagQName());
115 return commonAncestor->isElementNode() ? toElement(commonAncestor) : 0;
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityNodeObject.cpp318 if (node()->isElementNode() && toElement(node())->isFocusable())
605 return !toElement(node)->isDisabledFormControl();
639 return toElement(node)->active();
677 return node->isElementNode() && toElement(node)->hovered();
715 if (n && (n->isElementNode() && toElement(n)->isFormControlElement()))
851 return ((node->isElementNode() && toElement(node)->isFormControlElement())
925 return toElement(node);
942 return toElement(node);
945 return toElement(node);
948 return toElement(nod
[all...]
H A DAccessibilityMenuList.cpp95 return !toElement(node())->isDisabledFormControl();
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTableRowsCollection.cpp42 return row->parentNode() && toElement(row->parentNode())->hasLocalName(theadTag);
47 return row->parentNode() && toElement(row->parentNode())->hasLocalName(tbodyTag);
52 return row->parentNode() && toElement(row->parentNode())->hasLocalName(tfootTag);
H A DHTMLDetailsElement.cpp75 return toElement(firstChild());
130 return toElement(child);
H A DHTMLSourceElement.cpp69 parent = toElement(removalRoot);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayer.cpp224 Element* element = toElement(node);
247 toElement(node)->setSavedLayerScrollOffset(m_scrollOffset);
283 if (Element* element = renderer()->node() && renderer()->node()->isElementNode() ? toElement(renderer()->node()) : 0) {
2494 Element* element = toElement(renderer()->node());
4426 result.setURLElement(toElement(node->enclosingLinkEventParentOrSelf()));
4446 return node && node->isElementNode() && toElement(node)->isInTopLayer();
5765 Element* childElement = (child->node() && child->node()->isElementNode()) ? toElement(child->node()) : 0;
6463 if (Element* element = toElement(enclosingElement()))
H A DRenderInputSpeech.cpp59 Element* element = object->node()->isElementNode() ? toElement(object->node()) : 0;
/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLFenced.cpp58 Element* fenced = toElement(node());
92 RenderMathMLOperator* newOperator = new (renderArena()) RenderMathMLOperator(toElement(node()), uChar);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DFatFingers.cpp110 Element* element = toElement(node);
172 Element* elementUnderPoint = toElement(node);
259 nodeName = String::format("%s node", toElement(node)->tagName().latin1().data());
264 if (node->isElementNode() && !toElement(node)->shadowPseudoId().isEmpty())
265 nodeName = nodeName + ", pseudo id " + toElement(node)->shadowPseudoId();
331 if (isElement && isValidFrameOwner(toElement(curNode))) {
342 foundOne |= checkForClickableElement(toElement(curNode), intersectingRegions, remainingFingerRegion, lowestPositionedEnclosingLayerSoFar);
495 Element* bestElement = toElement(bestNode);
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPasteboardGtk.cpp202 urlString = toElement(node)->getAttribute(HTMLNames::srcAttr);
205 urlString = toElement(node)->getAttribute(XLinkNames::hrefAttr);
208 Element* element = toElement(node);
234 m_dataObject->setMarkup(createMarkup(toElement(node), IncludeNode, 0, ResolveAllURLs));
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFocusController.cpp104 return FocusNavigationScope(toElement(node)->shadow()->shadowRoot());
146 return node->isElementNode() && toElement(node)->isKeyboardFocusable(event) && isShadowHost(node) && !hasCustomFocusLogic(node);
154 return isNonFocusableShadowHost(toElement(node), event) ? 0 : toElement(node)->tabIndex();
361 ASSERT(!currentNode || !currentNode->isElementNode() || !isNonFocusableShadowHost(toElement(currentNode), event));
423 Element* element = toElement(node);
438 Element* element = toElement(node);
456 Element* element = toElement(node);
477 Element* element = toElement(node);
529 Element* element = toElement(nod
[all...]

Completed in 361 milliseconds

1234567