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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.h57 bool needsWidgetUpdate() const { return m_needsWidgetUpdate; } function in class:blink::HTMLPlugInElement
58 void setNeedsWidgetUpdate(bool needsWidgetUpdate) { m_needsWidgetUpdate = needsWidgetUpdate; } argument

Completed in 106 milliseconds