OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crossdocument
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.cpp
218
bool
crossDocument
= ancestorLayer && layer->renderer()->frame() != ancestorLayer->renderer()->frame();
219
ASSERT(!
crossDocument
|| m_mapCoordinatesFlags & TraverseDocumentBoundaries);
223
bool canConvertInLayerTree = (ancestorLayer && !
crossDocument
) ? canMapBetweenRenderers(layer->renderer(), ancestorLayer->renderer()) : false;
Completed in 224 milliseconds