OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shadowPseudoId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h
319
const AtomicString&
shadowPseudoId
() const;
745
inline const AtomicString& Element::
shadowPseudoId
() const
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
681
String Internals::
shadowPseudoId
(Element* element, ExceptionState& exceptionState)
688
return element->
shadowPseudoId
().string();
[
all
...]
Completed in 27 milliseconds