OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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(); }