Searched refs:toElement (Results 101 - 125 of 167) sorted by relevance

1234567

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DTreeScope.cpp278 return toElement(node);
H A DDocument.cpp945 Element* oldElement = toElement(importedNode);
1805 Element* element = toElement(n);
5821 Element* element = toElement(curr->node());
5834 m_userActionElements.setInActiveChain(toElement(curr->node()), true);
5907 if (!mustBeInActiveChain || (curr->node()->isElementNode() && toElement(curr->node())->inActiveChain()))
5921 if (!mustBeInActiveChain || (curr->node()->isElementNode() && toElement(curr->node())->inActiveChain()))
5928 toElement(nodesToRemoveFromChain[i].get())->setHovered(false);
5937 toElement(nodesToAddToChain[i].get())->setActive(true);
5943 toElement(nodesToAddToChain[i].get())->setHovered(true);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLObjectElement.cpp434 Element* element = toElement(child);
H A DHTMLFormElement.cpp203 if (node->isElementNode() && toElement(node)->isFormControlElement())
H A DHTMLMediaElement.h811 return node && node->isElementNode() && toElement(node)->isMediaElement();
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DSliderThumbElement.cpp117 theme()->adjustSliderThumbSize(style(), toElement(node()));
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DFilterEffectRenderer.cpp151 if (Element* element = toElement(renderer->node()))
H A DRenderThemeWinCE.cpp374 Color buttonColor = (o->node() && o->node()->isElementNode() && toElement(o->node())->active()) ? Color(138, 138, 138) : Color(186, 186, 186);
485 if (!mediaNode || !mediaNode->isElementNode() || !toElement(mediaNode)->isMediaElement())
H A DRenderMenuList.cpp356 Document* doc = toElement(node())->document();
H A DRenderThemeMac.mm255 else if (node->isElementNode() && toElement(node)->active())
978 bool pressed = o->node() && o->node()->isElementNode() && toElement(o->node())->active();
1765 Element* focusDelegate = (o->node() && o->node()->isElementNode()) ? toElement(o->node())->focusDelegate() : 0;
1907 input = toElement(o->node());
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.cpp112 const Element* element = toElement(node);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGUseElement.cpp357 Element* element = toElement(node);
789 svgElement->cloneDataFromElement(*toElement(element));
H A DSVGSVGElement.cpp796 Element* element = toElement(node);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLRepresentation.mm449 || (n->isHTMLElement() && toElement(n)->isFormControlElement()))
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMEvents.idl299 //readonly attribute Node toElement;
300 HRESULT toElement([out, retval] IDOMNode** result);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorCSSAgent.cpp1078 return toElement(node);
1288 switch (toElement(regionList->item(i))->renderRegion()->regionState()) {
1381 Element* element = toElement(m_domAgent->nodeForId(it->key));
H A DInspectorOverlay.cpp381 Element* element = toElement(node);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSelectionHandler.cpp900 m_webPage->m_page->focusController()->setFocusedElement(toElement(anchorNode), focusedFrame);
1120 Element* element = toElement(focusedNode);
1173 if (focusedNode->hasTagName(HTMLNames::selectTag) || (focusedNode->isElementNode() && DOMSupport::isPopupInputField(toElement(focusedNode)))) {
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DElementRuleCollector.cpp186 if (checkRegionSelector(regionSelector, toElement(m_regionForStyling->node()))) {
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLElementStack.cpp547 return toElement(m_rootNode);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DTouchAdjustment.cpp80 Element* element = toElement(node);
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathFunctions.cpp591 Element* element = toElement(node);
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp515 Element* element = toElement(toJS(exec, nodeObject));
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.cpp547 HRESULT STDMETHODCALLTYPE DOMMouseEvent::toElement( function in class:DOMMouseEvent
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.cpp1129 if (!mediaNode || !mediaNode->isElementNode() || !toElement(mediaNode)->isMediaElement())
1144 if (!mediaNode || !mediaNode->isElementNode() || !toElement(mediaNode)->isMediaElement())

Completed in 194 milliseconds

1234567