OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldDisplaySeamlessly
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLIFrameElement.h
35
bool
shouldDisplaySeamlessly
() const;
HTMLIFrameElement.cpp
125
bool HTMLIFrameElement::
shouldDisplaySeamlessly
() const
132
if (!
shouldDisplaySeamlessly
())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderIFrame.cpp
81
return node() && node()->hasTagName(iframeTag) && toHTMLIFrameElement(node())->
shouldDisplaySeamlessly
();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp
363
if (e && e->hasTagName(iframeTag) && style->display() == INLINE && toHTMLIFrameElement(e)->
shouldDisplaySeamlessly
())
Completed in 505 milliseconds