Searched refs:ignoreLayoutWithPendingStylesheets (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h313 bool ignoreLayoutWithPendingStylesheets(Document*);
H A DInternals.idl269 [TypeChecking=Interface] boolean ignoreLayoutWithPendingStylesheets(Document document);
H A DInternals.cpp2183 bool Internals::ignoreLayoutWithPendingStylesheets(Document* document) function in class:blink::Internals
2186 return document->ignoreLayoutWithPendingStylesheets();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h824 bool ignoreLayoutWithPendingStylesheets() const { return m_pendingSheetLayout == IgnoreLayoutWithPendingSheets; } function in class:blink::Document

Completed in 690 milliseconds