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

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.h 59 ApplicationCacheGroup(const KURL& manifestURL, bool isCopy = false);
67 static void selectCache(Frame*, const KURL& manifestURL);
70 const KURL& manifestURL() const { return m_manifestURL; }
ApplicationCacheStorage.cpp 99 ApplicationCacheGroup* ApplicationCacheStorage::loadCacheGroup(const KURL& manifestURL)
105 SQLiteStatement statement(m_database, "SELECT id, manifestURL, newestCache FROM CacheGroups WHERE newestCache IS NOT NULL AND manifestURL=?");
109 statement.bindText(1, manifestURL);
126 ApplicationCacheGroup* group = new ApplicationCacheGroup(manifestURL);
134 ApplicationCacheGroup* ApplicationCacheStorage::findOrCreateCacheGroup(const KURL& manifestURL)
136 ASSERT(!manifestURL.hasFragmentIdentifier());
138 std::pair<CacheGroupMap::iterator, bool> result = m_cachesInMemory.add(manifestURL, 0);
146 ApplicationCacheGroup* group = loadCacheGroup(manifestURL);
150 group = new ApplicationCacheGroup(manifestURL);
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebApplicationCacheHost.h 86 virtual bool selectCacheWithManifest(const WebURL& manifestURL) { return true; }
100 WebURL manifestURL; // Empty if there is no associated cache.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 638 milliseconds