Searched refs:needsPendingResourceHandling (Results 1 – 8 of 8) sorted by relevance
44 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } in needsPendingResourceHandling() function
67 virtual bool needsPendingResourceHandling() const OVERRIDE FINAL { return false; } in needsPendingResourceHandling() function
49 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } in needsPendingResourceHandling() function
60 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } in needsPendingResourceHandling() function
75 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } in needsPendingResourceHandling() function
65 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } in needsPendingResourceHandling() function
69 virtual bool needsPendingResourceHandling() const { return true; } in needsPendingResourceHandling() function
144 if (!needsPendingResourceHandling() || !inDocument() || inUseShadowTree()) in buildPendingResourcesIfNeeded()