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 230 && explicitInheritance == other.explicitInheritance
265 unsigned explicitInheritance : 1; // Explicitly inherits a non-inherited property
330 noninherited_flags.explicitInheritance = false;
    [all...]
RenderStyle.cpp 234 noninherited_flags.explicitInheritance = other->noninherited_flags.explicitInheritance;
    [all...]

Completed in 598 milliseconds