Home
last modified time | relevance | path

Searched refs:areAuthorShadowsAllowed (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLKeygenElement.h45 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
DHTMLFieldSetElement.h56 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
DHTMLProgressElement.h53 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
DHTMLFrameElementBase.h66 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
DHTMLMeterElement.h69 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
DHTMLImageElement.h92 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
DHTMLCanvasElement.h134 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
DHTMLTextAreaElement.h70 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
DHTMLSelectElement.h190 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
DHTMLMediaElement.h324 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h202 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } in areAuthorShadowsAllowed() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h598 virtual bool areAuthorShadowsAllowed() const { return true; } in areAuthorShadowsAllowed() function
DElement.cpp1757 if (!areAuthorShadowsAllowed()) { in createShadowRoot()