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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLKeygenElement.h 43 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
HTMLFieldSetElement.h 58 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
HTMLMeterElement.h 72 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
HTMLProgressElement.h 56 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
HTMLFrameElementBase.h 63 virtual bool areAuthorShadowsAllowed() const OVERRIDE FINAL { return false; }
HTMLImageElement.h 108 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
HTMLTextAreaElement.h 77 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
HTMLCanvasElement.h 173 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
HTMLSelectElement.h 209 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
HTMLMediaElement.h 338 virtual bool areAuthorShadowsAllowed() const OVERRIDE FINAL { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 233 virtual bool areAuthorShadowsAllowed() const OVERRIDE FINAL { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 561 virtual bool areAuthorShadowsAllowed() const { return true; }
    [all...]
Element.cpp     [all...]

Completed in 85 milliseconds