Home
last modified time | relevance | path

Searched refs:ResourceClientType (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceClient.h36 enum ResourceClientType { enum
49 static ResourceClientType expectedType() { return BaseResourceType; } in expectedType()
50 virtual ResourceClientType resourceClientType() const { return expectedType(); } in resourceClientType()
DImageResourceClient.h36 static ResourceClientType expectedType() { return ImageType; } in expectedType()
37 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()
DStyleSheetResourceClient.h39 static ResourceClientType expectedType() { return StyleSheetType; } in expectedType()
40 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()
DScriptResource.h39 static ResourceClientType expectedType() { return ScriptType; } in expectedType()
40 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()
DDocumentResource.h62 static ResourceClientType expectedType() { return DocumentType; } in expectedType()
63 virtual ResourceClientType resourceClientType() const OVERRIDE { return expectedType(); } in resourceClientType()
DRawResource.h75 static ResourceClientType expectedType() { return RawResourceType; } in expectedType()
76 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()
DFontResource.h103 static ResourceClientType expectedType() { return FontType; } in expectedType()
104 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); } in resourceClientType()