OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAuthorShadowRoot
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
ProgressShadowElement.cpp
71
if (progressElement()->
hasAuthorShadowRoot
())
MeterShadowElement.cpp
75
if (meterElement()->
hasAuthorShadowRoot
())
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseChooserOnlyDateAndTimeInputType.cpp
47
if (element().isDisabledOrReadOnly() || !element().renderer() || !UserGestureIndicator::processingUserGesture() || element().
hasAuthorShadowRoot
())
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp
82
if (!fastHasAttribute(codeAttr) && !
hasAuthorShadowRoot
())
89
if (!canEmbedJava() ||
hasAuthorShadowRoot
())
HTMLProgressElement.cpp
62
if (!style->hasAppearance() ||
hasAuthorShadowRoot
())
HTMLPlugInElement.cpp
328
return !
hasAuthorShadowRoot
();
528
return
hasAuthorShadowRoot
();
HTMLMeterElement.cpp
59
if (
hasAuthorShadowRoot
() || !RenderTheme::theme().supportsMeter(style->appearance()))
HTMLInputElement.cpp
427
if (
hasAuthorShadowRoot
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h
315
bool
hasAuthorShadowRoot
() const { return shadowRoot(); }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp
373
if (m_entersAuthorShadowRoots && m_node->isElementNode() && toElement(m_node)->
hasAuthorShadowRoot
()) {
[
all
...]
Completed in 180 milliseconds