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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.h 99 virtual bool isPluginElement() const OVERRIDE;
139 DEFINE_NODE_TYPE_CASTS(HTMLPlugInElement, isPluginElement());
HTMLPlugInElement.cpp 331 bool HTMLPlugInElement::isPluginElement() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.cpp 111 if (!element || !element->isPluginElement())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 255 virtual bool isPluginElement() const { return false; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 275 ASSERT(pluginContentIsAllowed(m_parserContentPolicy) || !prpChild->isPluginElement());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 558 if (result.innerNonSharedNode()->isPluginElement()) {
    [all...]
FocusController.cpp 376 if (element->isFrameOwnerElement() && (!element->isPluginElement() || !element->isKeyboardFocusable())) {
    [all...]

Completed in 1240 milliseconds