Searched refs:ResourceClientType (Results 1 – 7 of 7) sorted by relevance
36 enum ResourceClientType { enum49 static ResourceClientType expectedType() { return BaseResourceType; } in expectedType()50 virtual ResourceClientType resourceClientType() const { return expectedType(); } in resourceClientType()
36 static ResourceClientType expectedType() { return ImageType; } in expectedType()37 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()
39 static ResourceClientType expectedType() { return StyleSheetType; } in expectedType()40 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()
39 static ResourceClientType expectedType() { return ScriptType; } in expectedType()40 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()
62 static ResourceClientType expectedType() { return DocumentType; } in expectedType()63 virtual ResourceClientType resourceClientType() const OVERRIDE { return expectedType(); } in resourceClientType()
75 static ResourceClientType expectedType() { return RawResourceType; } in expectedType()76 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()
103 static ResourceClientType expectedType() { return FontType; } in expectedType()104 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()