OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clearParentStyleSheet
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaList.h
92
void
clearParentStyleSheet
() { ASSERT(m_parentStyleSheet); m_parentStyleSheet = 0; }
StyleRuleImport.h
44
void
clearParentStyleSheet
() { m_parentStyleSheet = 0; }
Completed in 33 milliseconds