HomeSort by relevance Sort by last modified time
    Searched refs:resourceClientType (Results 1 - 11 of 11) 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(); }