Searched refs:inIsolate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineIterator.h153 if (!observer->inIsolate())
172 if (!observer->inIsolate())
385 && resolver && resolver->inIsolate()
446 bool inEndOfLine = m_current == end || m_current.atEnd() || (inIsolate() && m_current.object() == end.object());
447 if (inIsolate() && inEndOfLine) {
591 if (!inIsolate())
594 bool inIsolate() const { return m_nestedIsolateCount; } function in class:blink::IsolateTracker
687 // FIXME: Could this initialize from this->inIsolate() instead of walking up the render tree?
692 if (isolateTracker.inIsolate())
709 if (isolateTracker.inIsolate())
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolver.h242 bool inIsolate() const { return m_nestedIsolateCount; } function in class:blink::BidiResolver
355 ASSERT(!inIsolate());
498 // When we're "inIsolate()" we're resolving the parent context which
501 ASSERT(!inIsolate() || m_currentExplicitEmbeddingSequence.isEmpty());
623 if (inIsolate()) {
697 if (inIsolate() && m_emptyRun) {
750 if (inIsolate())

Completed in 348 milliseconds