Searched defs:ResourceType (Results 1 - 3 of 3) sorted by relevance

/external/chromium/webkit/glue/
H A Dresource_type.h10 class ResourceType { class
39 static bool IsFrame(ResourceType::Type type) {
43 static bool IsSharedWorker(ResourceType::Type type) {
47 static bool IsSubresource(ResourceType::Type type) {
58 ResourceType();
59 ~ResourceType();
/external/chromium/net/ftp/
H A Dftp_network_transaction.h85 enum ResourceType { enum in class:net::FtpNetworkTransaction
225 ResourceType resource_type_;
/external/webkit/Source/WebCore/inspector/
H A DInspectorResourceAgent.cpp80 namespace ResourceType { namespace in namespace:WebCore
271 return ResourceType::image;
273 return ResourceType::font;
279 return ResourceType::stylesheet;
281 return ResourceType::script;
285 return ResourceType::other;
355 type = ResourceType::image;
357 type = ResourceType::document;
391 m_frontend->initialContentSet(static_cast<int>(identifier), sourceString, ResourceType::script);
396 m_frontend->initialContentSet(static_cast<int>(identifier), sourceString, ResourceType
[all...]

Completed in 99 milliseconds