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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
RenderTreeBuilder.h 49 ASSERT(node->needsAttach());
RenderTreeBuilder.cpp 54 if (m_renderingParent->needsAttach())
ContainerNode.h 245 ASSERT(child->needsAttach() || childAttachedAllowedWhenAttachingChildren(this));
246 if (child->needsAttach())
ContainerNode.cpp 82 ASSERT(needsAttach());
98 ASSERT(needsAttach());
497 if (!oldChild.needsAttach())
    [all...]
Node.h 355 bool needsAttach() const { return styleChangeType() == NeedsReattachStyleChange; }
    [all...]
Element.cpp 142 ASSERT(needsAttach());
    [all...]
Node.cpp 979 ASSERT(needsAttach());
    [all...]
Document.cpp     [all...]
  /frameworks/base/libs/hwui/
DeferredLayerUpdater.h 59 ANDROID_API void setSurfaceTexture(const sp<GLConsumer>& texture, bool needsAttach) {
61 mNeedsGLContextAttach = needsAttach;
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.cpp 105 if (m_distribution.at(i)->needsAttach())
ElementShadow.cpp 192 if (root->needsAttach())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.cpp 544 if (node && node->needsAttach())
553 if (!node || node->needsAttach())
RenderListItem.cpp 519 if (listNode->needsAttach())

Completed in 173 milliseconds