HomeSort by relevance Sort by last modified time
    Searched full:needswidgetupdate (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLPlugInImageElement.h 66 bool needsWidgetUpdate() const { return m_needsWidgetUpdate; }
67 void setNeedsWidgetUpdate(bool needsWidgetUpdate) { m_needsWidgetUpdate = needsWidgetUpdate; }
HTMLPlugInImageElement.cpp 127 if (!useFallbackContent() && needsWidgetUpdate() && renderer() && !isImageType()) {
165 if (!needsWidgetUpdate() || useFallbackContent() || isImageType())
HTMLEmbedElement.cpp 144 // FIXME: We should ASSERT(needsWidgetUpdate()), but currently
HTMLObjectElement.cpp 259 // FIXME: We should ASSERT(needsWidgetUpdate()), but currently

Completed in 3309 milliseconds