HomeSort by relevance Sort by last modified time
    Searched refs:ResourceClientType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResourceClient.h 36 static ResourceClientType expectedType() { return ImageType; }
37 virtual ResourceClientType resourceClientType() const { return expectedType(); }
ResourceClient.h 36 enum ResourceClientType {
48 static ResourceClientType expectedType() { return BaseResourceType; }
49 virtual ResourceClientType resourceClientType() const { return expectedType(); }
StyleSheetResourceClient.h 39 static ResourceClientType expectedType() { return StyleSheetType; }
40 virtual ResourceClientType resourceClientType() const { return expectedType(); }
DocumentResource.h 61 static ResourceClientType expectedType() { return DocumentType; }
62 virtual ResourceClientType resourceClientType() const { return expectedType(); }
FontResource.h 83 static ResourceClientType expectedType() { return FontType; }
84 virtual ResourceClientType resourceClientType() const { return expectedType(); }
RawResource.h 92 static ResourceClientType expectedType() { return RawResourceType; }
93 virtual ResourceClientType resourceClientType() const { return expectedType(); }

Completed in 442 milliseconds