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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.h 91 virtual bool isPluginElement() const;
102 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isPluginElement());
108 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isPluginElement());
HTMLPlugInImageElement.h 123 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isPluginElement());
131 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isPluginElement());
HTMLPlugInElement.cpp 215 bool HTMLPlugInElement::isPluginElement() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.cpp 117 if (!element || !element->isPluginElement())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 262 virtual bool isPluginElement() const { return false; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 181 ASSERT(pluginContentIsAllowed(m_parserContentPolicy) || !prpChild->isPluginElement());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 551 if (result.innerNonSharedNode()->isPluginElement()) {
    [all...]
FocusController.cpp 335 if (element->isFrameOwnerElement() && (!element->isPluginElement() || !element->isKeyboardFocusable())) {
    [all...]

Completed in 2763 milliseconds