Searched defs:shouldPaintBrokenImage (Results 1 – 4 of 4) sorted by relevance
314 virtual bool shouldPaintBrokenImage(const KURL&) const { return true; } in shouldPaintBrokenImage() function
443 bool WebFrameLoaderClient::shouldPaintBrokenImage(const KURL& imageURL) const function
330 bool shouldPaintBrokenImage() const { return m_shouldPaintBrokenImage; } in shouldPaintBrokenImage() function
2401 void LayoutTestController::setShouldPaintBrokenImage(bool shouldPaintBrokenImage) in setShouldPaintBrokenImage()