HomeSort by relevance Sort by last modified time
    Searched refs:inIsolate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 153 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; }
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/
BidiResolver.h 242 bool inIsolate() const { return m_nestedIsolateCount; }
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())
    [all...]

Completed in 129 milliseconds