Home
last modified time | relevance | path

Searched refs:ActiveState (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.h175 enum ActiveState { enum
183 ActiveState determineActiveState(SMILTime elapsed) const;
208 ActiveState m_activeState;
DSVGSMILElement.cpp865 SVGSMILElement::ActiveState SVGSMILElement::determineActiveState(SMILTime elapsed) const in determineActiveState()
917 ActiveState oldActiveState = m_activeState; in progress()
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.cpp89 if (state & ActiveState) in scrollbarControlStateFromThemeState()
213 state |= ActiveState; in paintTrackBackground()
226 state |= ActiveState; in paintButton()
246 state |= ActiveState; in paintThumb()
/external/chromium/webkit/glue/
Dwebview_unittest.cc14 TEST_F(WebViewTest, ActiveState) { in TEST_F() argument
/external/webkit/Source/WebCore/rendering/
DRenderThemeSafari.cpp116 result |= SafariTheme::ActiveState; in determineState()
172 …tr<CGColorRef> color(AdoptCF, STCopyThemeColorPtr()(stFocusRingColorID, SafariTheme::ActiveState)); in platformFocusRingColor()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1413559 Fix evaluation with ActiveState Perl 5.6. Somehow it tried to treat nameEntries as array.
13634 …ndedAttributes to be a variable instead of a hash directly. Required to work with ActiveState perl.