Searched refs:styleSheetIsLoading (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.h79 bool styleSheetIsLoading() const;
141 bool styleSheetIsLoading() const;
H A DHTMLLinkElement.cpp319 bool HTMLLinkElement::styleSheetIsLoading() const function in class:blink::HTMLLinkElement
321 return linkStyle() && linkStyle()->styleSheetIsLoading();
546 if (!styleSheetIsLoading()) {
577 bool LinkStyle::styleSheetIsLoading() const function in class:blink::LinkStyle
624 if (styleSheetIsLoading()) {
737 if (styleSheetIsLoading())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleSheetCandidate.cpp78 return isHTMLLink() && !toHTMLLinkElement(node()).isDisabled() && toHTMLLinkElement(node()).styleSheetIsLoading();

Completed in 344 milliseconds