Searched defs:shouldDisplaySeamlesslyWithParent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1530 if (shouldDisplaySeamlesslyWithParent()) {
1639 if ((change == Force) || (shouldDisplaySeamlesslyWithParent() && (change >= Inherit))) {
2129 if (shouldDisplaySeamlesslyWithParent())
3078 if (childDocument->shouldDisplaySeamlesslyWithParent()) {
4786 if (!shouldDisplaySeamlesslyWithParent())
4792 bool Document::shouldDisplaySeamlesslyWithParent() const function in class:WebCore::Document

Completed in 64 milliseconds