Searched refs:setElement (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityMenuListOption.h40 void setElement(HTMLElement*);
H A DAccessibilityMenuListOption.cpp42 void AccessibilityMenuListOption::setElement(HTMLElement* element) function in class:WebCore::AccessibilityMenuListOption
H A DAccessibilityMenuListPopup.cpp79 option->setElement(element);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DPendingScript.h91 void setElement(Element* element) { m_element = element; } function in class:WebCore::PendingScript
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFullScreenController.h68 - (void)setElement:(PassRefPtr<WebCore::Element>)element;
H A DWebFullScreenController.mm153 - (void)setElement:(PassRefPtr<Element>)element
H A DWebView.mm6533 [_private->newFullscreenController setElement:element];
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLScriptRunner.cpp270 pendingScript.setElement(script);
321 m_parserBlockingScript.setElement(script);

Completed in 683 milliseconds