Searched defs:needsWidgetUpdate (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLPlugInImageElement.h66 bool needsWidgetUpdate() const { return m_needsWidgetUpdate; } function in class:WebCore::HTMLPlugInImageElement
67 void setNeedsWidgetUpdate(bool needsWidgetUpdate) { m_needsWidgetUpdate = needsWidgetUpdate; } argument

Completed in 65 milliseconds