Home
last modified time | relevance | path

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

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