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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.cpp 23 #include "core/css/resolver/StyleResolverState.h"
32 StyleResolverState::StyleResolverState(Document& document, Element* element, RenderStyle* parentStyle)
50 StyleResolverState::~StyleResolverState()
54 void StyleResolverState::setAnimationUpdate(PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> update)
59 PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> StyleResolverState::takeAnimationUpdate()
StyleResolverState.h 44 class StyleResolverState {
46 WTF_MAKE_NONCOPYABLE(StyleResolverState);
48 StyleResolverState(Document&, Element*, RenderStyle* parentStyle = 0);
49 ~StyleResolverState();
81 // We need to move this data off of StyleResolverState and closer to the
113 // FIXME: Once styleImage can be made to not take a StyleResolverState
126 // and separate it from StyleResolverState.

Completed in 45 milliseconds