Searched refs:itemDidChange (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/Storage/
H A DLocalStorageDatabase.h74 void itemDidChange(const String& key, const String& value);
H A DLocalStorageDatabase.cpp198 itemDidChange(key, value);
203 itemDidChange(key, String());
233 void LocalStorageDatabase::itemDidChange(const String& key, const String& value) function in class:WebKit::LocalStorageDatabase

Completed in 154 milliseconds