Searched defs:removePendingSheet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleEngine.cpp253 void StyleEngine::removePendingSheet(Node* styleSheetCandidateNode) function in class:blink::StyleEngine
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp547 removePendingSheet();
597 void LinkStyle::removePendingSheet() function in class:blink::LinkStyle
607 // Document::removePendingSheet() triggers the style selector recalc for blocking sheets.
614 m_owner->document().styleEngine()->removePendingSheet(m_owner);
627 removePendingSheet();
683 removePendingSheet();
716 removePendingSheet();
738 removePendingSheet();

Completed in 146 milliseconds