HomeSort by relevance Sort by last modified time
    Searched refs:shadowRoot (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/Source/WebKit/chromium/src/
WebElement.cpp 93 WebNode WebElement::shadowRoot()
95 return adoptRef(static_cast<Node*>(unwrap<Element>()->shadowRoot()));
  /external/webkit/Source/WebKit/chromium/public/
WebElement.h 61 WEBKIT_API WebNode shadowRoot();
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 328 SVGElement* shadowRoot = m_targetElementInstance->shadowTreeElement();
329 ASSERT(shadowRoot);
331 ContainerNode* parentNode = shadowRoot->parentNode();
351 if (SVGElement* shadowRoot = m_targetElementInstance->shadowTreeElement())
352 shadowRoot->setNeedsStyleRecalc();
361 RenderSVGShadowTreeRootContainer* shadowRoot = static_cast<RenderSVGShadowTreeRootContainer*>(renderer());
362 if (!shadowRoot)
367 shadowRoot->markShadowTreeForRecreation();
371 shadowRoot->updateFromElement();
376 shadowRoot->updateStyle(change)
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLDetailsElement.cpp 72 found = findSummaryFor(shadowRoot());
98 if (shadowRoot())
HTMLKeygenElement.cpp 35 #include "ShadowRoot.h"
129 Node* shadow = shadowRoot();
ValidationMessage.cpp 43 #include "ShadowRoot.h"
161 host->shadowRoot()->removeChild(m_bubble.get(), ec);
RangeInputType.cpp 42 #include "ShadowRoot.h"
292 Node* shadow = element()->shadowRoot();
HTMLMediaElement.cpp 65 #include "ShadowRoot.h"
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 61 object shadowRoot(in object element);
  /external/webkit/Source/WebCore/rendering/
RenderSlider.cpp 182 Node* shadow = static_cast<Element*>(node())->shadowRoot();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 62 static JSValueRef shadowRoot(JSContextRef, JSValueRef);
DumpRenderTreeSupportGtk.cpp 656 JSValueRef DumpRenderTreeSupportGtk::shadowRoot(JSContextRef context, JSValueRef value)
664 return toRef(exec, toJS(exec, element->shadowRoot()));
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.cpp 173 return getOrCreate(static_cast<Element*>(m_node.get())->shadowRoot());
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 89 JSValueRef shadowRoot(JSValueRef element);
  /external/webkit/Source/WebKit/mac/DOM/
WebDOMOperations.mm 81 return toRef(execState, toJS(execState, core(self)->shadowRoot()));
  /external/webkit/Source/WebCore/dom/
Element.cpp 57 #include "ShadowRoot.h"
941 if (Node* shadow = shadowRoot())
964 if (Node* shadow = shadowRoot())
973 if (Node* shadow = shadowRoot())
982 if (Node* shadow = shadowRoot())
995 if (Node* shadow = shadowRoot()) {
    [all...]
Element.h 232 ContainerNode* shadowRoot() const;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 204 static QVariant shadowRoot(const QWebElement&);
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 252 QVariant shadowRoot(const QWebElement&);
LayoutTestControllerQt.cpp 783 QVariant LayoutTestController::shadowRoot(const QWebElement& element)
785 return DumpRenderTreeSupportQt::shadowRoot(element);
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 616 const OpaqueJSValue* LayoutTestController::shadowRoot(const OpaqueJSContext*, const OpaqueJSValue*)
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp 176 bindMethod("shadowRoot", &LayoutTestController::shadowRoot);
653 void LayoutTestController::shadowRoot(const CppArgumentList& arguments, CppVariant* result)
666 WebNode shadowRoot = element.shadowRoot();
667 if (shadowRoot.isNull()) {
672 result->set(WebBindings::makeNode(shadowRoot));
    [all...]
LayoutTestController.h 274 void shadowRoot(const CppArgumentList&, CppVariant*);
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 125 JSValueRef shadowRoot(JSContextRef, JSValueRef);
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 922 JSValueRef LayoutTestController::shadowRoot(JSContextRef context, JSValueRef element)
924 return DumpRenderTreeSupportGtk::shadowRoot(context, element);
    [all...]

Completed in 500 milliseconds

1 2