OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:areAuthorShadowsAllowed
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLKeygenElement.h
45
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
HTMLFieldSetElement.h
56
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
HTMLFrameElementBase.h
66
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
HTMLMeterElement.h
69
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
HTMLProgressElement.h
53
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
HTMLImageElement.h
92
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
HTMLCanvasElement.h
134
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
HTMLTextAreaElement.h
70
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
HTMLSelectElement.h
190
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
HTMLMediaElement.h
324
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h
202
virtual bool
areAuthorShadowsAllowed
() const OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h
598
virtual bool
areAuthorShadowsAllowed
() const { return true; }
[
all
...]
Element.cpp
[
all
...]
Completed in 2822 milliseconds