Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.h55 bool needsWidgetUpdate() const { return m_needsWidgetUpdate; } in needsWidgetUpdate() function
56 void setNeedsWidgetUpdate(bool needsWidgetUpdate) { m_needsWidgetUpdate = needsWidgetUpdate; } in setNeedsWidgetUpdate()