Home
last modified time | relevance | path

Searched refs:writeToDatabase (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocationPositionCache.cpp190 m_queue.append(createCallbackTask(writeToDatabase, this)); in triggerWriteToDatabase()
193 void GeolocationPositionCache::writeToDatabase(ScriptExecutionContext*, GeolocationPositionCache* c… in writeToDatabase() function in WebCore::GeolocationPositionCache
DGeolocationPositionCache.h67 static void writeToDatabase(ScriptExecutionContext*, GeolocationPositionCache*);
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.h195 bool writeToDatabase();
DIconDatabase.cpp1378 bool didWrite = writeToDatabase(); in syncThreadMainLoop()
1566 bool IconDatabase::writeToDatabase() in writeToDatabase() function in WebCore::IconDatabase
1785 writeToDatabase(); in cleanupSyncThread()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3126030 (WebCore::IconDataCache::writeToDatabase):
34150 (WebCore::IconDataCache::writeToDatabase): Use our new result codes
34623 …(WebCore::IconDataCache::writeToDatabase): Instead of one INSERT relying on SQLites conflict handl…
37241 (WebCore::IconDataCache::writeToDatabase):
37319 … (IconDataCache::writeToDatabase): Write the current iconURL, data, and timestamp to the given DB
DChangeLog-2007-10-146192 (WebCore::IconDatabase::writeToDatabase):
8307 …(WebCore::IconDatabase::writeToDatabase): Writes any changes page -> icon url mappings to disk, as…
48781 (WebCore::IconDataCache::writeToDatabase):
49078 (WebCore::IconDataCache::writeToDatabase):
DChangeLog-2011-02-1639152 (WebCore::GeolocationPositionCache::writeToDatabase):
39998 (WebCore::GeolocationPositionCache::writeToDatabase):
DChangeLog-2008-08-1012487 (WebCore::IconDatabase::writeToDatabase): Removed unused local variable.
72144 (WebCore::IconDatabase::writeToDatabase):
78845 (WebCore::IconDatabase::writeToDatabase):
DChangeLog20724 … (WebCore::IconDatabase::writeToDatabase): Acquire m_urlAndIconLock because the SharedBuffer<> data
27059 (WebCore::IconDatabase::writeToDatabase): Changed to used the accessor functions.
DChangeLog-2009-06-1678623 (WebCore::IconDatabase::writeToDatabase): Don't call checkForDanglingPageURLs unless