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

  /external/webkit/Source/WebCore/rendering/
RenderEmbeddedObject.cpp 80 , m_missingPluginIndicatorIsPressed(false)
131 if (m_missingPluginIndicatorIsPressed == pressed)
134 m_missingPluginIndicatorIsPressed = pressed;
171 context->setAlpha(m_missingPluginIndicatorIsPressed ? replacementTextPressedRoundedRectOpacity : replacementTextRoundedRectOpacity);
172 context->setFillColor(m_missingPluginIndicatorIsPressed ? replacementTextRoundedRectPressedColor() : Color::white, style()->colorSpace());
178 context->setAlpha(m_missingPluginIndicatorIsPressed ? replacementTextPressedTextOpacity : replacementTextTextOpacity);
291 if (m_missingPluginIndicatorIsPressed) {
RenderEmbeddedObject.h 76 bool m_missingPluginIndicatorIsPressed;

Completed in 15 milliseconds