OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStyleSheet
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/css/
StyleBase.h
60
virtual bool
isStyleSheet
() const { return false; }
StyleBase.cpp
46
while (b && !b->
isStyleSheet
())
StyleSheet.cpp
71
return (parent() && parent()->
isStyleSheet
()) ? static_cast<StyleSheet*>(parent()) : 0;
StyleSheet.h
74
virtual bool
isStyleSheet
() const { return true; }
/external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp
300
ASSERT(cssMutableStyleDeclaration->parent()->
isStyleSheet
());
307
if (current->
isStyleSheet
())
Completed in 257 milliseconds