Searched refs:webElement (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebInputElement.cpp174 WebInputElement* toWebInputElement(WebElement* webElement) argument
176 InputElement* inputElement = webElement->unwrap<Element>()->toInputElement();
180 ASSERT(webElement->unwrap<Element>()->isHTMLElement());
182 return static_cast<WebInputElement*>(webElement);
H A DWebBindings.cpp223 static bool getElementImpl(NPObject* object, WebElement* webElement) argument
234 *webElement = WebElement(native);
282 bool WebBindings::getElement(NPObject* element, WebElement* webElement) argument
285 return getElementImpl(element, webElement);
H A DWebFrameImpl.cpp1828 WebString WebFrameImpl::markerTextForListItem(const WebElement& webElement) const
1830 return WebCore::markerTextForListItem(const_cast<Element*>(webElement.constUnwrap<Element>()));
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp551 WebCore::Element* webElement = element.m_element; local
552 if (!webElement)
555 RefPtr<WebCore::CSSComputedStyleDeclaration> style = computedStyle(webElement, true);
947 WebCore::Element* webElement = document.m_element; local
948 if (!webElement)
951 Document* doc = webElement->document();
1069 WebCore::Element* webElement = element.m_element; local
1070 if (!webElement)
1073 ContainerNode* webShadowRoot = webElement->shadowRoot();

Completed in 661 milliseconds