OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShadowRoot
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
ShadowRoot.cpp
28
#include "
ShadowRoot
.h"
32
ShadowRoot
::
ShadowRoot
(Document* document)
38
String
ShadowRoot
::nodeName() const
43
void
ShadowRoot
::recalcStyle(StyleChange change)
ShadowRoot.h
36
class
ShadowRoot
: public DocumentFragment {
38
static PassRefPtr<
ShadowRoot
> create(Document*);
44
ShadowRoot
(Document*);
48
inline PassRefPtr<
ShadowRoot
>
ShadowRoot
::create(Document* document)
50
return adoptRef(new
ShadowRoot
(document));
Completed in 53 milliseconds