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

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h 176 Inactive,
SVGSMILElement.cpp 126 , m_activeState(Inactive)
520 return m_activeState == Inactive;
871 return fill() == FillFreeze ? Frozen : Inactive;
891 ASSERT(m_activeState == Inactive);
906 if (m_activeState == Inactive) {
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 338 // Use controlView to manage active/inactive state of test views by raising
365 // Rendered image must have red background on an inactive QGraphicsWebView.
366 palette1.setBrush(QPalette::Inactive, QPalette::Highlight, brush1);
368 // Rendered image must have red foreground on an inactive QGraphicsWebView.
369 palette1.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush1);
421 // Rendered image must have blue background on an inactive QGraphicsWebView.
422 palette2.setBrush(QPalette::Inactive, QPalette::Highlight, brush2);
424 // Rendered image must have blue foreground on an inactive QGraphicsWebView.
425 palette2.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 354 // Use controlView to manage active/inactive state of test views by raising
371 // Rendered image must have red background on an inactive QWebView.
372 palette1.setBrush(QPalette::Inactive, QPalette::Highlight, brush1);
374 // Rendered image must have red foreground on an inactive QWebView.
375 palette1.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush1);
418 // Rendered image must have blue background on an inactive QWebView.
419 palette2.setBrush(QPalette::Inactive, QPalette::Highlight, brush2);
421 // Rendered image must have blue foreground on an inactive QWebView.
422 palette2.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 404 return pal.brush(QPalette::Inactive, QPalette::Highlight).color();
418 return pal.brush(QPalette::Inactive, QPalette::HighlightedText).color();
    [all...]

Completed in 1086 milliseconds