Searched refs:m_needsWidgetUpdate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.h57 bool needsWidgetUpdate() const { return m_needsWidgetUpdate; }
58 void setNeedsWidgetUpdate(bool needsWidgetUpdate) { m_needsWidgetUpdate = needsWidgetUpdate; }
137 bool m_needsWidgetUpdate; member in class:blink::HTMLPlugInElement
H A DHTMLPlugInElement.cpp65 // m_needsWidgetUpdate(!createdByParser) allows HTMLObjectElement to delay
69 , m_needsWidgetUpdate(!createdByParser)

Completed in 1882 milliseconds