HomeSort by relevance Sort by last modified time
    Searched refs:m_needsWidgetUpdate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.h 57 bool needsWidgetUpdate() const { return m_needsWidgetUpdate; }
58 void setNeedsWidgetUpdate(bool needsWidgetUpdate) { m_needsWidgetUpdate = needsWidgetUpdate; }
141 bool m_needsWidgetUpdate;
HTMLPlugInElement.cpp 63 // m_needsWidgetUpdate(!createdByParser) allows HTMLObjectElement to delay
67 , m_needsWidgetUpdate(!createdByParser)

Completed in 486 milliseconds