HomeSort by relevance Sort by last modified time
    Searched refs:explicitInheritance (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 217 && explicitInheritance == other.explicitInheritance
245 unsigned explicitInheritance : 1; // Explicitly inherits a non-inherited property
306 noninherited_flags.explicitInheritance = false;
    [all...]
RenderStyle.cpp 188 noninherited_flags.explicitInheritance = other->noninherited_flags.explicitInheritance;
    [all...]

Completed in 1043 milliseconds