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

  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 59 enum NamespaceType {
102 Namespace(NamespaceType type, const GURL& url, const GURL& target,
104 Namespace(NamespaceType type, const GURL& url, const GURL& target,
110 NamespaceType type;
appcache_interfaces.cc 66 NamespaceType type, const GURL& url, const GURL& target, bool is_pattern)
75 NamespaceType type, const GURL& url, const GURL& target,
  /external/chromium_org/webkit/browser/appcache/
appcache_database.cc 951 NamespaceType type = static_cast<NamespaceType>(statement->ColumnInt(2));
970 record->namespace_.type = static_cast<NamespaceType>
    [all...]
mock_appcache_storage.cc 251 NamespaceType namespace_type,

Completed in 269 milliseconds