OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PUBLIC_PSEUDOID_MASK
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h
82
PUBLIC_PSEUDOID_MASK
= ((1 << FIRST_INTERNAL_PSEUDOID) - 1) & ~((1 << FIRST_PUBLIC_PSEUDOID) - 1)
RenderStyle.cpp
221
return
PUBLIC_PSEUDOID_MASK
& noninherited_flags._pseudoBits;
[
all
...]
Completed in 464 milliseconds