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 150 if (!observer->inIsolate())
169 if (!observer->inIsolate())
382 && resolver && resolver->inIsolate()
443 bool inEndOfLine = m_current == end || m_current.atEnd() || (inIsolate() && m_current.object() == end.object());
444 if (inIsolate() && inEndOfLine) {
526 if (!inIsolate())
529 bool inIsolate() const { return m_nestedIsolateCount; }
620 // FIXME: Could this initialize from this->inIsolate() instead of walking up the render tree?
625 if (isolateTracker.inIsolate())
642 if (isolateTracker.inIsolate())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolver.h 215 bool inIsolate() const { return m_nestedIsolateCount; }
318 ASSERT(!inIsolate());
422 // When we're "inIsolate()" we're resolving the parent context which
425 ASSERT(!inIsolate() || m_currentExplicitEmbeddingSequence.isEmpty());
547 if (inIsolate()) {
620 if (inIsolate() && m_emptyRun) {
673 if (inIsolate())
    [all...]

Completed in 25 milliseconds