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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 177 bool didReattach = false;
186 didReattach = toText(child)->recalcTextStyle(change);
188 didReattach = toElement(child)->recalcStyle(change);
191 forceReattachOfAnyWhitespaceSibling = didReattach || forceReattachOfAnyWhitespaceSibling;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 343 milliseconds