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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInImageElement.h 74 bool needsWidgetUpdate() const { return m_needsWidgetUpdate; }
75 void setNeedsWidgetUpdate(bool needsWidgetUpdate) { m_needsWidgetUpdate = needsWidgetUpdate; }
HTMLPlugInImageElement.cpp 149 if (!useFallbackContent() && needsWidgetUpdate() && renderer() && !isImageType())
186 if (!needsWidgetUpdate() || useFallbackContent() || isImageType())
HTMLEmbedElement.cpp 129 ASSERT(needsWidgetUpdate());
HTMLObjectElement.cpp 270 ASSERT(needsWidgetUpdate());
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp     [all...]

Completed in 342 milliseconds